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 წლის წინ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.275 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot Robin Filer, 16 დღის წინthe 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, 16 დღის წინ
- Z 3 z 5 pohódnoćenywot SVT, 19 დღის წინ
- Z 5 z 5 pohódnoćenywot kranitbeisser, 4 თვის წინ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, 4 თვის წინ
- Z 5 z 5 pohódnoćenywot Galwayguy1, 4 თვის წინ
- Z 5 z 5 pohódnoćenywot jcvr1994, 4 თვის წინ
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19072892, 5 თვის წინ
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15244311, 5 თვის წინ
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19026513, 6 თვის წინ
- Z 5 z 5 pohódnoćenywot superyngo, 6 თვის წინ
- Z 1 z 5 pohódnoćenywot Wužiwar Firefox 17681293, 6 თვის წინ
- Z 4 z 5 pohódnoćenywot Alch, 7 თვის წინ
- Z 5 z 5 pohódnoćenywot Ronald, 7 თვის წინ
- Z 5 z 5 pohódnoćenywot Federico, 8 თვის წინ
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18903740, 8 თვის წინ
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18353722, 8 თვის წინ
- Z 5 z 5 pohódnoćenywot zsyzsykk, 8 თვის წინ
- Z 5 z 5 pohódnoćenywot M. YC Sama~, 9 თვის წინ
- Z 5 z 5 pohódnoćenywot Marty, 9 თვის წინ
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18814634, 10 თვის წინ