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, 6 ani în urmăTried 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.273 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot user, 7 zile în urmă
- Z 5 z 5 pohódnoćenywot kranitbeisser, 3 luni în urmăErweiterung 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, 3 luni în urmă
- Z 5 z 5 pohódnoćenywot AlienAnalytics21, 3 luni în urmă
- Z 5 z 5 pohódnoćenywot jcvr1994, 3 luni în urmă
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19072892, 4 luni în urmă
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15244311, 4 luni în urmă
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19026513, 5 luni în urmă
- Z 5 z 5 pohódnoćenywot superyngo, 5 luni în urmă
- Z 1 z 5 pohódnoćenywot Wužiwar Firefox 17681293, 5 luni în urmă
- Z 4 z 5 pohódnoćenywot Alch, 6 luni în urmă
- Z 5 z 5 pohódnoćenywot Ronald, 6 luni în urmă
- Z 5 z 5 pohódnoćenywot Federico, 7 luni în urmă
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18903740, 7 luni în urmă
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18353722, 7 luni în urmă
- Z 5 z 5 pohódnoćenywot zsyzsykk, 7 luni în urmă
- Z 5 z 5 pohódnoćenywot M. YC Sama~, 8 luni în urmă
- Z 5 z 5 pohódnoćenywot Marty, 8 luni în urmă
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18814634, 9 luni în urmă
- Z 5 z 5 pohódnoćenywot juan, 9 luni în urmă
- Z 5 z 5 pohódnoćenywot darcy, 9 luni în urmă
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18450251, 10 luni în urmă