Pohódnoćenja za Greasemonkey
Greasemonkey wot Anthony Lieuallen
Pohódnoćenje wot Wužiwar Firefox 12324300
Z 1 z 5 pohódnoćeny
wot Wužiwar Firefox 12324300, 7 jierren lynTried 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 pohódnoćenjow
- Z 1 z 5 pohódnoćenywot Dan, 4 dagen lyngrant not working... works fine with ViolentMonkey Fx addon though... ;(
this line below:
"// @grant GM_xmlhttpRequest" - Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19638054, 25 dagen lyn
- Z 5 z 5 pohódnoćenywot Chris, ien moanne lyn
- Z 5 z 5 pohódnoćenywot layla, ien moanne lyn
- Z 5 z 5 pohódnoćenywot secret, ien moanne lyn
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19625368, ien moanne lyn
- Z 1 z 5 pohódnoćenywot Wužiwar Firefox 19617462, ien moanne lyn
- Z 5 z 5 pohódnoćenywot Robin Filer, 2 moannen lynthe 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
- Z 5 z 5 pohódnoćenywot super loo, 2 moannen lyn
- Z 3 z 5 pohódnoćenywot SVT, 2 moannen lyn
- Z 5 z 5 pohódnoćenywot user, 3 moannen lyn
- Z 5 z 5 pohódnoćenywot kranitbeisser, 5 moannen lynErweiterung funktioniert da los, so wie ich mir das vorstelle. Danke für die gute Arbeit
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19145735, 6 moannen lyn
- Z 5 z 5 pohódnoćenywot Galwayguy1, 6 moannen lyn
- Z 5 z 5 pohódnoćenywot jcvr1994, 6 moannen lyn
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19072892, 7 moannen lyn
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15244311, 7 moannen lyn
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19026513, 7 moannen lyn
- Z 5 z 5 pohódnoćenywot superyngo, 8 moannen lyn
- Z 1 z 5 pohódnoćenywot Wužiwar Firefox 17681293, 8 moannen lyn
- Z 4 z 5 pohódnoćenywot Alch, 9 moannen lyn
- Z 5 z 5 pohódnoćenywot Ronald, 9 moannen lyn
- Z 5 z 5 pohódnoćenywot Federico, 10 moannen lyn
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18903740, 10 moannen lyn