Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

Greasemonkey

Customize the way a web page displays or behaves, by using small bits of JavaScript. subtitle

Greasemonkey Reviews and details

Screenshots and images

  • Greasemonkey Landing page
    Landing page //
    2021-09-17

Badges

Promote Greasemonkey. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Greasemonkey and what they use it for.
  • Auto-redirect from English to Simple English if such an article exist in Simple English
    // ==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: about 1 year ago

Do you know an article comparing Greasemonkey to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Greasemonkey discussion

Log in or Post with

This is an informative page about Greasemonkey. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.