All Projects → vegetableman → vandal

vegetableman / vandal

Licence: AGPL-3.0 license
Navigator for Web Archive

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to vandal

Archivebox
🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...
Stars: ✭ 12,383 (+8381.51%)
Mutual labels:  wayback-machine, internet-archiving
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (-55.48%)
Mutual labels:  firefox-addon
Refined Github
Browser extension that simplifies the GitHub interface and adds useful features
Stars: ✭ 16,446 (+11164.38%)
Mutual labels:  firefox-addon
JSONViewer
Chrome Extension, Format several JSON documents in one window, depends to your screen width, up to 6.
Stars: ✭ 49 (-66.44%)
Mutual labels:  firefox-addon
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (+64.38%)
Mutual labels:  firefox-addon
slack-channels-grouping
Chrome extension. Grouping slack channels.
Stars: ✭ 69 (-52.74%)
Mutual labels:  firefox-addon
Pywalfox
Dynamic theming of Firefox (and Thunderbird) using your Pywal colors
Stars: ✭ 219 (+50%)
Mutual labels:  firefox-addon
trello-super-powers
Repository of the Firefox add-on. (https://addons.mozilla.org/en-US/firefox/addon/trello-super-powers/)
Stars: ✭ 29 (-80.14%)
Mutual labels:  firefox-addon
productive-cycles-webext
Simple-yet-complete Pomodoro timer for Firefox and Google Chrome. Built with the WebExtensions API and React.
Stars: ✭ 17 (-88.36%)
Mutual labels:  firefox-addon
sc ext
Sitecore Extensions is a browser extension which improves user experience inside Sitecore CMS
Stars: ✭ 27 (-81.51%)
Mutual labels:  firefox-addon
enterprise-policy-generator
The Enterprise Policy Engine allows administrators to configure Firefox via a configuration file. The Enterprise Policy Generator helps to create the configuration file.
Stars: ✭ 57 (-60.96%)
Mutual labels:  firefox-addon
Twitch Hls Adblock
Block advertisements that are inserted in Twitch streams directly.
Stars: ✭ 242 (+65.75%)
Mutual labels:  firefox-addon
wayback
⏪ Tools to Work with the Various Internet Archive Wayback Machine APIs
Stars: ✭ 52 (-64.38%)
Mutual labels:  wayback-machine
Panorama Tab Groups
An add-on for Firefox that implements the old Tab Groups/Panorama functionality
Stars: ✭ 230 (+57.53%)
Mutual labels:  firefox-addon
tst-bookmarks-subpanel
This is a Firefox addon providing the "Bookmarks" subpanel for Tree Style Tab.
Stars: ✭ 14 (-90.41%)
Mutual labels:  firefox-addon
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+14198.63%)
Mutual labels:  firefox-addon
Minimal Twitter
Minimal Theme for the new Twitter UI 🐦
Stars: ✭ 247 (+69.18%)
Mutual labels:  firefox-addon
Gecko-Profiler-Addon
(deprecated) Addon to control the Gecko Built-in Profiler
Stars: ✭ 20 (-86.3%)
Mutual labels:  firefox-addon
sendhereplz
Quick identification of Amazon products with shipping restrictions
Stars: ✭ 30 (-79.45%)
Mutual labels:  firefox-addon
snoozz-tab-snoozing
A Web Extension to declutter windows by snoozing tabs for later
Stars: ✭ 105 (-28.08%)
Mutual labels:  firefox-addon

Navigator for Web Archive

example workflow License: AGPL v3


Vandal is a browser extension that helps you quickly navigate the web archive and travel back in time without leaving the current tab.

Install

Chrome also compatible with Brave

Firefox


Why?

The goal of this project is to present an alternate navigation interface to Wayback Machine focused on ease-of-use. At the same time, it tries to capture the essence of time-travel in it's own whimsical way.

Features

Vandal supports the following features for navigation and inspection:

  • 📅 Calendar View: The default navigation mode which uses the least amount of surface area with a mini calendar view. Supports a calendar input that shows archival stats and allows selection of month across the years.
  • 📊 Graph View: Navigation mode based on graphs of year and month.
  • 🧭 Navigator: Built-in browser with ◀️ ▶️ 🔄 actions.
  • 🎮 Navigation Panel: A bottom panel with navigation buttons to zip through archived snapshots for a date or across the month.
  • 🕛 History Panel: Access your navigation history for a website.
  • 💡 Info Panel: Access your current navigation URL and redirection info.
  • 🔩 Resource Drawer: A drawer that you can toggle to view timestamp differences of resources such as images, scripts, etc. relative to the page. This drawer updates automatically based on URL.
  • Historical View: Displays the snapshot of a website throughout the years. This feature is experimental ⚠️.

Limitations

  • It uses Iframe to load a webpage which has inherent limitations, although Vandal does replicate the behaviour of a browser to some degree, for instance, navigation history, reload, etc. It does not work in cases where pages are using frame busters and when the document matching the URL itself is cached using service workers causing the webRequest API to fail. It does notify with an error message for such cases.
  • It does not support saving page to Archive. Although, It does notify you to do so on an unarchived page.

Comparison to Wayback Machine

Vandal is not affliated to Internet Archive. As for features, it's more of a subset to the mighty Wayback Machine.

Build

Requirements

Node.js version 14 or later is required.

Install dependencies:

npm install

To create a build:

npm run build 

When working on the extension, run below to constantly build your changes:

npm run watch # Listen to file changes and automatically rebuild

Then load or reload it into the browser to see the changes.

Loading into the browser

Once built, load it in the browser of your choice with web-ext:

npx web-ext run --target=chromium # Open extension in Chrome
npx web-ext run # Open extension in Firefox

API and Tools Used

Vandal uses the Wayback Machine API.

It is primarily built on frameworks - XState and React. Illustrations and logo was created on Figma, video edited on Kapwing and icons have been plucked from the Noun Project.

Icons designed by: Christian Antonius, Ralf Schmitzer, Park Sung Hyo, Bhuvan, Sewon Park, Alfa Design, Emmanuel Roy, unlimicon, Hui Qin Ng, Bluetip Design, iconsmind.com, mikicon, Bharat, Aaron K. Kim, i cons

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].