Greasemonkey-ის მიმოხილვები
Greasemonkey ავტორი Anthony Lieuallen
მიმომხილველი Firefox-ის მომხმარებელი 12324300
1 შეფასება 5-დან
მიმომხილველი Firefox-ის მომხმარებელი 12324300, 7 წლის წინ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.
1291 მიმოხილვა
- 5 შეფასება 5-დანმიმომხილველი lolifeflow, დღის წინ
- 5 შეფასება 5-დანმიმომხილველი Jessica Cherry, 2 დღის წინI've tried several alternatives and this one is by far the best. Straightforward and does the job perfectly.
- 5 შეფასება 5-დანმიმომხილველი Amanda Baker, 2 დღის წინGreat extension, highly recommend. Simple to use and very reliable. No slowdowns, no crashes.
- 5 შეფასება 5-დანმიმომხილველი Kelly Bryan, 2 დღის წინThis extension is fantastic. Super useful and well maintained. Exactly what I was looking for.
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 19909981, 16 დღის წინ
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 19906142, 18 დღის წინ
- 4 შეფასება 5-დანმიმომხილველი ֆðཞཞðw, 19 დღის წინ
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 12734305, 22 დღის წინ
- 5 შეფასება 5-დანმიმომხილველი a158w, 23 დღის წინ
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 19883233, თვის წინ
- 5 შეფასება 5-დანმიმომხილველი zingo, 2 თვის წინ
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 19690659, 3 თვის წინ
- 1 შეფასება 5-დანმიმომხილველი Dan, 4 თვის წინgrant not working... works fine with ViolentMonkey Fx addon though... ;(
this line below:
"// @grant GM_xmlhttpRequest" - 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 19638054, 5 თვის წინ
- 5 შეფასება 5-დანმიმომხილველი Chris, 5 თვის წინ
- 5 შეფასება 5-დანმიმომხილველი layla, 5 თვის წინ
- 5 შეფასება 5-დანმიმომხილველი secret, 5 თვის წინ
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 19625368, 5 თვის წინ
- 1 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 19617462, 5 თვის წინ
- 5 შეფასება 5-დანმიმომხილველი Robin Filer, 6 თვის წინ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
- 3 შეფასება 5-დანმიმომხილველი SVT, 6 თვის წინ
- 5 შეფასება 5-დანმიმომხილველი kranitbeisser, 10 თვის წინErweiterung funktioniert da los, so wie ich mir das vorstelle. Danke für die gute Arbeit
- 5 შეფასება 5-დანმიმომხილველი Firefox-ის მომხმარებელი 19145735, 10 თვის წინ