Recenze doplňku Greasemonkey
Greasemonkey od Anthony Lieuallen
Recenze od uživatele Uživatel Firefoxu - 12324300
Hodnocení: 1 z 5
od uživatele Uživatel Firefoxu - 12324300, před 6 letyTried 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 262 recenzí
- Hodnocení: 5 z 5od uživatele zsyzsykk, před 6 dny
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18463091, před 24 dny
- Hodnocení: 5 z 5od uživatele M. YC Sama~, před měsícem
- Hodnocení: 5 z 5od uživatele Marty, před měsícem
- Hodnocení: 5 z 5od uživatele 退出党团队远离中共邪教, před měsícem
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18814634, před 2 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18484777, před 2 měsíci
- Hodnocení: 5 z 5od uživatele darcy, před 2 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18450251, před 3 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18740199, před 3 měsíci
- Hodnocení: 5 z 5od uživatele Vasili Gulevich, před 3 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18717782, před 3 měsíci
- Hodnocení: 1 z 5od uživatele sonikreducer, před 4 měsícinothing works. no support, no online tutorials match up with the screen. TWO THUMBS DOWN!!!
- Hodnocení: 5 z 5od uživatele grisfer, před 4 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15273857, před 5 měsíci
- Hodnocení: 5 z 5od uživatele HDDHSER, před 6 měsíci
- Hodnocení: 5 z 5od uživatele igorlogius, před 7 měsíci
- Hodnocení: 4 z 5od uživatele the, před 7 měsíci
- Hodnocení: 5 z 5od uživatele cili, před 7 měsíci
- Hodnocení: 1 z 5od uživatele Lex, před 8 měsíci
- Hodnocení: 3 z 5od uživatele Any, před 9 měsíci