Recensioni per Greasemonkey
Greasemonkey di Anthony Lieuallen
Recensione di Utente Firefox 12324300
Valutata 1 su 5
di Utente Firefox 12324300, 6 anni faTried to use a script multiple times with no success. Installed, reinstalled, made sure javascript is enabled. Under EDIT I added each site. No luck..It is a script for Disqus that is supposed to make clicking on (show all replies) open all of them.
This is the script :
// ==UserScript==
// @name Disqus Expand Replies Firefox 0.4
// @version 0.4
// @description Expand all 'Show more replies' links when one clicked
// @author Nerf
// @match https://disqus.com/embed/comments/*
// @run-at document-start
// ==/UserScript==
window.addEventListener('mousedown', function(event) {
if (event.target.className.indexOf('show-children')>-1) {
var ar = document.querySelectorAll('a.show-children:not(.expanded)');
for (var a of ar) {
a.className += " expanded";
a.click();
}
return;
}
});
OK I tried with another script change app and it's probably nothing wrong with Greasemonkey just a script that doesn't work- but since it was the only reason I needed it I uninstalled both apps.
This is the script :
// ==UserScript==
// @name Disqus Expand Replies Firefox 0.4
// @version 0.4
// @description Expand all 'Show more replies' links when one clicked
// @author Nerf
// @match https://disqus.com/embed/comments/*
// @run-at document-start
// ==/UserScript==
window.addEventListener('mousedown', function(event) {
if (event.target.className.indexOf('show-children')>-1) {
var ar = document.querySelectorAll('a.show-children:not(.expanded)');
for (var a of ar) {
a.className += " expanded";
a.click();
}
return;
}
});
OK I tried with another script change app and it's probably nothing wrong with Greasemonkey just a script that doesn't work- but since it was the only reason I needed it I uninstalled both apps.
1.256 recensioni
- Valutata 5 su 5di Utente Firefox 18484777, 8 giorni fa
- Valutata 5 su 5di darcy, 11 giorni fa
- Valutata 5 su 5di Utente Firefox 18450251, un mese fa
- Valutata 5 su 5di Utente Firefox 18740199, un mese fa
- Valutata 5 su 5di Vasili Gulevich, un mese fa
- Valutata 5 su 5di Utente Firefox 18717782, 2 mesi fa
- Valutata 1 su 5di sonikreducer, 2 mesi fanothing works. no support, no online tutorials match up with the screen. TWO THUMBS DOWN!!!
- Valutata 5 su 5di grisfer, 2 mesi fa
- Valutata 5 su 5di Utente Firefox 15273857, 3 mesi fa
- Valutata 5 su 5di HDDHSER, 4 mesi fa
- Valutata 5 su 5di igorlogius, 5 mesi fa
- Valutata 4 su 5di the, 5 mesi fa
- Valutata 5 su 5di cili, 6 mesi fa
- Valutata 1 su 5di Lex, 7 mesi fa
- Valutata 3 su 5di Any, 7 mesi fa
- Valutata 5 su 5di Utente Firefox 18461862, 7 mesi fa
- Valutata 5 su 5di saraya al quds, 8 mesi fa
- Valutata 5 su 5di terran5992, 8 mesi fa
- Valutata 5 su 5di Utente Firefox 18391504, 9 mesi fa
- Valutata 1 su 5di mrbruno, 9 mesi fa
- Valutata 5 su 5di Goto, 9 mesi fa
- Valutata 5 su 5di Johnny Hash, 10 mesi fa