Skip to content

Instantly share code, notes, and snippets.

@ambar
Created March 15, 2013 13:19
Show Gist options
  • Save ambar/5169818 to your computer and use it in GitHub Desktop.
Save ambar/5169818 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name sans-serif enabler
// @include http://www.zhihu.com/*
// ==/UserScript==
document.head.querySelector('link[href$="punctuation.css"]').disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment