Skip to content

Commit e6c6647

Browse files
xiaohuohumaxgithub-actions[bot]
authored andcommitted
build: 📦 build user script
1 parent 9f650a5 commit e6c6647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/common-right-click-tab.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
@@ -489,7 +489,7 @@
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() {

0 commit comments

Comments
 (0)