Sep 25, 2012 - mac    No Comments

Fuck Thunder extension

前几天,万年不升级的Mac Thunder终于升级了,附带的各浏览器插件也都升级了。本来挺好的一件事,为什么要用Fuck作为标题的开头呢?让代码来说明一切吧!

<!DOCTYPE HTML>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<title></title>
		<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
		<script type="text/javascript">
			(function($) {
				$(function() {
					alert($('body').html());
				});
			 })(jQuery)
		</script>
	</head>
	<body>
	</body>
</html>

alert截图:

好吧,这其实对普通用户没什么影响。但对我们前端页面仔。。。
我只能先对他比出中指,然后再卸之!!

Got anything to say? Go ahead and leave a comment!