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

How to use js to determine whether a file is utf-8 encoded

Conventional solution Use FileReader to read the ...

Two ways to build Docker images

Table of contents Update the image from an existi...

Vue implements picture verification code when logging in

This article example shares the specific code of ...

Vue implementation counter case

This article example shares the specific code of ...

Ubuntu 16.04 installation tutorial under VMware 12

This article shares with you the installation tut...

Implementing a table scrolling carousel effect through CSS animation

An application of CSS animation, with the same co...

Management of xinetd-based services installed with RPM packages in Linux

Table of contents Preface 1. Startup management b...

Introduction to the functions and usage of value and name attributes in Html

1. The value used in the button refers to the text...

How to solve the abnormal error ERROR: 2002 in mysql

Recently, an error occurred while starting MySQL....

A link refresh page and js refresh page usage examples

1. How to use the link: Copy code The code is as f...

A practical record of restoring a MySQL Slave library

Description of the situation: Today, I logged int...

Detailed tutorial on installing JDK1.8 on Linux

1. Cleaning before installation rpm -qa | grep jd...