From 966b1a7eaf6f1afae8a30e44db43981a3e79ac80 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Thu, 21 Feb 2013 23:19:10 +0100 Subject: [PATCH] =?UTF-8?q?recommend=20Tampermonkey=20for=20Chrome=20inste?= =?UTF-8?q?ad=20of=20following=20Chrome=E2=80=99s=20stupid=20hoops.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 56035b7f..9c66682b 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,16 @@ Current version is 0.61. See [NEWS.md](https://github.com/breunigs/ingress-intel **Firefox:** Install [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) or [Scriptish](https://addons.mozilla.org/en-US/firefox/addon/scriptish/). Click install link. Install. Reload page. -**Chrome:** The user script works in vanilla Chrome. -1. Click install link and ignore the warning. -2. The file should be downloaded and appear in your download bar. -3. Goto `Menu Button` → `Tools` → `Extensions`. -4. Drag and drop the download over the window and Chrome will offer you to install the script. -5. Reload page. +**Chrome:** +- Install [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo/details). +- Click install link. +- **Now beware:** a OK/cancel dialog pops up. It **does not** allow you to cancel the installation. Choose **OK** to install the script with Tampermonkey. +- Confirm once again and you’re done. + +**Note:** Tampermonkey is optional. However, it offers auto-update, shows correct version numbers and installing user scripts is much easier. If you have installed the scripts directly into Chrome before, I recommend you switch to Tampermonkey. Uninstall the old scripts and reinstall them. + -*Note:* if Chrome only shows you the text, but does not offer an install dialog, make sure the file ends in `.user.js`. If it’s something like `.user(2).js` it won’t work. **Opera:** Download the script and put it into your user_js folder (that’s `~/.opera/user_js` on Unix). If you can’t find it [see Opera’s docs](http://www.opera.com/docs/userjs/using/#writingscripts). After placing it there, reload the page.