您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Replace every instance of "Trump" in webpage text with a random humorous insult
当前为
# Trump Renamer
This is a user script that replaces every occurrence of the name "Trump" on a webpage with a randomly selected humorous insult.
## Description
The script is designed to be used with a user script manager like [Tampermonkey](https://www.tampermonkey.net/) or [Greasemonkey](https://www.greasespot.net/). When active, it scans the text content of web pages you visit and replaces all instances of "Trump" (case-insensitive) with one of the insults from its list.
It also monitors the page for dynamically loaded content, so it will continue to work on modern websites that load content asynchronously.
## Features
- Replaces all occurrences of "Trump" on a webpage.
- The replacement is case-insensitive.
- Works on dynamically loaded content.
- The list of replacement insults can be easily customized.
## Installation
1. Make sure you have a user script manager installed in your browser (e.g., [Tampermonkey](https://www.tampermonkey.net/)).
2. Create a new user script in your script manager.
3. Copy the contents of `TrumpRenamer.js` and paste it into the new script.
4. Save the script.
It will now be active on all websites.
## Customization
You can easily change or add to the list of insults by editing the `replacements` array within the `TrumpRenamer.js` script file.
```javascript
const replacements = [
"Onion-eyed flap dragon.",
"Leather-faced piss jar.",
"Mangled apricot hellbeast.",
// Add your own creative insults here
];
```
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址