-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·28 lines (23 loc) · 1.69 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<h1>Underlayer – The website checker for pixel-perfectionsists</h1>
<p>Drag and drop this link to the bookmark-field. Then click it to execute the bookmaklet</p>
<a href="javascript:(function(e,a,g,h,f,c,b,d){if(!(f=e.jQuery)||g>f.fn.jquery||h(f)){c=a.createElement("script");c.type="text/javascript";c.src="https://ajax.googleapis.com/ajax/libs/jquery/"+g+"/jquery.min.js";c.onload=c.onreadystatechange=function(){if(!b&&(!(d=this.readyState)||d=="loaded"||d=="complete")){h((f=e.jQuery),b=1);f(c).remove()}};a.documentElement.childNodes[0].appendChild(c)}})(window,document,"1.9.1",function($,L){document.head.appendChild(document.createElement('script')).src = 'https://underlayer.herokuapp.com/js/underlayer.js';});">Underlayer</a>
<h2>Credits</h2>
<p>I'm using Ben Almans jquery code bookmarklet: <a href="http://benalman.com/projects/run-jquery-code-bookmarklet/">http://benalman.com/projects/run-jquery-code-bookmarklet</a></p>
</body>
</html>