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 7 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 281 recenzí
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 19638054, před 19 dny
- Hodnocení: 5 z 5od uživatele Chris, před 19 dny
- Hodnocení: 5 z 5od uživatele layla, před 23 dny
- Hodnocení: 5 z 5od uživatele secret, před měsícem
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 19625368, před měsícem
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 19617462, před měsícem
- Hodnocení: 5 z 5od uživatele Robin Filer, před 2 měsícithe docs on the wiki are really obtuse and some of it is straight up outdated. But the recent updates have made it a lot better, and it's far more secure and well engineered than the other options available even if the ux is still pretty clunky
- Hodnocení: 5 z 5od uživatele super loo, před 2 měsíci
- Hodnocení: 3 z 5od uživatele SVT, před 2 měsíci
- Hodnocení: 5 z 5od uživatele user, před 3 měsíci
- Hodnocení: 5 z 5od uživatele kranitbeisser, před 5 měsíciErweiterung funktioniert da los, so wie ich mir das vorstelle. Danke für die gute Arbeit
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 19145735, před 6 měsíci
- Hodnocení: 5 z 5od uživatele Galwayguy1, před 6 měsíci
- Hodnocení: 5 z 5od uživatele jcvr1994, před 6 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 19072892, před 7 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15244311, před 7 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 19026513, před 7 měsíci
- Hodnocení: 5 z 5od uživatele superyngo, před 7 měsíci
- Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 17681293, před 8 měsíci
- Hodnocení: 4 z 5od uživatele Alch, před 8 měsíci
- Hodnocení: 5 z 5od uživatele Ronald, před 9 měsíci
- Hodnocení: 5 z 5od uživatele Federico, před 9 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18903740, před 9 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18353722, před 9 měsíci