Greasemonkey 3.11

Greasemonkey 3.11

Mozilla - 326KB (Freeware)

Version : 3.11

Size : 326KB

Date Added : April 03,2020

License : Freeware

Languages : English

Publisher : Mozilla

Website : greasespot.net

OS : Windows All

Download Now

  • No Virus
  • No Spyware
  • No Bundle
  • No Adware

Greasemonkey is a Firefox expansion that allows you to add little bits of DHTML (user manuscripts) to any kind of Websites to change its behaviour. In a similar manner in which individual CSS allows you to take control of a Web page’s design, user scripts will enable you to easily control any kind of element of a Website’s style of communication. For example, you might see to it all URLs displayed in the browser are clickable links, enhance the functionality of a website you frequent, route around usual and also annoying Internet site bugs, or use the Coral reefs content network selectively.

The Greasemonkey job began 28 November 2004, composed by Aaron Boodman. Boodman was influenced to write Greasemonkey after checking out a Firefox extension made to tidy up the user interface of AllMusic. This extension was written by Adrian Holovaty, who later on became a user script programmer. By May 2005, there were roughly 60 general as well as 115 site-specific user scripts dispersed for Greasemonkey. During this moment, a Greasemonkey compiler was likewise created for transforming a user script right into a standalone Firefox expansion. Greasemonkey was initially met with complaints by publishers for its ability to block ads. Nonetheless, this criticism changed its emphasis to various other addons starting with the 2006 launch of Adblock And also.

Greasemonkey individual scripts are written in JavaScript as well as control the materials of a website using the Paper Item Model user interface. Manuscripts are typically written to be either page-specific or domain-specific (applying to all pages within a domain name) yet might likewise be labelled to apply to all domains for worldwide internet browser improvements. Users of Greasemonkey can create or download and install manuscripts and also conserve them to their collection. When individuals visit a web site matching a paper in their script-library, Greasemonkey invokes the appropriate scripts.

Greasemonkey manuscripts can modify a website whatsoever that JavaScript allows, with particular Greasemonkey protection constraints. Scripts can also access other web pages as well as web services via a non-domain-restricted XMLHTTP demand, allowing external material to be merged with the original page content.

Manuscripts are called somename.user.js, and Greasemonkey supplies to mount any such paper when an URL ending in that suffix is asked for. Greasemonkey manuscripts include metadata which defines the name of the document, a description, sources called for by the script, a namespace URL used to separate identically invited papers, and LINK patterns for which the text is meant to be invoked or otherwise.

Creating a Greasemonkey script is similar to composing JavaScript for a web page, with some extra allowances such as cross-site XMLHttpRequests. Compared to producing a full-fledged Firefox extension, customer scripting is a very modest step up in complexity from essential web shows. Nonetheless, Greasemonkey scripts are limited because of safety limitations enforced by Mozilla’s XPCNativeWrappers For example, Greasemonkey manuscripts do not have accessibility to some Firefox’s components, such as the download manager, I/O processes or its primary toolbars. Furthermore, Greasemonkey scripts run per circumstances of a coordinating page. As a result of this, taking care of lists of items worldwide is challenging. However, manuscript authors have been using cookies, and Greasemonkey also uses APIs such as GM_getValue and also GM_setValue to overcome this.

"