Reviews for clickForCode
clickForCode by Ryan P. C. McQuen
Review by Firefox user 14159132
Rated 5 out of 5
by Firefox user 14159132, 5 years agoThanks! 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 review
There are no reviews