Skip to content

Commit d8c1f1d

Browse files
authored
Merge pull request OpenUserJS#1061 from Martii/docAndroidHeaderFix
Fix headers in Android TM Auto-merge
2 parents 26927ec + 494073d commit d8c1f1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

views/includes/documents/Tampermonkey-for-Android.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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].
66

7-
#### Installing Tampermonkey
7+
### Installing Tampermonkey
88

99
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.
1010

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

1717
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.
1818

19-
#### Installing Userscripts
19+
### Installing Userscripts
2020

2121
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.
2222

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

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

39-
#### Managing Userscripts
39+
### Managing Userscripts
4040

4141
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.
4242

4343
![Screenshot of Tampermonkey Options screen][tampermonkeyAndroidScreenshot4]
4444

4545
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)*.
4646

47-
#### Trouble shooting
47+
### Trouble shooting
4848

4949
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.
5050

5151
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.
5252

53-
#### More
53+
### More
5454

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

0 commit comments

Comments
 (0)