Wayback Machine Toolbar Remover

Removes the pesky toolbar on archive.org's wayback machine.

  1. // ==UserScript==
  2. // @name Wayback Machine Toolbar Remover
  3. // @namespace https://greatest.deepsurf.us/en/users/1036852-brandonb
  4. // @version 0.1
  5. // @description Removes the pesky toolbar on archive.org's wayback machine.
  6. // @author BrandonB
  7. // @match http://web.archive.org/*
  8. // @match https://web.archive.org/*
  9. // @icon https://web.archive.org/_static/images/archive.ico
  10. // @license MIT
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. document.getElementById("wm-ipp-base").remove();