Skip to content

Instantly share code, notes, and snippets.

@geoah
Last active August 29, 2015 14:16
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoah/b2eda5b6cb7169bbbadb to your computer and use it in GitHub Desktop.
Save geoah/b2eda5b6cb7169bbbadb to your computer and use it in GitHub Desktop.
Bullshit-ify bookmarklet
javascript:(function(){var cssCode = document.createElement('style');cssCode.innerHTML='@font-face{font-family:SansBullshitSans;src:url(https://dl.dropboxusercontent.com/u/200262/SansBullshitSans.ttf);font-weight:normal}*{font-family:SansBullshitSans !important;font-variant-ligatures:common-ligatures;-webkit-font-feature-settings:"liga" 1, "dlig" 1;-moz-font-feature-settings:"liga" 1, "dlig" 1;-ms-font-feature-settings:"liga" 1, "dlig" 1;font-feature-settings:"liga" 1, "dlig" 1;}';document.body.appendChild(cssCode);}());
@geoah
Copy link
Author

geoah commented Feb 26, 2015

Create a new bookmark and past this as the URL. :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment