All Projects → machsix → Super Preloader

machsix / Super Preloader

Licence: gpl-3.0
Userscript to enable autopagerizing as well as preloading

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Super Preloader

Steamdiscoveryqueueautoskipper
Auto-advances in Steam Discovery Queues.
Stars: ✭ 156 (-36.33%)
Mutual labels:  userscript, greasemonkey
Github Dark Script
Archived - Please use https://github.com/StylishThemes/GitHub-Dark directly
Stars: ✭ 578 (+135.92%)
Mutual labels:  userscript, greasemonkey
GreasyFork-Scripts
该项目开源代码用于主流浏览器的油猴脚本,包含字体渲染脚本 Font Rendering.user.js, 搜索引擎跳转工具 Google & Baidu Switcher.user.js.
Stars: ✭ 260 (+6.12%)
Mutual labels:  userscript, greasemonkey
Stay
Stay is a local userscript manager and an extension sample for Safari on iOS/iPadOS.
Stars: ✭ 672 (+174.29%)
Mutual labels:  userscript, greasemonkey
Userscripts
My userscripts
Stars: ✭ 67 (-72.65%)
Mutual labels:  userscript, greasemonkey
klas-helper
🎠 광운대학교 KLAS 사이트에 편리한 기능을 추가할 수 있는 유저 스크립트
Stars: ✭ 60 (-75.51%)
Mutual labels:  userscript, greasemonkey
Misc-userscripts
Userscripts to add functionality to miscellaneous sites
Stars: ✭ 20 (-91.84%)
Mutual labels:  userscript, greasemonkey
userscript-proxy
HTTP proxy to inject scripts and stylesheets into existing sites.
Stars: ✭ 66 (-73.06%)
Mutual labels:  userscript, greasemonkey
Userscript Plus
🐒 Show current site all UserJS,The easier way to install UserJs for Tampermonkey. 显示当前网站的所有可用Tampermonkey脚本
Stars: ✭ 1,142 (+366.12%)
Mutual labels:  userscript, greasemonkey
Nxenhanced
Adds "quality-of-life" features to NextDNS website for a more practical usability
Stars: ✭ 58 (-76.33%)
Mutual labels:  userscript, greasemonkey
MTDeck
TweetDeckをスマホアプリのように使えるようにするUserScript
Stars: ✭ 26 (-89.39%)
Mutual labels:  userscript, greasemonkey
Psdle
Improving everyone's favorite online download list, one loop at a time.
Stars: ✭ 141 (-42.45%)
Mutual labels:  userscript, greasemonkey
duolingo-scripts
User scripts for duolingo.com
Stars: ✭ 24 (-90.2%)
Mutual labels:  userscript, greasemonkey
direct google
Direct Google
Stars: ✭ 36 (-85.31%)
Mutual labels:  userscript, greasemonkey
direct google images
Direct Google Images
Stars: ✭ 22 (-91.02%)
Mutual labels:  userscript, greasemonkey
Github Userscripts
Userscripts to add functionality to GitHub
Stars: ✭ 1,011 (+312.65%)
Mutual labels:  userscript, greasemonkey
Userscripts
Userscripts for Greasemonkey, Tampermonkey etc.
Stars: ✭ 78 (-68.16%)
Mutual labels:  userscript, greasemonkey
Oneechan
Customizable rice and themes for 4chan X
Stars: ✭ 178 (-27.35%)
Mutual labels:  userscript, greasemonkey
Witchcraft
Inject Javascript and CSS right from your file system. Think GreaseMonkey for more advanced users.
Stars: ✭ 159 (-35.1%)
Mutual labels:  greasemonkey
Steamsummerminigame
Steam Summer Sale 2015 - Auto-play Optimizer w/ Auto-Click
Stars: ✭ 184 (-24.9%)
Mutual labels:  greasemonkey

icon

Build Status Netlify Status Buy Me a Coffee

Super-preloader

Installation and Document

Document Installation
Netlify greasyfork
Github Github

Compatibility

