Recenzii pentru clickForCode
clickForCode de Ryan P. C. McQuen
Recenzie de către Utilizator Firefox 14159132
Evaluat(ă) cu 5 din 5 stele
de Utilizator Firefox 14159132, 6 ani în urmăThanks! Works.
Thanks to this addon I wrote script for Greasemonkey (https://addons.mozilla.org/ru/firefox/addon/greasemonkey/ ) that automatically adds to certain site:
(function() {
let link = location.href;
if (link.indexOf("website_that_needs_PRE_tag.com") != -1){
document.body.innerHTML = '' + document.body.innerHTML;
}
})();
Thanks to this addon I wrote script for Greasemonkey (https://addons.mozilla.org/ru/firefox/addon/greasemonkey/ ) that automatically adds to certain site:
(function() {
let link = location.href;
if (link.indexOf("website_that_needs_PRE_tag.com") != -1){
document.body.innerHTML = '' + document.body.innerHTML;
}
})();
1 recenzie
Nu există recenzii