返回首頁 

Extra Fabulous Comics simplifier and next and previous buttons

Adds previous and next buttons/links to Extra Fabulous Comics to make it easier to read a lot of older comics.

These are all versions of this script. Show only the versions where the code changed.

  • v242023-06-11

    Precalculating links, which removes the need for a redirect page.

  • v232023-06-09

    Fixing black background and style switching.

  • v222023-06-09

    Changing trigger from load to DOMContentLoaded to reduce delay.

  • v212023-06-09

    Preventing running before loads, which breaks in Firefox.

  • v202023-06-09

    Preventing white background flash by turning the brightness on every element down to 0, then displaying when everything is loaded.

  • v192023-06-07

    Fixing padding

  • v182023-06-07

    Adding a margin so the next and previous links don't cover the comic.

  • v172023-06-07

    Making background color black.

  • v162023-06-07

    Fixing missing comic bug.

  • v152023-06-07

    Fixing missing comic bug.

  • v142023-06-07

    Fixing double image issue.

  • v132023-06-07

    Removes all the cruft except the comic and the Next and Previous buttons.

  • v122023-06-06

    Added black background so it's easier on the eyes at night.

  • v112023-05-26

    Moving the comic at all hides some of it on some devices. Back to moving only the body up.

  • v102023-05-26

    Moving comic up a little less so the top isn't hidden under the banner.

  • v92023-05-26

    Now moving the body up a little and the comic up a little for easier reading on mobile without fully hiding any UI elements.

  • v82023-05-26

    Moving the comic up hides the top of the comic under the banner. Moving the whole body up.

  • v72023-05-26

    Removing the top banner didn't move the comic up. Now directly moving the comic up with relative positioning.

  • v62023-05-26

    Hiding top banner so the comic is more visible on mobile.

  • v52023-05-26

    Fixing typo in link rel.

  • v42023-05-26

    EFC website can be a bit slow to load a new page, so this add

    prefetch, preload, preconnect, dns-prefetch, and prerender for the next and previous comic pages to help speed things up. Adding all of them so it always works despite differences in browsers.

  • v32023-05-26

    EFC messes up page changes constantly, and Greasemonkey's sandboxing makes fixing this difficult. Switching to a redirect so we have more control over the code and can force a page reload.

  • v22023-05-25

    EFC does weird things with page loads (probably due to Wix) which makes it hard to update the links when you navigate to a new page. So we have to update the links periodically to make sure they are based on the current URL and not a stale one.

  • v12023-05-24

    Changed version to 1. No other changes.

  • v0.12023-05-24