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 11// ==UserScript==
22// @name 🖱右键超链接快速打开新标签页📑(Common Right Click Tab)
33// @namespace xiaohuohumax/userscripts/common-right-click-tab
4- // @version 1.2.0
4+ // @version 1.2.1
55// @author xiaohuohumax
6- // @description 用户可以通过右键点击【普通链接、鼠标选中带链接的文字】等方式快速打开新标签页。效果类似于【Ctrl+左键】点击链接效果相同 。
6+ // @description 用户可以通过右键点击【普通链接、鼠标选中带链接的文字】等方式快速打开新标签页。效果类似于【Ctrl+左键】点击链接 。
77// @license MIT
88// @icon https://raw.githubusercontent.com/xiaohuohumax/logo/refs/heads/main/logos/logo.svg
99// @source https://github.com/xiaohuohumax/userscripts.git
489489 return returnValue ;
490490 }
491491 const ID = "common-right-click-tab" ;
492- const VERSION = "1.2.0 " ;
492+ const VERSION = "1.2.1 " ;
493493 const LAST_VERSION = 1 ;
494494 class Store {
495495 constructor ( ) {
You can’t perform that action at this time.
0 commit comments