بازخوردها برای Greasemonkey
Greasemonkey Anthony Lieuallen توسط
Review by Firefox user 12324300
Rated ۱ out of 5
by Firefox user 12324300, ۴ سال پیش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.
۱٬۲۲۲ reviews
- Rated ۵ out of 5by kavuri, ۷ روز پیش
- Rated ۱ out of 5by Firefox user 16582769, ۹ روز پیشGreasemonkey has been a good extension but hasn't had an update in 3 years now and it's showing. Some things are not working: recently wrote a script I couldn't figure out why it wasn't working as it was not at all complicated and looked all fine, so to check my sanity tried the script out in Violentmonkey where it worked fine. I think over the last 3 years as Firefox has had updates it may have affected compatibility for Greasemonkey. I would recommend using Violentmonkey as it is actively maintained and likewise open source.
- Rated ۵ out of 5by Firefox user 18077784, ۱۰ روز پیش
- Rated ۴ out of 5by Svetlana, ۱۴ روز پیش
- Rated ۵ out of 5by Firefox user 18133616, یک ماه پیش
- Rated ۱ out of 5by Đăng Tú, یک ماه پیشIt doesn't work on Firefox 119.0 (64-bit). The UI is broken as well.
- Rated ۵ out of 5by SuperStevie88, یک ماه پیش
- Rated ۵ out of 5by Firefox user 18122165, یک ماه پیش
- Rated ۵ out of 5by Tuana, یک ماه پیش
- Rated ۵ out of 5by Proto, ۲ ماه پیش
- Rated ۵ out of 5by dreamover, ۲ ماه پیش
- Rated ۵ out of 5by zjh689, ۲ ماه پیش
- Rated ۵ out of 5by Firefox user 17785844, ۳ ماه پیش
- Rated ۵ out of 5by daishixu, ۳ ماه پیش
- Rated ۵ out of 5by kk, ۳ ماه پیش
- Rated ۱ out of 5by Kadircan Erşahin, ۳ ماه پیش
- Rated ۴ out of 5by Frensesia, ۴ ماه پیش
- Rated ۵ out of 5by Firefox user 17999974, ۴ ماه پیش
- Rated ۳ out of 5by Firefox user 13949859, ۴ ماه پیش
- Rated ۱ out of 5by Firefox user 17969148, ۵ ماه پیش
- Rated ۵ out of 5by Firefox user 17966133, ۵ ماه پیش
- Rated ۵ out of 5by Firefox user 17953571, ۵ ماه پیش
- Rated ۵ out of 5by 大慈大悲肖自在, ۶ ماه پیش