
Greasemonkey
Violentmonkey
Tampermonkey
Userscripts
Greasy Fork
Database Script Tool
Script Manager โ SManager
FireMonkey
CodeMyUI
30 seconds of code
Codespace
Creative Tim Bits
Snipper.ml
Hasty
Creative Tim
Collect UI
Greasemonkey
CodeMyUIBased on our record, CodeMyUI should be more popular than Greasemonkey. It has been mentiond 4 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
CodeMyUI - Handpicked collection of Web Design & UI Inspiration with Code Snippets. - Source: dev.to / over 3 years ago
JS is such a powerful tool it's overwhelming. You can do damn near anything with it! I like to look for inspiration on more aggregate sites, like https://codemyui.com/. Source: almost 5 years ago
CodeMyUI - Handpicked collection of Web Design & UI Inspiration with Code Snippets. - Source: dev.to / almost 5 years ago
Many sample snippets you can even play around with on the website: Https://codemyui.com/. Source: over 5 years ago
Violentmonkey - Violentmonkey is a userscript manager to support running userscripts in web pages.
30 seconds of code - JS snippets that you can understand in 30 seconds or less.
Tampermonkey - Greasemonkey compatible script manager.
Codespace - A beautiful cross-platform code snippet manager
Userscripts - An open-source userscript editor for Safari.
Creative Tim Bits - Code snippets for easier coding