Skip to content

Commit c5d5caf

Browse files
committed
fix
1 parent aba5f33 commit c5d5caf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mouse Gestures/Mouse Gestures.user.js

Lines changed: 2 additions & 1 deletion
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.68
6+
// @version 0.69
77
// @description Just a Mouse Gestures script
88
// @description:zh-CN 就是个鼠标手势脚本
99
// @description:zh-TW 就是個滑鼠手勢脚本
@@ -299,6 +299,7 @@ function initEventListener(start,move,end,tracer,clientX,clientY,startBool){
299299
for(var index in gestures){
300300
if(gestures[index].gesture==value){
301301
gestures.splice(index,1);
302+
GM_setValue("gestures",gestures);
302303
break;
303304
}
304305
}

0 commit comments

Comments
 (0)