-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: MadeOfMagicAndWires/userscripts
base: master
head repository: MadeOfMagicAndWires/userscripts
compare: whyfalalala
- 14 commits
- 8 files changed
- 1 contributor
Commits on Oct 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0d8a162 - Browse repository at this point
Copy the full SHA 0d8a162View commit details
Commits on Oct 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a9d0a96 - Browse repository at this point
Copy the full SHA a9d0a96View commit details
Commits on Jul 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1f247d - Browse repository at this point
Copy the full SHA e1f247dView commit details
Commits on Jul 8, 2018
-
whyfalalala: save to madokami filename conventions
+ function madokamiFileName() generates a madokami-compatible filename based on the chapter's title. + Seperate code out into generic wordpress code and blog specific code.
Configuration menu - View commit details
-
Copy full SHA for 77a7759 - Browse repository at this point
Copy the full SHA 77a7759View commit details
Commits on Jul 9, 2018
-
madokami: Add initial version of madokami-list-files
Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
Configuration menu - View commit details
-
Copy full SHA for 386b985 - Browse repository at this point
Copy the full SHA 386b985View commit details
Commits on Jul 11, 2018
-
+ Chapter related functions moved to Chapter class + Chapter.madokamiFileName() now takes source into account (sort of) + Added JSDOC documentation Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
Configuration menu - View commit details
-
Copy full SHA for 7812343 - Browse repository at this point
Copy the full SHA 7812343View commit details -
eslint: add 2017 EcmaScript syntax for async functions
Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
Configuration menu - View commit details
-
Copy full SHA for ba1957e - Browse repository at this point
Copy the full SHA ba1957eView commit details -
whyfalalala: Edit @include to work more precisely
Change the @include to a regex rule to work only on the front and post pages, rather than on the entire domain. Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
Configuration menu - View commit details
-
Copy full SHA for 5a174d5 - Browse repository at this point
Copy the full SHA 5a174d5View commit details -
whyfalalala: Bump version number
Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
Configuration menu - View commit details
-
Copy full SHA for 5c072fc - Browse repository at this point
Copy the full SHA 5c072fcView commit details -
update-metablocks: Change date format to ISO 8601
Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
Configuration menu - View commit details
-
Copy full SHA for 7b8f7d7 - Browse repository at this point
Copy the full SHA 7b8f7d7View commit details -
whyfalalala: Update regex to work with blogroll pages
Update the @include rule to include /page/\d/ urls
Configuration menu - View commit details
-
Copy full SHA for 8658ac5 - Browse repository at this point
Copy the full SHA 8658ac5View commit details
Commits on Jul 13, 2018
-
whyfalalala: Added changeable zip filename
+ Added input field with eventlistener to change the chapter's filename variable if it matches the Madokami Naming Scheme. + Added eventlistener on the download button to save to the latest file name Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
Configuration menu - View commit details
-
Copy full SHA for c7e5dcf - Browse repository at this point
Copy the full SHA c7e5dcfView commit details -
whyfalalala: Move blog specific code to start()
This moves all blog specific code, like filtering for posts containing scanlations from getChapters() to start() to make way for mutationobservers and its callback Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
Configuration menu - View commit details
-
Copy full SHA for 1c603ad - Browse repository at this point
Copy the full SHA 1c603adView commit details
Commits on Jul 17, 2018
-
whyfalalala: Move filtering of posts to seperate function
Moves the filtering of article elements in start() to seperate function filterPosts(). Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
Configuration menu - View commit details
-
Copy full SHA for 16ded61 - Browse repository at this point
Copy the full SHA 16ded61View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...whyfalalala