沉冰浮水

沉冰浮水

做最终到的事,成为最终成为的人!
github
bilibili
mastodon
zhihu
douban

"Low-key Recommendation" Part 2: Arm Your Browser with "Tampermonkey Scripts"

The first one is probably this:

Introduction to 'Oil Monkey Script': Resilio Sync_Computer Network_Ice and Water

https://www.wdssmq.com/post/20180526833.html

↑↑The standard three-link format of "webpage title + line break + webpage link" above is actually achieved by using a "script" to implement the "one-click copy" function.↑↑

Easy-to-understand (probably) explanation#

Here, "script" refers to JavaScript script, abbreviated as JS script. It was originally designed or mainly used to allow users to implement various functions on their own websites.

However, for other people's websites, if we want to obtain certain conveniences that the website itself does not provide, or bypass certain restrictions, many modern browsers also allow us to install corresponding extensions to run additional JS functions specified by visitors, such as:

  • Directly downloading files from Baidu Cloud
  • Customizing complex Weibo pages
  • Removing video playback ads
  • Changing the default "QR code login" of a website back to "account password login"
  • Bypassing search engine redirection prompts
  • Restoring a fresh novel reading mode
  • Displaying ratings between Douban and IMDb
  • ...

Different from the JS functions provided by the website itself, they are called "user scripts"; —— User Scripts - Zhihu

In Chinese, they are commonly referred to as "oil monkey scripts" or "monkey scripts", the reason for which will be explained in the next section;

Browser Extension Installation (User Script Manager)#

The most famous browser extension is Greasemonkey, abbreviated as GM, commonly known as "oil monkey" in Chinese, because it was the earliest to be created and became the generic name for similar products. However, it only supports Firefox.

Greasemonkey - Download 🦊 Firefox Extension (zh-CN):

https://addons.mozilla.org/zh-CN/firefox/addon/greasemonkey/

For actual use, it is recommended to use Tampermonkey, which supports more browsers, especially various Chrome-based browsers.

Tampermonkey • Homepage:

https://www.tampermonkey.net/

Script Acquisition and Installation#

Greasemonkey - Safe and Practical User Script Collection:

https://greasyfork.org/zh-CN

↑ A website specifically designed for users to upload and share scripts, so even if you can't write scripts, you can directly install and use scripts written by others;

wdssmq - Greasy Fork:

https://greasyfork.org/zh-CN/users/6865

↑ My Greasy Fork homepage;

Here are some scripts you might be interested in#

Bilibili (bilibili.com) Player Adjustment

https://greasyfork.org/zh-CN/scripts/21284

-----

Bilibili Region Restriction Bypass

https://greasyfork.org/zh-CN/scripts/25718

-----

Baidu Cloud Link Generation

https://greasyfork.org/zh-CN/scripts/6505

-----

"QQ Group" - Batch Kick

https://greasyfork.org/zh-CN/scripts/26812

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.