Ocene za Greasemonkey
Greasemonkey — Anthony Lieuallen
172 ocen
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 15509678, pred 6 leti
- Ocenjeno z 1 od 5— Owyn, pred 6 letiAwful compatibility update policies which scared all users away to TamperMonkey with an adequate dev.
Also lacks a lot of features other (normal) script managers easily have.
Most of the userscripts on the internet won't even work on this manager due to written above.
Plus eternally bad UI nobody cares about - Ocenjeno z 1 od 5— Uporabnik Firefoxa 15252965, pred 6 leti
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 15185090, pred 6 leti
- Ocenjeno z 1 od 5— محمد المعلا, pred 6 leti
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 14713213, pred 6 letiDon't show the icon in YouTube. I'm on Windows 10, Mozilla Firefox
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 15134277, pred 6 leti
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 15074868, pred 6 leti
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 12324300, pred 6 letiTried 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. - Ocenjeno z 1 od 5— Uporabnik Firefoxa 14951165, pred 6 leti
- Ocenjeno z 1 od 5— gpat, pred 6 leti
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 14691116, pred 7 leti
- Ocenjeno z 1 od 5— AlwayFlyingHigh, pred 7 leti
- Ocenjeno z 1 od 5— Eli, pred 7 letiCompletely breaks web page functionality (i.e. youtube) causing unpredictable behavior.
- Ocenjeno z 1 od 5— FanEcchyy, pred 7 leti
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 14517137, pred 7 letiManipuler Java c'est utile mais dans le même temps greasemonkey accède à une quantité de données personnelles illimitées et ça ce n'est pas acceptable.
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 14603724, pred 7 leti
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 14603575, pred 7 leti
- Ocenjeno z 1 od 5— Anton Klimov, pred 7 letiThe documentation is awful. It doesn't work and I don't understand why.
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 13667296, pred 7 leti
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 14433663, pred 7 leti
- Ocenjeno z 1 od 5— Uporabnik Firefoxa 12985410, pred 7 letiNo longer works in waterfox classic. Will update this review accordingly if it starts working again.
- Ocenjeno z 1 od 5— boxfreind, pred 7 leti