File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name 🖱右键超链接快速打开新标签页📑(Common Right Click Tab)
3
3
// @namespace xiaohuohumax/userscripts/common-right-click-tab
4
- // @version 1.2.0
4
+ // @version 1.2.1
5
5
// @author xiaohuohumax
6
- // @description 用户可以通过右键点击【普通链接、鼠标选中带链接的文字】等方式快速打开新标签页。效果类似于【Ctrl+左键】点击链接效果相同 。
6
+ // @description 用户可以通过右键点击【普通链接、鼠标选中带链接的文字】等方式快速打开新标签页。效果类似于【Ctrl+左键】点击链接 。
7
7
// @license MIT
8
8
// @icon https://raw.githubusercontent.com/xiaohuohumax/logo/refs/heads/main/logos/logo.svg
9
9
// @source https://github.com/xiaohuohumax/userscripts.git
489
489
return returnValue ;
490
490
}
491
491
const ID = "common-right-click-tab" ;
492
- const VERSION = "1.2.0 " ;
492
+ const VERSION = "1.2.1 " ;
493
493
const LAST_VERSION = 1 ;
494
494
class Store {
495
495
constructor ( ) {
You can’t perform that action at this time.
0 commit comments