您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Make your searches easier by adding tags to your search queries with one click
当前为
This script adds, just above the search field, a box to store the tags (keywords or phrases) you frequently use in your search queries. You can then reuse these tags with a single click and avoid typing them manually whenever you need them.
Your tags are saved via the GM API and in a localStorage object, so they remain stored locally in your browser. You can also use various features to save and transfer your tags as external files or text strings
Have a good search!
Also try the features to easily transfer and save your tags.
Right click on the tags box to open the context menu which has the following items:
Copy Tags
Copy the tags to the clipboard as a string in a compact format.
Similarly you can use the keyboard shortcut Ctr+C.
Append copied Tags
The clipboard data is added as tags in the box.
Similarly can use the keyboard shortcut Ctr+V
Import and append Tags
Import tags by selecting a text file.
The data in the file must be in compact format.
Export Tags as txt
Export the tags to a text file via download.
The data in the file is saved in the compact format.
Small Tags width, Large Tags width, Auto Tags width
Sets the width of the tag elements.
This configuration is stored and saved together with the tags data.
In case of importing external data, this setting is restored only if the tags box has been previously emptied.
Clear the Tags Box
Removes all tags from the box.
Copy-paste
You can copy the tags data in compact format, by pressing Ctrl+C when nothing is selected on the page, or via the context menu.
A blue border flashing will be shown around the BOX when the operation is successful.
In the same way you can paste this data which will be added to the box.
Drag-and-drop
It is possible to directly drag data into the box.
It is allowed to drag a selected text or an external file.
Supported formats
The data transferred in this way can have different formats.
The data dragged or imported through a text file must have the compact format, the same one used to store it locally in the browser.
eg:
:tags[A]:first tagd05fb4second tag4678b9another tag6237a7
The header has a ":tags:" prefix which can contain configuration data (eg [A] means width "auto") and "value-color" pairs ("color" is a hex code). A separator character is used to delimit each pair.
Data copied or dragged as text can be in either compact or plain text format.
Plain text is parsed as a list of "newline separated values".
eg:
first tag
second tag
another tag
Backward compatibility
This version is backwards compatible with the previous one, so the data already stored in localStorage will be restored and kept in the new version.
Keep in mind that GM APIs ensure that data is permanently stored in the browser, but you can also save it as a backup to external files to make sure you can always recover it.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址