Skip to content

Instantly share code, notes, and snippets.

@dai1741
Created December 18, 2011 13:50
Show Gist options
  • Save dai1741/1493478 to your computer and use it in GitHub Desktop.
Save dai1741/1493478 to your computer and use it in GitHub Desktop.
A Greasemonkey script that fixes bug that texts look ugly in some pages in Opera 11.60 etc.
// ==UserScript==
// @name Fix chinese font
// ==/UserScript==
(function() { if(document.documentElement.lang === '') document.documentElement.lang = 'ja'; })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment