Skip to content

Instantly share code, notes, and snippets.

@crossai-2033
Created August 6, 2013 11:24
Show Gist options
  • Save crossai-2033/6163704 to your computer and use it in GitHub Desktop.
Save crossai-2033/6163704 to your computer and use it in GitHub Desktop.
noscript adapter
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NoScript</title>
</head>
<body>
<script>
document.write("<\!--");
</script>
<iframe src="http://www.baidu.com" frameborder="0" scrolling="no" allowtransparency="true" height="980"></iframe>
<!-- DO NOT DELETE -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment