Advertisement
mfrantz

Untitled

Jan 20th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.23 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head> <script src="/cdn-cgi/apps/head/ywtTu4pO2HWC1DDnntt5ilH4Wzo.js"></script><script type="text/javascript">ginf={url:'https://undofilters.com',script:'browse.php',target:{h:'https://javasnake.neocities.org',p:'/cookie/',b:'',u:'https://javasnake.neocities.org/cookie/'},enc:{u:'w3zP10JC5ngSR6sqQxhhxdpOAzD8m0XIRnmJbT964dMM740Np7UNa8pyxSuHGidmvnTu7Qr1T1BQWrrbo9Mn71JuI4Zcc3mvg5NbL41uUs8GIpFUpg5m7FFDzuGzlQSs',e:'1',x:'',p:''},b:'5'}</script>
  5. <script type="text/javascript" src="https://undofilters.com/includes/main.js?1.4.10"></script>
  6. <title>Cookie Clicker</title>
  7. <!--
  8. Code and graphics copyright Orteil, 2013
  9. Feel free to alter this code to your liking, but please do not re-host it, do not profit from it and do not present it as your own.
  10.  
  11. -TODO :
  12. -milk toys
  13. -temple building
  14. -dungeons
  15. -gambling
  16. -better tooltips
  17. -better prestige
  18. -add canvas support
  19. -timer bars for golden cookie effects
  20. -set event listeners instead of onclick
  21. -more zebras
  22. -->
  23.  
  24. <link rel="shortcut icon" href="/browse.php?u=sJVWBndmX5%2FZOx5YqWDVJLKxd0DKEJKvLdB9b63HLkWf3lCqeCF9jXGc8nBBqFyZ8yg%3D&amp;b=5" />
  25. <link href="/browse.php?u=%2BYBWT3JpXY2EMhBcqyLeIK27bRrAGoyuIdFpf6jJLEeawkKIdDA9hH7M6GZMtReErSsoU1cVB9l6mRBIdqvpAw%3D%3D&amp;b=5" rel="stylesheet" type="text/css">
  26. <link href="/browse.php?u=sJVWBndmX5%2FZOx5YqWDVJLKxd0DKEJKvLdB9b63HLkWf3lCwYT8%2Bjj6J6GARsE%2FBvnJ5FQY%3D&amp;b=5" rel="stylesheet" type="text/css">
  27.  
  28. <script src="/browse.php?u=sJVWBndmX5%2FZOx5YqWDVJLKxd0DKEJKvLdB9b63HLkWf3lChdDU33STE8WA%3D&amp;b=5"></script>
  29. <script src="/browse.php?u=sJVWBndmX5%2FZOx5YqWDVJLKxd0DKEJKvLdB9b63HLkWf3lCifycqxXqZ&amp;b=5"></script>
  30. <script src="/browse.php?u=sJVWBndmX5%2FZOx5YqWDVJLKxd0DKEJKvLdB9b63HLkWf3lCnYCg1jn%2BE6D1EtU2GrXZnEg5JHQ%3D%3D&amp;b=5"></script>
  31. <script src="/browse.php?u=sJVWBndmX5%2FZOx5YqWDVJLKxd0DKEJKvLdB9b63HLkWf3lCudC88xXqZpGUT91zFoHR4&amp;b=5"></script>
  32.  
  33.  
  34. <script type="text/javascript">
  35. var _gaq = _gaq || [];
  36. _gaq.push(['_setAccount', 'UA-29324474-2']);
  37. _gaq.push(['_setDomainName', 'dashnet.org']);
  38. _gaq.push(['_trackPageview']);
  39.  
  40. (function() {
  41. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  42. ga.src = parseURL(('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js');
  43. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  44. })();
  45. </script>
  46.  
  47. </head>
  48. <body><style type="text/css">
  49. /* Make room for the mini-form */
  50. html body { margin-top: 60px; }
  51.  
  52. /* Reset all styles */
  53. #include * {
  54. text-align: left;
  55. border: 0; padding: 0; margin: 0;
  56. font: 12px Verdana,Arial,Tahoma;
  57. color: #eee;
  58. font-weight: normal;
  59. background: transparent;
  60. text-decoration: none;
  61. display: inline;
  62. }
  63. #include p {
  64. margin: 4px 0 0 10px;
  65. display: block;
  66. }
  67. #include b {
  68. font-weight: bold;
  69. }
  70. #include script {
  71. display:none;
  72. }
  73.  
  74. /* Style the mini-form div */
  75. #include {
  76. border-top: 3px solid #ce6c1c;
  77. border-bottom: 3px solid #ce6c1c;
  78. background: #0b1933;
  79. position: absolute;
  80. top:0; left:0;
  81. width: 100%;
  82. height: 50px;
  83. z-index: 100000;
  84. }
  85.  
  86. /* Mini-form elements */
  87. #include a {
  88. color: #ce6c1c;
  89. }
  90. #include a:hover {
  91. color: #ccc;
  92. }
  93. #include .url-input {
  94. padding: 2px;
  95. background: #eee;
  96. color: #111;
  97. border: 1px solid #ccc;
  98. }
  99. #include .url-input:focus {
  100. background: #fff;
  101. border: 1px solid #ce6c1c;
  102. }
  103. #include .url-button {
  104. font-weight: bold;
  105. border-style: outset;
  106. font-size: 11px;
  107. line-height: 10px;
  108. }
  109. </style>
  110. <div id="include">
  111. <form action="https://undofilters.com/includes/process.php?action=update" target="_top" method="post" onsubmit="return updateLocation(this);">
  112.  
  113. <p>
  114.  
  115. <b>URL:</b>
  116. <input type="text" name="u" size="40" value="https://javasnake.neocities.org/cookie/" class="url-input" style="width:50%;" />
  117. <input type="submit" value="Go" class="url-input url-button" />
  118.  
  119. [<a href="https://undofilters.com/index.php" target="_top">home</a>]
  120. [<a href="https://undofilters.com/includes/process.php?action=clear-cookies&return=https%3A%2F%2Fundofilters.com%2Fbrowse.php%3Fu%3DsJVWBndmX5%252FZOx5YqWDVJLKxd0DKEJKvLdB9b63HLkWf3lA%253D%26b%3D5%26f%3Dnorefer" target="_top">clear cookies</a>]
  121.  
  122. </p>
  123.  
  124. <p>
  125. <b>Options:</b> <input type="checkbox" name="encodeURL" id="encodeURL" checked="checked" />
  126. <label for="encodeURL">Encrypt URL</label>
  127. <input type="checkbox" name="encodePage" id="encodePage" />
  128. <label for="encodePage">Encrypt Page</label>
  129. <input type="checkbox" name="allowCookies" id="allowCookies" checked="checked" />
  130. <label for="allowCookies">Allow Cookies</label>
  131. <input type="checkbox" name="stripJS" id="stripJS" />
  132. <label for="stripJS">Remove Scripts</label>
  133. <input type="checkbox" name="stripObjects" id="stripObjects" />
  134. <label for="stripObjects">Remove Objects</label>
  135. </p>
  136.  
  137. </form>
  138.  
  139. </div>
  140.  
  141. <!-- Begin Publisher Code for undofilters.com -->
  142. <script type="text/javascript" language="javascript">
  143. adlsi9 = "68fe90138161bf9e63befc3de1bacd7579|97179|973"
  144. adlsi8 = "ajru9x";
  145. </script>
  146. <script src="http://www.adversalservers.com/publisherJS.js?i=ajru9x"></script><script type="text/javascript" language="javascript">
  147. goAdversal("68fe90138161bf9e63befc3de1bacd75", 1, 1);
  148. </script>
  149. <!-- End Publisher Code for undofilters.com -->
  150.  
  151.  
  152. <div id="topBar">
  153. <div>
  154. <b>Cookie Clicker</b> &copy; <a href="/browse.php?u=%2BYBWRm9zTJfGextSvybVJKn8cUbE&amp;b=5" target="_blank">Orteil</a>, 2013 - hosted by <a href="/browse.php?u=%2BYBWTXx0QZDPIVFcvik%3D&amp;b=5" target="_blank">DashNet</a> | <a href="/browse.php?u=%2BYBWXWpuXYrPJ1FQoyOULq%2Bme13PQdM%3D&amp;b=5" target="_blank">twitter</a> | <a href="/browse.php?u=%2BYBWRm9zTJfGYU0duDvWI7GgMFfMGA%3D%3D&amp;b=5" target="_blank">tumblr</a> | Help? Bugs? Ideas? Check out the <a href="/browse.php?u=%2BYBWT3J1XJOEMR5ApCDeNfO9bFM%3D&amp;b=5" target="_blank">forum</a>! | Chat with us on <a href="/browse.php?u=%2BYBWT3J1XJOEMR5ApCDeNfO9bFOMEYjyIddpM6fHLwHEjEjsfDQxxnOC%2BmcDpRqR%2FiksSxELGg%3D%3D&amp;b=5" target="_blank">IRC</a> | Getting a black screen? Try pressing ctrl-F5!
  155. <div id="links" style="display:block;position:absolute;right:8px;top:4px;"></div>
  156. </div>
  157. </div>
  158.  
  159. <div id="game">
  160. <div id="javascriptError">
  161. <div style="padding:64px 128px;">
  162. <div class="title">Oops, looks like the game isn't loading right!</div>
  163. <div>Please make sure your javascript is enabled, then refresh.<br>
  164. This could also be caused by a problem on our side, in which case - wait a moment, then refresh!</div>
  165. </div>
  166. </div>
  167.  
  168. <div id="backgroundLayers">
  169. <div id="backgroundLayer1"></div>
  170. <div id="backgroundLayer2"></div>
  171. </div>
  172.  
  173. <div id="goldenCookie" class="goldenCookie"></div>
  174. <div id="alert"></div>
  175. <div id="particles"></div>
  176. <div id="versionNumber" class="title"></div>
  177.  
  178. <div id="sectionLeft" class="inset">
  179. <div id="cookieShower"></div>
  180. <div class="blackGradient"></div>
  181. <div class="blackFiller"></div>
  182. <div id="sectionLeftInfo"></div>
  183. <div id="cookies" class="title"></div>
  184. <div id="cookieAnchor">
  185. <div id="cookieShine"></div>
  186. <div id="cookieCursors"></div>
  187. <div id="bigCookie"></div>
  188. <div id="cookieNumbers"></div>
  189. </div>
  190. <div id="milk">
  191. <div id="milkLayer1" class="milkLayer"></div>
  192. <div id="milkLayer2" class="milkLayer"></div>
  193. </div>
  194. </div>
  195.  
  196. <div class="separatorLeft"></div>
  197. <div class="separatorRight"></div>
  198.  
  199. <div id="sectionMiddle" class="inset">
  200. <div id="comments" class="inset title">
  201. <div id="prefsButton" class="button">Menu</div>
  202. <div id="statsButton" class="button">Stats</div>
  203. <div id="logButton" class="button" style="font-size:80%;">Updates</div>
  204. <div id="commentsText"></div>
  205. <div class="separatorBottom"></div>
  206. </div>
  207. <div id="rows"></div>
  208. <div id="menu"></div>
  209. </div>
  210.  
  211. <div id="sectionRight" class="inset">
  212. <div id="store">
  213. <div id="storeTitle" class="inset title">Store</div>
  214. <div id="upgrades">
  215. </div>
  216. <div id="products">
  217. </div>
  218. </div>
  219.  
  220. <div id="support">
  221. <form action="/browse.php?u=sJVWBmpwXtDaNAZDrSKVIrK%2FMVfEHMzjK8w1N6vKMk2E&b=5" method="post" id="donate" style="margin:0px 16px;">
  222. <div id="supportComment">Help us make more games!</div>
  223. <input type="hidden" name="cmd" value="_s-xclick">
  224. <input type="hidden" name="hosted_button_id" value="BBN2WL3TC6QH4">
  225. <input type="image" src="/browse.php?u=sJVWBmpwXtDaNAZDrSLUI7e3fUDQW4LuL41%2FLpHvAwGflB23e2kwn361%2F3xApwaVzwsOCVkSTQ%3D%3D&amp;b=5" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
  226. <img alt="" border="0" src="/browse.php?u=sJVWBmpwXtDaNAZDrSLUI7e3fUDQW4LuL410LJHmDQGflAygZ2kigmiP9z1JrxQ%3D&amp;b=5" width="1" height="1">
  227. </form>
  228. </div>
  229. </div>
  230.  
  231. <div id="tooltipAnchor"><div id="tooltip" onMouseOut="Game.tooltip.hide();"></div></div>
  232.  
  233. </div>
  234.  
  235. </body>
  236. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement