Kitzijoxikil Greasemonkey
Greasemonkey ruma Anthony Lieuallen
171 reviews
- Rated 1 out of 5ruma Owyn, 6 år sidanAwful 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 - Rated 1 out of 5ruma Firefox okisanel 15252965, 6 år sidan
- Rated 1 out of 5ruma Firefox okisanel 15185090, 6 år sidan
- Rated 1 out of 5ruma محمد المعلا, 6 år sidan
- Rated 1 out of 5ruma Firefox okisanel 14713213, 6 år sidanDon't show the icon in YouTube. I'm on Windows 10, Mozilla Firefox
- Rated 1 out of 5ruma Firefox okisanel 15134277, 6 år sidan
- Rated 1 out of 5ruma Firefox okisanel 15074868, 6 år sidan
- Rated 1 out of 5ruma Firefox okisanel 12324300, 6 år sidanTried 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. - Rated 1 out of 5ruma Firefox okisanel 14951165, 6 år sidan
- Rated 1 out of 5ruma gpat, 6 år sidan
- Rated 1 out of 5ruma Firefox okisanel 14691116, 6 år sidan
- Rated 1 out of 5ruma AlwayFlyingHigh, 6 år sidan
- Rated 1 out of 5ruma Eli, 6 år sidanCompletely breaks web page functionality (i.e. youtube) causing unpredictable behavior.
- Rated 1 out of 5ruma FanEcchyy, 6 år sidan
- Rated 1 out of 5ruma Firefox okisanel 14517137, 6 år sidanManipuler 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.
- Rated 1 out of 5ruma Firefox okisanel 14603724, 6 år sidan
- Rated 1 out of 5ruma Firefox okisanel 14603575, 6 år sidan
- Rated 1 out of 5ruma Anton Klimov, 6 år sidanThe documentation is awful. It doesn't work and I don't understand why.
- Rated 1 out of 5ruma Firefox okisanel 13667296, 6 år sidan
- Rated 1 out of 5ruma Firefox okisanel 14433663, 6 år sidan
- Rated 1 out of 5ruma Firefox okisanel 12985410, 7 år sidanNo longer works in waterfox classic. Will update this review accordingly if it starts working again.
- Rated 1 out of 5ruma boxfreind, 7 år sidan
- Rated 1 out of 5ruma Firefox okisanel 14317447, 7 år sidanCan't even get it to load. Firefox already installed I don't need 6 more additions.