-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·46 lines (44 loc) · 3.94 KB
/
index.html
File metadata and controls
executable file
·46 lines (44 loc) · 3.94 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>ePages 6 Bookmarklets</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<h1>ePages 6 Bookmarklets</h1>
<h3>Drag them to your bookmark bar</h3>
<ul class="bookmarklets">
<li style="background-image: url(img/debug.png);">
<a href="javascript: (function(){window.location = window.location + '&ChangeAction=SetDebugSession&Debug=0'}())">Debung Mode 0</a>
<span>Debug Mode 0</span>
</li>
<li style="background-image: url(img/debug.png);">
<a href="javascript: (function(){window.location = window.location + '&ChangeAction=SetDebugSession&Debug=1'}())">Debung Mode 1</a>
<span>Debug Mode 1</span>
</li>
<li style="background-image: url(img/debug.png);">
<a href="javascript: (function(){window.location = window.location + '&ChangeAction=SetDebugSession&Debug=2'}())">Debung Mode 2</a>
<span>Debug Mode 2</span>
</li>
<li style="background-image: url(img/stop.png);">
<a href="javascript: (function(){window.location = window.location + '&ChangeAction=SetDebugSession&DisableAdditionalHead=1&Debug=2'}())">Disable Custom</a>
<span>Disable Custom</span>
</li>
<li style="background-image: url(img/auto-fill.png);">
<a href="javascript:void%20function(){(function(){var%20e=function(e){var%20a,n=this,t=document.querySelectorAll(e);switch(t.length){case%200:t=void%200;break;case%201:t=t[0];break;default:t=Array.prototype.slice.call(t)}return%20a=t||{},a.val=function(e){return%20void%200===t%3Fn:%22[object%20Array]%22===Object.prototype.toString.call(t)%3F(t.forEach(function(a){a.value=e}),n):%22object%22==typeof%20t%3F(t.value=e,n):n},a};e('input[name=%22Company%22]').val(%22iFrig%20Shopping%20(ehem.%20Gluecklos%20GmbH)%22),e('input[name=%22Name%22]').val(%22iFrig%20Shopping%20(ehem.%20Gluecklos%20GmbH)%22),e('input[name=%22Slogan%22]').val(%22Harder%20than%20a%20rock%22),e('input[name=%22FirstName%22]').val(%22Hans%22),e('input[name=%22LastName%22]').val(%22Wuasd%22),e('input[name=%22Street%22]').val(%22Am Hang%201%22),e('input[name=%22Zipcode%22]').val(%2212345%22),e('input[name=%22City%22]').val(%22Irgendwo%22),e('select[name=%22CountryID%22]').val(%22276%22),e('input[name=%22EMail%22]').val(%22hab%40ich.net%22),e('input[name=%22Phone%22]').val(%2212345/54321%22),e('input[name=%22Fax%22]').val(%2212345/54322%22),e('input[name=%22UserName%22]').val(%22mmustermann%40epages.de%22),e('input[name=%22Password%22]').val(%22qwert6%22)})()}();">Auto-Fill</a>
<span>Auto-Fill</span>
</li>
<li style="background-image: url(img/auto-fill.png);">
<a href="javascript:%20void%20function%28%29%7Blet%20t%3Dnew%20Date%2Ce%3Dt.getDate%28%29%2Cn%3Dt.getMonth%28%29+1%2Cu%3Dt.getHours%28%29%2Ci%3Dt.getMinutes%28%29%2Cy%3Dt.getFullYear%28%29%3Bfunction%20r%28t%29%7Breturn%20t%3C10%3F%220%22+t%3At%7Ddocument.querySelector%28%22input%5Bname%3D%27Alias%27%22%29.setAttribute%28%22value%22%2C%22unity-%22+r%28y%29+r%28e%29+r%28n%29+%22-%22+r%28u%29+r%28i%29%29%3Bdocument.getElementById%28%27ShopTypeID%27%29.value%3DArray.from%28document.getElementById%28%27ShopTypeID%27%29.options%29.find%28function%28option%29%20%7Breturn%20option.text%3D%3D%3D%22Unity%20Demo%22%7D%29.value%3B%7D%28%29%3B">AutoShopName</a>
<span>AutoShopName</span>
</li>
</ul>
</body>
</html>