You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/includes/documents/Tampermonkey-for-Android.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
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].
6
6
7
-
####Installing Tampermonkey
7
+
### Installing Tampermonkey
8
8
9
9
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.
10
10
@@ -16,7 +16,7 @@ From the Tampermonkey page in the Chrome Store, click the green "Install" button
16
16
17
17
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.
18
18
19
-
####Installing Userscripts
19
+
### Installing Userscripts
20
20
21
21
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.
22
22
@@ -36,21 +36,21 @@ Installing userscripts from other sources is a similar process. You just need to
36
36
37
37
After installing a userscript, you won't normally notice any further changes until you visit a website that it runs on.
38
38
39
-
####Managing Userscripts
39
+
### Managing Userscripts
40
40
41
41
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.
42
42
43
43
![Screenshot of Tampermonkey Options screen][tampermonkeyAndroidScreenshot4]
44
44
45
45
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)*.
46
46
47
-
####Trouble shooting
47
+
### Trouble shooting
48
48
49
49
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.
50
50
51
51
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.
52
52
53
-
####More
53
+
### More
54
54
55
55
*[Get Tampermonkey from the Google Play Store][gooPlayStoreTampermonkey]
56
56
*[Tampermonkey.net][tampermonkeyNet] - documentation, discussion and downloads for other versions of Tampermonkey.
0 commit comments