Skip to content

Instantly share code, notes, and snippets.

@thijsdezoete
Forked from krrishd/backtogeocities.js
Last active December 25, 2015 18:29
Show Gist options
  • Save thijsdezoete/7020784 to your computer and use it in GitHub Desktop.
Save thijsdezoete/7020784 to your computer and use it in GitHub Desktop.
Support other protocols as well..
/*
Tired of the same old bootstrapped site?
Miss the trendy, hip Geocities look?
This bookmarklet will fix that in a click!
Derived from Bootstrap Geocities theme at http://code.divshot.com/geo-bootstrap/
Simply add new bookmark, edit url, and add bottom code in place of url. Whenevver you miss Geocities, click it.
*/
javascript:$("<style>@import url('//code.divshot.com/geo-bootstrap/swatch/bootstrap.min.css')</style>").appendTo('body');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment