🏠 返回首頁 

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 versions of this script where the code was updated. Show all versions.

  • v24 2023-06-11

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

  • v23 2023-06-09

    Fixing black background and style switching.

  • v22 2023-06-09

    Changing trigger from load to DOMContentLoaded to reduce delay.

  • v21 2023-06-09

    Preventing running before loads, which breaks in Firefox.

  • v20 2023-06-09

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

  • v19 2023-06-07

    Fixing padding

  • v18 2023-06-07

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

  • v17 2023-06-07

    Making background color black.

  • v16 2023-06-07

    Fixing missing comic bug.

  • v15 2023-06-07

    Fixing missing comic bug.

  • v14 2023-06-07

    Fixing double image issue.

  • v13 2023-06-07

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

  • v12 2023-06-06

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

  • v11 2023-05-26

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

  • v10 2023-05-26

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

  • v9 2023-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.

  • v8 2023-05-26

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

  • v7 2023-05-26

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

  • v6 2023-05-26

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

  • v5 2023-05-26

    Fixing typo in link rel.

  • v4 2023-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.

  • v3 2023-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.

  • v2 2023-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.

  • v1 2023-05-24

    Changed version to 1. No other changes.

  • v0.1 2023-05-24