Skip to content

Commit 5182e3c

Browse files
committed
fix
1 parent e99e7b7 commit 5182e3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mouse Gestures/Mouse Gestures.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @name:zh-CN 油猴鼠标手势
44
// @name:zh-TW 油猴滑鼠手勢
55
// @namespace hoothin
6-
// @version 0.66
6+
// @version 0.67
77
// @description Just a Mouse Gestures script
88
// @description:zh-CN 就是个鼠标手势脚本
99
// @description:zh-TW 就是個滑鼠手勢脚本
@@ -301,7 +301,7 @@ function initEventListener(start,move,end,tracer,clientX,clientY,startBool){
301301
};
302302
}
303303
function goSetting(){
304-
location.href="https://github.com/hoothin/UserScripts/tree/master/Mouse%20Gestures";
304+
GM_openInTab("https://github.com/hoothin/UserScripts/tree/master/Mouse%20Gestures", false);
305305
}
306306
GM_registerMenuCommand(i18n.configure, goSetting);
307307
})();

0 commit comments

Comments
 (0)