Skip to content

Commit

Permalink
修改默认允许左右键翻页
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Sep 9, 2014
1 parent d076dd6 commit 5a34724
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion Super_preloaderPlus/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = function(grunt) {

grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
clean: ['tmp'],
concat: {
dist: {
options: concatOptions,
Expand Down
2 changes: 1 addition & 1 deletion Super_preloaderPlus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super_preloaderplus_one",
"version": "6.2.0",
"version": "6.4.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion Super_preloaderPlus/src/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @namespace https://github.com/ywzhaiqi
// @description 预读+翻页..全加速你的浏览体验...
// @author ywzhaiqi && NLF(原作者)
// @version 6.3.9
// @version 6.4.0
// @homepageURL https://greasyfork.org/scripts/293-super-preloaderplus-one

// @grant GM_addStyle
Expand Down
2 changes: 1 addition & 1 deletion Super_preloaderPlus/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var prefs={
s_duration: 333, // 动画持续时长.(单位:毫秒);
someValue: '', // 显示在翻页导航最右边的一个小句子..-_-!!..Powered by Super_preloader 隐藏了
DisableI: true, // 只在顶层窗口加载JS..提升性能..如果开启了这项,那么DIExclude数组有效,里面的网页即使不在顶层窗口也会加载....
arrowKeyPage: false, // 允许使用 左右方向键 翻页..
arrowKeyPage: true, // 允许使用 左右方向键 翻页..
sepStartN: 2, // 翻页导航上的,从几开始计数.(貌似有人在意这个,所以弄个开关出来,反正简单.-_-!!)

// 新增或修改的
Expand Down
4 changes: 2 additions & 2 deletions Super_preloaderPlus/super_preloaderplus_one.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @namespace https://github.com/ywzhaiqi
// @description 预读+翻页..全加速你的浏览体验...
// @author ywzhaiqi && NLF(原作者)
// @version 6.3.9
// @version 6.4.0
// @homepageURL https://greasyfork.org/scripts/293-super-preloaderplus-one

// @grant GM_addStyle
Expand Down Expand Up @@ -94,7 +94,7 @@ var prefs={
s_duration: 333, // 动画持续时长.(单位:毫秒);
someValue: '', // 显示在翻页导航最右边的一个小句子..-_-!!..Powered by Super_preloader 隐藏了
DisableI: true, // 只在顶层窗口加载JS..提升性能..如果开启了这项,那么DIExclude数组有效,里面的网页即使不在顶层窗口也会加载....
arrowKeyPage: false, // 允许使用 左右方向键 翻页..
arrowKeyPage: true, // 允许使用 左右方向键 翻页..
sepStartN: 2, // 翻页导航上的,从几开始计数.(貌似有人在意这个,所以弄个开关出来,反正简单.-_-!!)

// 新增或修改的
Expand Down

0 comments on commit 5a34724

Please sign in to comment.