
Greasemonkey
Violentmonkey
Tampermonkey
Userscripts
Greasy Fork
Database Script Tool
Script Manager โ SManager
FireMonkey
Ecere SDK
PyScripter
iPython
Leo Editor
Pyzo
NINJA-IDE
SciTE
PyCharm
GreasemonkeyBased on our record, Ecere SDK should be more popular than Greasemonkey. It has been mentiond 2 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
// ==UserScript== // @name Wikipedia Redirect // @namespace https://greasespot.net // @version 0.1 // @description Redirect from English Wikipedia to Simple English Wikipedia if the page exists // @author Noname // @match https://en.wikipedia.org/wiki/* // @grant none // ==/UserScript== (function() { 'use strict'; let currentURL = window.location.href; let... Source: over 3 years ago
Have a look at http://ecere.org/ they already have it working. - Source: Hacker News / almost 2 years ago
I'm a bit torn between these as none is suiting all of my needs: http://ecere.org/. - Source: Hacker News / over 4 years ago
Violentmonkey - Violentmonkey is a userscript manager to support running userscripts in web pages.
PyScripter - PyScripter is a free and open-source Python Integrated Development Environment (IDE) created with...
Tampermonkey - Greasemonkey compatible script manager.
iPython - iPython provides a rich toolkit to help you make the most out of using Python interactively.
Userscripts - An open-source userscript editor for Safari.
Leo Editor - Text and code editor where Outlines are first class citizen.