Firefox + violentmonkey/greasemonkey
Firefox + Violentmonkey/Greasemonkey 4
Chrome / Microsoft Edge Dev+ violentmonkey
Chrome/Microsoft Edge Dev + Tampermonkey
Microsoft Edge Dev+ greasemonkey
Waterfox + Greasemonkey 3/4
Firefox > ESR Chrome > 45 , Edge Dev Channel Latest
  • Script is tested under:

    • Firefox latest + Violentmonkey (Recommended combination)
    • Microsoft Edge Dev + Tampermonkey
    • Waterfox 56.3 + Greasemonkey 4.9
    • Chrome 48 + Tampermonkey

Introduction

A userscript for auto loading paginated web pages. It will join pages together based on the rules.

The script is forked from https://greasyfork.org/en/scripts/10433-super-preloaderplus-one. However, it is refactored since v6.8.xx. Now we are embracing new techniques (features of ES6) and webpackrollup to pack the script.

Thanks to

Thanks to 红叶舞秋山, who introduced the history of the script to me

ywzhaiqi 也不是原创,这是个很久远的故事啊!还记得很多年以前,那时候我们还用 Opera 的旧版,总拿着它看小说之类的。然后在当年的 Opera 中国官方论坛,NLF 开始写这么个脚本的最初版,开始叫 Preloader 还是 PreloaderPlus 有点儿记不起来了!我们帮着测试,大家一起顺便也写写规则之类的。当年好像还有个简化版,只能预读不能拼接的,后来还有 Firefox 版,Chrome 版等等,甚至自己还考虑过自己写个外接可定制网页的 GUI...。开始时候这东西没啥按钮 Debug 什么的,都是一点点加的,还记得当年为了找个函数翻 Xml 等等文档翻了两天终于搞定的日子。后来基本功能有了,也没啥人维护了,大部分都是遇到问题自己写个规则用了。。。再后来 Opera 中国论坛也散了,很久之后 ywzhaiqi 接手改了个 Super_preloader,然后 Super_preloader one 的合一版他到

Please leave feedback at Greasefork page or Github issue

Development Guide

I appreciate anyone who is interested in devoting their time to the development. You can contribute by either writing rules or improving the script.

To write rules

  1. Check the Document and learn the structure of the rule
  2. Modify file dist/mydata.json for simple json rules
  3. Modify file src/rules/jsSiteRule.js for complex js rules

To modify document

  1. Modify content in docs/

To improve the script

  1. Clone the whole repo and install modules by npm install
  2. Make your modifications with your favoriate IDE. You IDE should support eslint and prettier to ease your life.
  3. Run npm run check to do a static check with eslint and prettier
  4. Run npm run test to test the script on certain websites with puppeteer
  5. Run npm run dev to launch the dev server and install the script from http://localhost:8081/Super_preloaderPlus_one_New.user.js. Test it on the website your added
  6. Only if all previous tests pass, you can now run npm run publish:patch to bump up the version and build the script. The file dist/Super_preloaderPlus_one_New.user.js will be updated.
  7. Commit all the changes you make and submit a pull request.

Note:

  1. You shouldn't commit changes of package.json, package-lock.json, and .eslintrc.json unless you have a good reason to do that.
  2. I won't check the PR until travis ci test passes. You can simulate travis ci test locally by running npm run check and npm run test.

Check more at Document

Known issues:

  • Firefox + Tampermonkey won't send cookie with GM_xmlhttpRequest. Unless this issue is resolved, I can do nothing with special websites. -Dec 31th 2019
  • Violentmonkey doesn't inject the scripts correctly on https://nhentai.org. Check this issue The new release candidate v2.12.8 may fix the issuse.

Donation

It takes time and patiency to maintain the project (beacure there are 👎 websites like JD). If you like my work, a donation is welcomed. This will keep my passion to continue developing. 😆

Buy Me a Coffee

Thanks to the following donors:

  • loveqianool (1st donor)

License

GPLv3

This program is licensed under GNU General Public License Version 3 or later.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Howver you need to acknowledge the author machsix before redistribute the source code, databases and bundled script. Reposting the code anywhere without the author's permission is regarded as infringement. The author preserves the right to sue the infringer.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].