Reviews for Greasemonkey
Greasemonkey by Anthony Lieuallen
Review by Firefox user 12324300
Rated 1 out of 5
by Firefox user 12324300, 6 years agoTried 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 reviews
- Rated 5 out of 5by Robin Filer, 5 days agothe 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
- Rated 5 out of 5by super loo, 6 days ago
- Rated 3 out of 5by SVT, 8 days ago
- Rated 5 out of 5by user, a month ago
- Rated 5 out of 5by kranitbeisser, 3 months agoErweiterung funktioniert da los, so wie ich mir das vorstelle. Danke für die gute Arbeit
- Rated 5 out of 5by Firefox user 19145735, 4 months ago
- Rated 5 out of 5by Galwayguy1, 4 months ago
- Rated 5 out of 5by jcvr1994, 4 months ago
- Rated 5 out of 5by Firefox user 19072892, 5 months ago
- Rated 5 out of 5by Firefox user 15244311, 5 months ago
- Rated 5 out of 5by Firefox user 19026513, 5 months ago
- Rated 5 out of 5by superyngo, 6 months ago
- Rated 1 out of 5by Firefox user 17681293, 6 months ago
- Rated 4 out of 5by Alch, 7 months ago
- Rated 5 out of 5by Ronald, 7 months ago
- Rated 5 out of 5by Federico, 8 months ago
- Rated 5 out of 5by Firefox user 18903740, 8 months ago
- Rated 5 out of 5by Firefox user 18353722, 8 months ago
- Rated 5 out of 5by zsyzsykk, 8 months ago
- Rated 5 out of 5by M. YC Sama~, 9 months ago
- Rated 5 out of 5by Marty, 9 months ago
- Rated 5 out of 5by Firefox user 18814634, 9 months ago