Skip to content

Commit

Permalink
Minor: Name and URL fix
Browse files Browse the repository at this point in the history
At some point I got the personal testing info into the fixes and additions branch. This is more of a reversion of that.

Personal Testing is meant for testing new features that may be buggy. Where as Fixes and Additions is the dev branch that is a bit more stable and more for bug fixing.

Also implemented the @downloadurl to see if that helps with something specific. but eitherway I'll have to keep that in mind to prevent transferring over again when I do future pulls between the two branches.
  • Loading branch information
SoraHjort committed Jun 4, 2023
1 parent 076ca3b commit 9ed04be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions webcomic_reader.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ var defaultSettings = {
};

// ==UserScript==
// @name Webcomic Reader - Sora Testing
// @name Webcomic Reader - Sora Fix and Addition
// @author Javier Lopez <[email protected]> https://github.com/ameboide , fork by v4Lo https://github.com/v4Lo and by anka-213 http://github.com/anka-213
// @version 2023.05.30.164400
// @version 2023.06.04.043900
// @license MIT
// @namespace http://userscripts.org/scripts/show/59842
// @description Can work on almost any webcomic/manga page, preloads 5 or more pages ahead (or behind), navigates via ajax for instant-page-change, lets you use the keyboard, remembers your progress, and it's relatively easy to add new sites
// @homepageURL https://github.com/anka-213/webcomic_reader#readme
// @supportURL alert('No support for Sora's Personal Testing branch')
// @updateURL https://github.com/SoraHjort/webcomic_reader/raw/PersonalTesting/webcomic_reader.user.js
// @updateURL https://github.com/SoraHjort/webcomic_reader/raw/Fixes-and-Additions/webcomic_reader.user.js
// @downloadURL https://github.com/SoraHjort/webcomic_reader/raw/Fixes-and-Additions/webcomic_reader.user.js
// @updatetype 24
// @grant GM_getValue
// @grant GM_setValue
Expand Down

0 comments on commit 9ed04be

Please sign in to comment.