Tutorial on installing GreasyFork js script on mobile phone

Tutorial on installing GreasyFork js script on mobile phone

Preface

Icaraven browser has basically the same interface and functions as Kiwi browser
Iceraven supports Firefox plug-ins, and Kiwi browser supports Google plug-ins and is small in size. Rich in features.

1. Iceraven Browser (Firefox) (Android)

Iceraven browser needs to install Tampermonkey plug-in to install GF Tampermonkey script.
Tampermonkey supports detecting links inside iframes and executing scripts, so it can solve cross-domain issues using window.postMessage.
Tampermonkey has some built-in functions and supports cross-domain transmission. You can refer to the Tampermonkey official website documentation

Install the JavaScript script:

Click to download Iceraven-1.14.0

After installing the Iceraven browser, click on the three dots in the lower right corner. Then click Add-ons

Select Tampermoneky and click the + sign on the right to install the plugin

Open the GreasyFork official website script link and click to install this script

Click Install to complete the installation

advantage:

Support Firefox plug-in Support installation of Tampermonkey to protect privacy and block trackers The interface is customizable

Disadvantages (compared with via or ):

The interface is not simple enough and the operation is not simple enough

2. (Android)

Is an embedded script browser

Click to download

Install the JavaScript script:

Open the GreasyFork official website script link and click to install this script

Select (I already have the user script installed, let me install it!) and skip this step if there is no pop-up window.

Enter the domain name*, leave the remarks blank, and click Save.

advantage:
5. Small size (about 1MB)
6. Fast
7. Simple UI
8. No ads

shortcoming:
9. The default method of installing GreasyFork scripts is to embed and execute them based on the script tag (in some cases, this may be an advantage. As for why it is a disadvantage, I won’t explain it. You will know it by trying it yourself)
Solution:
1.1 Open the GreasyFork script link
1.2 Install the script, do not click Save, press the Return key once
1.3 Then all the codes will appear, long press => Select All => Copy
1.4 Browser homepage => three horizontal lines in the lower right corner => Settings => Script
1.5 Find and click the script you just installed
1.7 Long press the code => Select All => Paste
1.8 Finally, click Save.
10. Does not support detecting iframe links (that is, each window.href) to execute scripts
11. Does not support installation of Google or Firefox plug-ins

3. (Apple) (Android)

It is a three-no browser that meets the needs of the public, with a simple UI and user-friendly design.

Click to download

Install the JavaScript script:

Open the GreasyFork official website script link and click to install this script

Select (I already have the user script installed, let me install it!) and skip this step if there is no pop-up window.

Long press => Select All => Copy

Click the three horizontal lines at the bottom of the browser, swipe left, find and click Settings



Click Customize Settings

Click

Click the + sign in the upper right corner and select Passive Extension


Set the name at will. If you don't know the matching value or find it troublesome, fill in * by default (fill in * to confirm that the script is safe). Paste the content you just copied in the JavaScript code

Click Save in the upper right corner.

advantage:
11. Search for information: no push, no news, no ads
12. Watch videos: built-in player, supports downloading, screen casting, and up to 16x speed playback
13. Reading novels: Optimizing layout and operation methods

shortcoming:
14. The built-in player is a floating window, which is different from the embedded built-in player of Quark Browser.
15. Does not support detecting iframe link execution scripts
16. Does not support installation of Google or Firefox plug-ins

4. Kiwi Browser (Android)

Kiwi browser is based on Google kernel.
The interface layout and functionality are basically the same as the Iceraven browser. The difference is that this browser is more inclined to download Tampermonkey from abroad, and you need to visit Google to install it. Because many settings that support Google plug-ins are biased towards foreign countries, you need to configure them manually. But it is indeed an excellent browser

Install JavaScript script: Same as Iceraven browser installation method

advantage:

  • Support Google plugins
  • The rest is basically the same as Iceraven browser

The disadvantages are the same as Iceraven browser:

  • The interface is not simple enough
  • The operation is not simple enough

This is the end of this article about the tutorial on how to install the GreasyFork js script on your mobile phone. For more related GreasyFork js script content, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Greasemonkey scripting tutorial

<<:  Application of dynamic image loading technology and use case of jquery.lazyload plug-in

>>:  Implementation of CSS3 button border animation

Recommend

Detailed explanation of MySQL syntax, special symbols and regular expressions

Mysql commonly used display commands 1. Display t...

Linux sftp command usage

Concept of SFTP sftp is the abbreviation of Secur...

Detailed explanation of three ways to set borders in HTML

Three ways to set borders in HTML border-width: 1...

About MySQL innodb_autoinc_lock_mode

The innodb_autoinc_lock_mode parameter controls t...

Implementing Priority Queue in JavaScript

Table of contents 1. Introduction to priority que...

CSS3 timeline animation

Achieve results html <h2>CSS3 Timeline</...

How to deploy Rancher with Docker (no pitfalls)

Must read before operation: Note: If you want to ...

Forty-nine JavaScript tips and tricks

Table of contents 1. Operation of js integer 2. R...

A possible bug when MySQL executes the sum function on the window function

When using MySql's window function to collect...

How to deploy services in Windows Server 2016 (Graphic Tutorial)

introduction Sometimes, if there are a large numb...

js uses Canvas to merge multiple pictures into one implementation code

Solution function mergeImgs(list) { const imgDom ...

About the location of the H1 tag in XHTML

There has been a lot of discussion about H1 recent...