Skip to content

Commit

Permalink
Merge pull request OpenUserJS#1061 from Martii/docAndroidHeaderFix
Browse files Browse the repository at this point in the history
Fix headers in Android TM

Auto-merge
  • Loading branch information
Martii authored Mar 24, 2017
2 parents 26927ec + 494073d commit d8c1f1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions views/includes/documents/Tampermonkey-for-Android.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Tampermonkey is a userscript manager extension for [Android][Android], [Chrome][Chrome], [Chromium][Chromium], [Edge][Edge], [Opera][Opera], and other similar web browsers, written by Jan Biniok. However, it is also available as a standalone, userscript enabled web browser for Android mobile devices. The version currently available is a Beta release and is rather basic as a web browser, so it may not have all the features required to make some websites work, but it is reasonably comprehensive in its support for userscripts. There are also versions for [Chrome][tampermonkeyForChrome], [Chromium][tampermonkeyForChromium], [Edge][tampermonkeyForEdge], and [Opera][tampermonkeyForOpera].

#### Installing Tampermonkey
### Installing Tampermonkey

To get going with Tampermonkey on Android, first you have to install the app from the [Google Play Store][gooPlayStoreTampermonkey]. You need Android v2.2 *(Froyo)* or higher.

Expand All @@ -16,7 +16,7 @@ From the Tampermonkey page in the Chrome Store, click the green "Install" button

Once Tampermonkey is installed, you can launch it from the "Open" button in the Play Store app, or from its icon in your device's app launcher. You will see a basic web browser window, with the Tampermonkey icon in the top right corner.

#### Installing Userscripts
### Installing Userscripts

Once Tampermonkey is installed, installing userscripts from [OpenUserJS.org][oujs] is simple. Navigate to the OpenUserJS page for the script, then click the blue "Install" button at the top of the page.

Expand All @@ -36,21 +36,21 @@ Installing userscripts from other sources is a similar process. You just need to

After installing a userscript, you won't normally notice any further changes until you visit a website that it runs on.

#### Managing Userscripts
### Managing Userscripts

Clicking on the Tampermonkey icon at any time will take you to a menu that shows you what userscripts are running on the website you are looking at. It also lets you check for updated scripts *(it does daily automatic checks by default)*, and open the Tampermonkey Options screen.

![Screenshot of Tampermonkey Options screen][tampermonkeyAndroidScreenshot4]

In the Options screen, the "Installed scripts" tab is the main place to manage your userscripts. The numbered circle to the left of each script shows you the order they run in, and whether they are enabled *(green)* or disabled *(red)* - click it to toggle the status. You can also uninstall userscripts *(trash can icon)*, or check for new updates *(click the "last updated" date)*.

#### Trouble shooting
### Trouble shooting

If you think a userscript is causing problems and you have more than one script running on a web page, you can disable them all in Tampermonkey's options then re-enable them one by one, until you find the culprit. Remember to reload the web page each time - userscripts normally only run when a web page loads.

Sometimes, when you use more than one userscript on the same web page, they need to run in a particular order. You can change the order using the Tampermonkey dashboard. In the "Sort" column, click on the green arrow icons to move scripts up or down in the sort order.

#### More
### More

* [Get Tampermonkey from the Google Play Store][gooPlayStoreTampermonkey]
* [Tampermonkey.net][tampermonkeyNet] - documentation, discussion and downloads for other versions of Tampermonkey.
Expand Down

0 comments on commit d8c1f1d

Please sign in to comment.