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, hace 7 añosTried 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.291 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot lolifeflow, hace 6 días
- Z 5 z 5 pohódnoćenywot Jessica Cherry, hace 7 díasI've tried several alternatives and this one is by far the best. Straightforward and does the job perfectly.
- Z 5 z 5 pohódnoćenywot Amanda Baker, hace 7 díasGreat extension, highly recommend. Simple to use and very reliable. No slowdowns, no crashes.
- Z 5 z 5 pohódnoćenywot Kelly Bryan, hace 7 díasThis extension is fantastic. Super useful and well maintained. Exactly what I was looking for.
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19909981, hace 21 días
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19906142, hace 23 días
- Z 4 z 5 pohódnoćenywot ֆðཞཞðw, hace 24 días
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 12734305, hace un mes
- Z 5 z 5 pohódnoćenywot a158w, hace un mes
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19883233, hace un mes
- Z 5 z 5 pohódnoćenywot zingo, hace 2 meses
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19690659, hace 3 meses
- Z 1 z 5 pohódnoćenywot Dan, hace 4 mesesgrant 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, hace 5 meses
- Z 5 z 5 pohódnoćenywot Chris, hace 5 meses
- Z 5 z 5 pohódnoćenywot layla, hace 5 meses
- Z 5 z 5 pohódnoćenywot secret, hace 5 meses
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19625368, hace 5 meses
- Z 1 z 5 pohódnoćenywot Wužiwar Firefox 19617462, hace 6 meses
- Z 5 z 5 pohódnoćenywot Robin Filer, hace 6 mesesthe 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 3 z 5 pohódnoćenywot SVT, hace 7 meses
- Z 5 z 5 pohódnoćenywot kranitbeisser, hace 10 mesesErweiterung 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, hace 10 meses