firefox鼠标手势求助
现在在用firegestures,请问有能实现在S1用鼠标手势翻页的插件或脚本吗比如键盘上的左右键功能,在帖子里面是可以翻页的 有
上一页:(function(){var document=(this.content && this.content.window)? this.content.window.wrappedJSObject.document: this.document;var event=document.createEvent('HTMLEvents');event.initEvent('superPreloader.back',true,false);document.dispatchEvent(event);})();
下一页:(function(){var document=(this.content && this.content.window)? this.content.window.wrappedJSObject.document: this.document;var event=document.createEvent('HTMLEvents');event.initEvent('superPreloader.go',true,false);document.dispatchEvent(event);})();
首先要下这个GM脚本才行: 感谢LS
页:
[1]