This Tampermonkey script allows you to find the first image with the word 'logo' in its URL on a web page. When you press the "Up, Down, Left, Right, B, A" keys in sequence, the image will rotate 360 degrees clockwise.
这个 Tampermonkey 脚本可以让你在浏览网页时,找到第一个包含 'logo' 字样的图片。当你按照顺序输入“上下左右BA”按键时,该图片将顺时针旋转 360 度。
The main purpose of this script is to provide an interesting way to interact with logo images on web pages. It allows you to observe the rotation effect of the logo image by entering a specific key sequence while browsing various websites.
这个脚本的主要目的是为了提供一种有趣的方式来互动网页上的 logo 图片。它可以让你在浏览各种网站时,通过输入特定的按键序列来观察 logo 图片的旋转效果。
- Tampermonkey Official Website / Tampermonkey 官方网站: https://www.tampermonkey.net/
- User Script Websites (for finding and installing other Tampermonkey scripts) / 用户脚本网站(用于查找和安装其他 Tampermonkey 脚本):
- Greasy Fork: https://greasyfork.org/
- OpenUserJS: https://openuserjs.org/
Special thanks to ChatGPT for its help with this code. ChatGPT is a large language model developed by OpenAI, providing users with a wide range of knowledge and skills, helping to write code and solve problems.
特别感谢 ChatGPT 对这份代码的帮助。ChatGPT 是一个由 OpenAI 开发的大型语言模型,为用户提供了广泛的知识和技能,帮助编写代码和解决问题。
This script as well as the repository with README is fully created by ChatGPT. I am just the guy who committed the code.
脚本代码和本README文件均为ChatGPT生成。我负责提交到仓库。
Note / 注意:Please be cautious when using this script. Always make sure to install scripts from trusted sources and check for script updates regularly. Also, this script may not work perfectly on all websites. Some websites may use different image loading methods, or use techniques that prevent the script from running. In addition, this script does not handle dynamically loaded content, so newly loaded images on the website may not be affected by this script.