Home
Support
Changes
Contribute
About
|
|
|
|
|
Tampermonkey is a free browser extension and the most popular userscript manager for Blink- and WebKit-based Browsers like
Chrome,
Opera Next and
Safari.
Even though Google Chrome has native support for userscripts, Tampermonkey can give you much more convenience in managing your userscripts.
It provides features like easy script installation, automatic update checks, a overview what scripts are running at a tab and there is a good chance that scripts that are incompatible to Google Chrome run with Tampermonkey.
Tampermonkey is available for Google Chrome, Opera, Chromium and a lot of their derivates like CoolNovo and Rockmelt and it is installed in just a minute, so give it a try!
Easy Script Access
Tampermonkey makes it pretty easy to manage your userscripts.
The Tampermonkey icon at the upper right shows the number of running scripts and a click at it shows what scripts do run and what scripts may run at this page.
|
|
Script Overview
Click at the image to view full size
Tampermonkey show a clear overview of the scripts that are installed.
You can see when they were updated the last time, if they do have a homepage, you can sort them and many more...
Tip: Also userscripts that are installed as Google Chrome extension can be managed here.
Configurable Setting Diversity
You can choose between three different levels for the settings page. This way rarely used options can be hidden to keep the page evident.
|
Automatic Script Update
You can setup how often the scripts will be checked for updates. No more bugs due to outdated userscripts. :)
Security
Click at the image to view full size
Only the paranoid survive! Blacklist all sites that never should be accessible by a userscript.
Compatibility
Have you ever heard of Firefox and Greasemonkey? ;) A lot of userscripts are written for this plattform, but Tampermonkey offers a compatibility layer and tries to detect the necessary settings automatically.
Chrome Sync
You're using more then one Chrome, one at home and on at work? You wish you could sync your scripts? So, just enable Tampermonkey's sync feature.
CodeMirror Editor
Click at the image to view full size
You need to develop or edit a script? No problem! Tampermonkey has a built-in editor.
|
|
Syntax Check with JSHint
Click at the image to view full size
Your script doesn't work? Tampermonkey's syntax check might find the issue... :)
Rapid development
Click at the image to view full size
Tampermonkey's editor is nice, but you do have your own, that is faster, better, ... The solution is to enable the file access and then you can @require the local copy of your script.
|
|
|
|