Skip to content

Instantly share code, notes, and snippets.

@azu
Last active May 30, 2019 01:35
Show Gist options
  • Save azu/5a67cd990207e145dd12adf98e35f968 to your computer and use it in GitHub Desktop.
Save azu/5a67cd990207e145dd12adf98e35f968 to your computer and use it in GitHub Desktop.
Yahoo! ジオシティをInternet ArchiveにリダイレクトするGreasemonkey
// ==UserScript==
// @name geocities:redirect-to-wayback
// @namespace info.efcl.geocities-redirect-to-wayback
// @match http://www.geocities.jp/*
// @match https://www.geocities.jp/*
// @grant none
// ==/UserScript==
// See also
// https://qiita.com/__cooper/items/5ec5453c82fd3b03d7f6
location.replace("https://web.archive.org/web" + location.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment