
Greasemonkey
Violentmonkey
Tampermonkey
Userscripts
Greasy Fork
Database Script Tool
Script Manager โ SManager
FireMonkey
massCode
GitHub Gist
Lepton
SnippetsLab
Quiver
Codespace
Pastebin.com
Cacher
Greasemonkey
massCodeBased on our record, massCode should be more popular than Greasemonkey. It has been mentiond 6 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
To be honest, it didn't take off as I hoped. I struggled to attract enough users to make it sustainable. Eventually, I lost motivation and abandoned it to focus on my other open-source project, massCode. - Source: dev.to / 5 months ago
`cask "lepton"` [link][oss] + `cask "masscode"` [link][oss] for storing snippets as github gists or locally. Source: about 3 years ago
There are a plethora of snippet manager apps for developers, with syntax highlighting, etc, available for macOS, eg: - SnipperApp - Snip - massCode - SnippetsLab - Quiver. Source: almost 4 years ago
I found out what it was; I went through the 'Download for Mac' button on masscode.io and it looked to default to the arm64 installer. I grabbed the Intel version from the repo and working now. Source: about 4 years ago
I use MassCode. Syntax is supported for several languages, and is selfhosted. Source: over 4 years ago
Violentmonkey - Violentmonkey is a userscript manager to support running userscripts in web pages.
GitHub Gist - Gist is a simple way to share snippets and pastes with others.
Tampermonkey - Greasemonkey compatible script manager.
Lepton - Lepton image compression: saving 22% losslessly from images at 15MB/s
Userscripts - An open-source userscript editor for Safari.
SnippetsLab - SnippetsLab is an easy-to-use snippets manager.