Skip to content

Instantly share code, notes, and snippets.

@negipo
Created June 8, 2011 05:50
Show Gist options
  • Save negipo/1013855 to your computer and use it in GitHub Desktop.
Save negipo/1013855 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');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