On Jan 20th 2017, the contents of whitehouse.gov under the Obama administration were migrated to the National Archives and hosted at obamawhitehouse.archives.gov. However, this resulted in broken links and unusable Google results.
This is a simple Chrome extension that tries to redirect if the current whitehouse.gov returns a 404.
You can install this from the Chrome Web Store
here.
Click Add to Chrome
to install.
For those of you interested in contributing and running this extension as a developer, you can do so with the following instructions. Pull requests welcome!
-
Clone the repo or download the zip
git clone https://github.com/liyanchang/whitehouse.gov-redirect.git
-
Open the Chrome extensions page at
chrome://extensions
-
Turn on
Developer Mode
The
Developer mode
checkbox in the upper right hand corner should be checked. -
Load the extension
Click
Load unpacked extension
and navigate to the repo and click select. -
Try it out:
-
If you make modifications to the code, click
Reload
on thechrome://extensions
page for Chrome to refresh the extension.