Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Str0nkyK0ng/WaybackExtension

Open more actions menu

Repository files navigation

Wayback Extension

Usage

The Wayback Extension searches the Internet Archive Wayback Machine for snapshots of your current page, then displays the content via direct replacement or "diff-like" highlighting.

Contributors

Thank you to Florian Ragwitz for helping me out with this!

Options

Within the options folder you can change the following:

  • Default Highlighting Colors
  • Default Date Ranges For Different urls.
    • By default no configuration will be applied. Configurations must follow the following format:
    {
      "https://www.cdc.gov/.*":  //Regex expression of URL to match
      {
        "start": 20250101, //Jan 1st 2025 default start (YYYYmmDD)
        "end": 20250801 //August 1st 2025 default end (YYYYmmDD)
      },
      "https://www.google.com/.*":  //Regex expression of URL to match
      {
        "start": 19950101, //Jan 1st 1995 default start (YYYYmmDD)
        "end": 20230801 //August 1st 2023 default end (YYYYmmDD)
      }
    }
    • If multiple expressions match a URL, there is no set rule which will determine which one to apply.

Importing Into Chrome

  • Download it from the Google Chrome Web Store
  • Build the extension yourself:
    • npm run build should create a build folder.
    • Go to extensions. Click on "Load Unpacked" and then select the build folder.

Development

  • This project was bootstrapped with Chrome Extension CLI
  • Run npm install to get all the necessary packages
  • Run npm run watch to setup webpack
  • Run web-ext run --target=chromium --source-dir ./build to open up a Chrome Session that will auto-refresh the extension for you

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Revert HTML on your page to a previous version

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.