
Greasemonkey
Violentmonkey
Tampermonkey
Userscripts
Greasy Fork
Database Script Tool
Script Manager โ SManager
FireMonkey
codepad
Pastebin.com
myCompiler
Browxy
CodeChef IDE
Online IDE
Online Python
Rentry.co
Greasemonkey
codepadNo Greasemonkey videos yet. You could help us improve this page by suggesting one.
Based on our record, codepad 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
Share your code with http://pastebin.com/ or http://codepad.org/ (or by pasting it here and following the formatting advice in the sidebar). Source: over 3 years ago
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.Is there an online interpreter like http://codepad.org/... Source: over 4 years ago
Violentmonkey - Violentmonkey is a userscript manager to support running userscripts in web pages.
Pastebin.com - Pastebin.com is a website where you can store text for a certain period of time.
Tampermonkey - Greasemonkey compatible script manager.
myCompiler - Run your favourite programming languages online
Userscripts - An open-source userscript editor for Safari.
Browxy - Browxy is a web application that serves as an integrated development environment where you can write in coding languages, compile them or edit them.