Recensioner för clickForCode
clickForCode av Ryan P. C. McQuen
Recension av Firefox-användare 14159132
Betygsatt 5 av 5
av Firefox-användare 14159132, för 6 år sedanThanks! Works.
Thanks to this addon I wrote script for Greasemonkey (https://cup.aihedy.com/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://cup.aihedy.com/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 recension
Det finns inga recensioner