Recenzije za Greasemonkey
Greasemonkey od Anthony Lieuallen
172 recenzije
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 15509678, prije 6 godina
- Ocijenjeno s 1 od 5od Owyn, prije 6 godinaAwful 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 - Ocijenjeno s 1 od 5od Korisnik Firefoxa 15252965, prije 6 godina
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 15185090, prije 6 godina
- Ocijenjeno s 1 od 5od محمد المعلا, prije 6 godina
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 14713213, prije 6 godinaDon't show the icon in YouTube. I'm on Windows 10, Mozilla Firefox
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 15134277, prije 6 godina
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 15074868, prije 6 godina
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 12324300, prije 6 godinaTried 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. - Ocijenjeno s 1 od 5od Korisnik Firefoxa 14951165, prije 6 godina
- Ocijenjeno s 1 od 5od gpat, prije 6 godina
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 14691116, prije 6 godina
- Ocijenjeno s 1 od 5od AlwayFlyingHigh, prije 7 godina
- Ocijenjeno s 1 od 5od Eli, prije 7 godinaCompletely breaks web page functionality (i.e. youtube) causing unpredictable behavior.
- Ocijenjeno s 1 od 5od FanEcchyy, prije 7 godina
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 14517137, prije 7 godinaManipuler 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.
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 14603724, prije 7 godina
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 14603575, prije 7 godina
- Ocijenjeno s 1 od 5od Anton Klimov, prije 7 godinaThe documentation is awful. It doesn't work and I don't understand why.
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 13667296, prije 7 godina
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 14433663, prije 7 godina
- Ocijenjeno s 1 od 5od Korisnik Firefoxa 12985410, prije 7 godinaNo longer works in waterfox classic. Will update this review accordingly if it starts working again.
- Ocijenjeno s 1 od 5od boxfreind, prije 7 godina