Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taizooo/1014092 to your computer and use it in GitHub Desktop.
Save taizooo/1014092 to your computer and use it in GitHub Desktop.
javascript: /* for http://www.switch-pub.co.jp/switch/2011/07/201111705.php */ a=$('h4 a').each(function(){ $('br').remove() });body=$('body');body.html('');a.appendTo(body);$('<style/>').text('body{background: #01b4f6}a{font-size: 300%;color: white !important}a:after{content:"="}').appendTo(body);void(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment