Pohódnoćenja za Greasemonkey
Greasemonkey wot Anthony Lieuallen
1.271 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15074765, kuusi vuotta sitten
- Z 4 z 5 pohódnoćenywot Wužiwar Firefox 14793314, kuusi vuotta sitten
- Z 1 z 5 pohódnoćenywot Wužiwar Firefox 12324300, kuusi vuotta sittenTried 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. - Z 3 z 5 pohódnoćenywot Wužiwar Firefox 15057280, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15046873, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15037635, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15035118, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15033431, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15030897, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15030607, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15027320, kuusi vuotta sitten
- Z 2 z 5 pohódnoćenywot Wužiwar Firefox 15019373, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15016087, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15015386, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15009350, kuusi vuotta sitten
- Z 4 z 5 pohódnoćenywot Wužiwar Firefox 15002743, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot miguilito, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Joseph Vidal-Rosset, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 13867189, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 15000099, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14993813, kuusi vuotta sitten
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14984184, kuusi vuotta sitten