Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MadeOfMagicAndWires/userscripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MadeOfMagicAndWires/userscripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: whyfalalala
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 8 files changed
  • 1 contributor

Commits on Oct 14, 2017

  1. Configuration menu
    Copy the full SHA
    0d8a162 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    a9d0a96 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. Configuration menu
    Copy the full SHA
    e1f247d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2018

  1. 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.
    MadeOfMagicAndWires committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    77a7759 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. madokami: Add initial version of madokami-list-files

    Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
    MadeOfMagicAndWires committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    386b985 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. whyfalalala: Version 0.3

    + 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>
    MadeOfMagicAndWires committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    7812343 View commit details
    Browse the repository at this point in the history
  2. eslint: add 2017 EcmaScript syntax for async functions

    Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
    MadeOfMagicAndWires committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    ba1957e View commit details
    Browse the repository at this point in the history
  3. 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>
    MadeOfMagicAndWires committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    5a174d5 View commit details
    Browse the repository at this point in the history
  4. whyfalalala: Bump version number

    Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
    MadeOfMagicAndWires committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    5c072fc View commit details
    Browse the repository at this point in the history
  5. update-metablocks: Change date format to ISO 8601

    Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
    MadeOfMagicAndWires committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    7b8f7d7 View commit details
    Browse the repository at this point in the history
  6. whyfalalala: Update regex to work with blogroll pages

    Update the @include rule to include /page/\d/ urls
    MadeOfMagicAndWires committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    8658ac5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. 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>
    MadeOfMagicAndWires committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    c7e5dcf View commit details
    Browse the repository at this point in the history
  2. 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>
    MadeOfMagicAndWires committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    1c603ad View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. 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>
    MadeOfMagicAndWires committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    16ded61 View commit details
    Browse the repository at this point in the history
Loading