Recensiones de Greasemonkey
Greasemonkey per Anthony Lieuallen
172 recensiones
- Classificate 1 de 5per Usator de Firefox 15509678, 6 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 15218065, 6 tahun yang laluI can not create a new userscript.
- Classificate 1 de 5per Owyn, 6 tahun yang laluAwful 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 - Classificate 1 de 5per Usator de Firefox 15252965, 6 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 15185090, 6 tahun yang lalu
- Classificate 1 de 5per محمد المعلا, 6 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 14713213, 6 tahun yang laluDon't show the icon in YouTube. I'm on Windows 10, Mozilla Firefox
- Classificate 1 de 5per Usator de Firefox 15134277, 6 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 15074868, 6 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 12324300, 6 tahun yang laluTried 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. - Classificate 1 de 5per Usator de Firefox 14951165, 6 tahun yang lalu
- Classificate 1 de 5per gpat, 6 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 14691116, 7 tahun yang lalu
- Classificate 1 de 5per AlwayFlyingHigh, 7 tahun yang lalu
- Classificate 1 de 5per Eli, 7 tahun yang laluCompletely breaks web page functionality (i.e. youtube) causing unpredictable behavior.
- Classificate 1 de 5per FanEcchyy, 7 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 14517137, 7 tahun yang laluManipuler 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.
- Classificate 1 de 5per Usator de Firefox 14603724, 7 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 14603575, 7 tahun yang lalu
- Classificate 1 de 5per Anton Klimov, 7 tahun yang laluThe documentation is awful. It doesn't work and I don't understand why.
- Classificate 1 de 5per Usator de Firefox 13667296, 7 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 14433663, 7 tahun yang lalu
- Classificate 1 de 5per Usator de Firefox 12985410, 7 tahun yang laluNo longer works in waterfox classic. Will update this review accordingly if it starts working again.
- Classificate 1 de 5per boxfreind, 7 tahun yang lalu