updated cookie clicker

This commit is contained in:
MonkeyGG2
2024-02-07 19:07:21 -05:00
committed by avsc-sid
parent ec387d014c
commit 5104376dd9
172 changed files with 55429 additions and 4691 deletions
+1 -1
View File
@@ -868,4 +868,4 @@ var DungeonGen=function()
return str;
}
}
}
+54
View File
@@ -0,0 +1,54 @@
# cookieclicker
<img src="img/perfectCookie.png" width="128">
The original game can be found at http://orteil.dashnet.org/cookieclicker/
This mirror for, errrr, like, educational purpose, either to download for your own offline education or to be played online from http://ozh.github.io/cookieclicker/ if you cannot "educate" yourself on the original URL
### How to update
If the original game updates, here is how you can update the mirror:
#### 1. Fetch all new images :
From the root,
* `cd img/`
* `wget --convert-links -O index.html http://orteil.dashnet.org/cookieclicker/img/`
* `grep -v PARENTDIR index.html | grep '\[IMG' | grep -Po 'a href="\K.*?(?=")' | sed 's/\?.*//' > _imglist.txt`
* `wget -N -i _imglist.txt -B http://orteil.dashnet.org/cookieclicker/img/`
#### 2. Fetch all new sounds :
Similarly, from the root :
* `cd snd/`
* `wget --convert-links -O index.html http://orteil.dashnet.org/cookieclicker/snd/`
* `grep -v PARENTDIR index.html | grep '\[SND' | grep -Po 'a href="\K.*?(?=")' | sed 's/\?.*//' > _sndlist.txt`
* `wget -N -i _sndlist.txt -B http://orteil.dashnet.org/cookieclicker/snd/`
#### 3. Fetch all new translations :
Similarly, from the root :
* `cd loc/`
* `wget --convert-links -O index.html http://orteil.dashnet.org/cookieclicker/loc/`
* `grep -v PARENTDIR index.html | grep '\[ ' | grep -Po 'a href="\K.*?(?=")' | sed 's/\?.*//' > _loclist.txt`
* `wget -N -i _loclist.txt -B http://orteil.dashnet.org/cookieclicker/loc/`
#### 4. Update `js` and `html` files :
From the root directory :
* Fetch the updated `index.html` file: `wget -O index.html http://orteil.dashnet.org/cookieclicker/`
* Fetch the updated `style.css` file: `wget -O style.css http://orteil.dashnet.org/cookieclicker/style.css`
* Fetch updated `js` files : `wget -N -i _jslist.txt -B http://orteil.dashnet.org/cookieclicker/`
* Scan `index.html` for any new `<script src` and also `main.js` for any new local javascript (eg `Game.last.minigameUrl`). If there are new scripts, update the `_jslist.txt` accordingly.
* In `main.js` there is a call to a remote script we need to modify:
* Look for `ajax('/patreon/grab.php'` and replace it with `ajax('grab.txt'`
* In the root: `wget -O grab.txt http://orteil.dashnet.org/patreon/grab.php`
#### 5. Report update here :)
If you happen to update, please make a pull request for others to benefit, thanks!
+11
View File
@@ -0,0 +1,11 @@
ajax.js
showads.js
base64.js
DungeonGen.js
dungeons.js
excanvas.compiled.js
main.js
minigameGarden.js
minigameGrimoire.js
minigamePantheon.js
minigameMarket.js
+1 -1
View File
@@ -3,4 +3,4 @@ function ajax(url,callback){
try{ajaxRequest = new XMLHttpRequest();} catch (e){try{ajaxRequest=new ActiveXObject('Msxml2.XMLHTTP');} catch (e) {try{ajaxRequest=new ActiveXObject('Microsoft.XMLHTTP');} catch (e){alert("Something broke!");return false;}}}
if (callback){ajaxRequest.onreadystatechange=function(){if(ajaxRequest.readyState==4){callback(ajaxRequest.responseText);}}}
ajaxRequest.open('GET',url+'&nocache='+(new Date().getTime()),true);ajaxRequest.send(null);
}
}
+1 -1
View File
@@ -139,4 +139,4 @@ var Base64 = {
return string;
}
}
}
+1 -1
View File
@@ -1133,4 +1133,4 @@ var LaunchDungeons=function()
luck:7
};
};
};
+35
View File
@@ -0,0 +1,35 @@
// Copyright 2006 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
document.createElement("canvas").getContext||(function(){var s=Math,j=s.round,F=s.sin,G=s.cos,V=s.abs,W=s.sqrt,k=10,v=k/2;function X(){return this.context_||(this.context_=new H(this))}var L=Array.prototype.slice;function Y(b,a){var c=L.call(arguments,2);return function(){return b.apply(a,c.concat(L.call(arguments)))}}var M={init:function(b){if(/MSIE/.test(navigator.userAgent)&&!window.opera){var a=b||document;a.createElement("canvas");a.attachEvent("onreadystatechange",Y(this.init_,this,a))}},init_:function(b){b.namespaces.g_vml_||
b.namespaces.add("g_vml_","urn:schemas-microsoft-com:vml","#default#VML");b.namespaces.g_o_||b.namespaces.add("g_o_","urn:schemas-microsoft-com:office:office","#default#VML");if(!b.styleSheets.ex_canvas_){var a=b.createStyleSheet();a.owningElement.id="ex_canvas_";a.cssText="canvas{display:inline-block;overflow:hidden;text-align:left;width:300px;height:150px}g_vml_\\:*{behavior:url(#default#VML)}g_o_\\:*{behavior:url(#default#VML)}"}var c=b.getElementsByTagName("canvas"),d=0;for(;d<c.length;d++)this.initElement(c[d])},
initElement:function(b){if(!b.getContext){b.getContext=X;b.innerHTML="";b.attachEvent("onpropertychange",Z);b.attachEvent("onresize",$);var a=b.attributes;if(a.width&&a.width.specified)b.style.width=a.width.nodeValue+"px";else b.width=b.clientWidth;if(a.height&&a.height.specified)b.style.height=a.height.nodeValue+"px";else b.height=b.clientHeight}return b}};function Z(b){var a=b.srcElement;switch(b.propertyName){case "width":a.style.width=a.attributes.width.nodeValue+"px";a.getContext().clearRect();
break;case "height":a.style.height=a.attributes.height.nodeValue+"px";a.getContext().clearRect();break}}function $(b){var a=b.srcElement;if(a.firstChild){a.firstChild.style.width=a.clientWidth+"px";a.firstChild.style.height=a.clientHeight+"px"}}M.init();var N=[],B=0;for(;B<16;B++){var C=0;for(;C<16;C++)N[B*16+C]=B.toString(16)+C.toString(16)}function I(){return[[1,0,0],[0,1,0],[0,0,1]]}function y(b,a){var c=I(),d=0;for(;d<3;d++){var f=0;for(;f<3;f++){var h=0,g=0;for(;g<3;g++)h+=b[d][g]*a[g][f];c[d][f]=
h}}return c}function O(b,a){a.fillStyle=b.fillStyle;a.lineCap=b.lineCap;a.lineJoin=b.lineJoin;a.lineWidth=b.lineWidth;a.miterLimit=b.miterLimit;a.shadowBlur=b.shadowBlur;a.shadowColor=b.shadowColor;a.shadowOffsetX=b.shadowOffsetX;a.shadowOffsetY=b.shadowOffsetY;a.strokeStyle=b.strokeStyle;a.globalAlpha=b.globalAlpha;a.arcScaleX_=b.arcScaleX_;a.arcScaleY_=b.arcScaleY_;a.lineScale_=b.lineScale_}function P(b){var a,c=1;b=String(b);if(b.substring(0,3)=="rgb"){var d=b.indexOf("(",3),f=b.indexOf(")",d+
1),h=b.substring(d+1,f).split(",");a="#";var g=0;for(;g<3;g++)a+=N[Number(h[g])];if(h.length==4&&b.substr(3,1)=="a")c=h[3]}else a=b;return{color:a,alpha:c}}function aa(b){switch(b){case "butt":return"flat";case "round":return"round";case "square":default:return"square"}}function H(b){this.m_=I();this.mStack_=[];this.aStack_=[];this.currentPath_=[];this.fillStyle=this.strokeStyle="#000";this.lineWidth=1;this.lineJoin="miter";this.lineCap="butt";this.miterLimit=k*1;this.globalAlpha=1;this.canvas=b;
var a=b.ownerDocument.createElement("div");a.style.width=b.clientWidth+"px";a.style.height=b.clientHeight+"px";a.style.overflow="hidden";a.style.position="absolute";b.appendChild(a);this.element_=a;this.lineScale_=this.arcScaleY_=this.arcScaleX_=1}var i=H.prototype;i.clearRect=function(){this.element_.innerHTML=""};i.beginPath=function(){this.currentPath_=[]};i.moveTo=function(b,a){var c=this.getCoords_(b,a);this.currentPath_.push({type:"moveTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=c.y};
i.lineTo=function(b,a){var c=this.getCoords_(b,a);this.currentPath_.push({type:"lineTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=c.y};i.bezierCurveTo=function(b,a,c,d,f,h){var g=this.getCoords_(f,h),l=this.getCoords_(b,a),e=this.getCoords_(c,d);Q(this,l,e,g)};function Q(b,a,c,d){b.currentPath_.push({type:"bezierCurveTo",cp1x:a.x,cp1y:a.y,cp2x:c.x,cp2y:c.y,x:d.x,y:d.y});b.currentX_=d.x;b.currentY_=d.y}i.quadraticCurveTo=function(b,a,c,d){var f=this.getCoords_(b,a),h=this.getCoords_(c,d),g={x:this.currentX_+
0.6666666666666666*(f.x-this.currentX_),y:this.currentY_+0.6666666666666666*(f.y-this.currentY_)};Q(this,g,{x:g.x+(h.x-this.currentX_)/3,y:g.y+(h.y-this.currentY_)/3},h)};i.arc=function(b,a,c,d,f,h){c*=k;var g=h?"at":"wa",l=b+G(d)*c-v,e=a+F(d)*c-v,m=b+G(f)*c-v,r=a+F(f)*c-v;if(l==m&&!h)l+=0.125;var n=this.getCoords_(b,a),o=this.getCoords_(l,e),q=this.getCoords_(m,r);this.currentPath_.push({type:g,x:n.x,y:n.y,radius:c,xStart:o.x,yStart:o.y,xEnd:q.x,yEnd:q.y})};i.rect=function(b,a,c,d){this.moveTo(b,
a);this.lineTo(b+c,a);this.lineTo(b+c,a+d);this.lineTo(b,a+d);this.closePath()};i.strokeRect=function(b,a,c,d){var f=this.currentPath_;this.beginPath();this.moveTo(b,a);this.lineTo(b+c,a);this.lineTo(b+c,a+d);this.lineTo(b,a+d);this.closePath();this.stroke();this.currentPath_=f};i.fillRect=function(b,a,c,d){var f=this.currentPath_;this.beginPath();this.moveTo(b,a);this.lineTo(b+c,a);this.lineTo(b+c,a+d);this.lineTo(b,a+d);this.closePath();this.fill();this.currentPath_=f};i.createLinearGradient=function(b,
a,c,d){var f=new D("gradient");f.x0_=b;f.y0_=a;f.x1_=c;f.y1_=d;return f};i.createRadialGradient=function(b,a,c,d,f,h){var g=new D("gradientradial");g.x0_=b;g.y0_=a;g.r0_=c;g.x1_=d;g.y1_=f;g.r1_=h;return g};i.drawImage=function(b){var a,c,d,f,h,g,l,e,m=b.runtimeStyle.width,r=b.runtimeStyle.height;b.runtimeStyle.width="auto";b.runtimeStyle.height="auto";var n=b.width,o=b.height;b.runtimeStyle.width=m;b.runtimeStyle.height=r;if(arguments.length==3){a=arguments[1];c=arguments[2];h=g=0;l=d=n;e=f=o}else if(arguments.length==
5){a=arguments[1];c=arguments[2];d=arguments[3];f=arguments[4];h=g=0;l=n;e=o}else if(arguments.length==9){h=arguments[1];g=arguments[2];l=arguments[3];e=arguments[4];a=arguments[5];c=arguments[6];d=arguments[7];f=arguments[8]}else throw Error("Invalid number of arguments");var q=this.getCoords_(a,c),t=[];t.push(" <g_vml_:group",' coordsize="',k*10,",",k*10,'"',' coordorigin="0,0"',' style="width:',10,"px;height:",10,"px;position:absolute;");if(this.m_[0][0]!=1||this.m_[0][1]){var E=[];E.push("M11=",
this.m_[0][0],",","M12=",this.m_[1][0],",","M21=",this.m_[0][1],",","M22=",this.m_[1][1],",","Dx=",j(q.x/k),",","Dy=",j(q.y/k),"");var p=q,z=this.getCoords_(a+d,c),w=this.getCoords_(a,c+f),x=this.getCoords_(a+d,c+f);p.x=s.max(p.x,z.x,w.x,x.x);p.y=s.max(p.y,z.y,w.y,x.y);t.push("padding:0 ",j(p.x/k),"px ",j(p.y/k),"px 0;filter:progid:DXImageTransform.Microsoft.Matrix(",E.join(""),", sizingmethod='clip');")}else t.push("top:",j(q.y/k),"px;left:",j(q.x/k),"px;");t.push(' ">','<g_vml_:image src="',b.src,
'"',' style="width:',k*d,"px;"," height:",k*f,'px;"',' cropleft="',h/n,'"',' croptop="',g/o,'"',' cropright="',(n-h-l)/n,'"',' cropbottom="',(o-g-e)/o,'"'," />","</g_vml_:group>");this.element_.insertAdjacentHTML("BeforeEnd",t.join(""))};i.stroke=function(b){var a=[],c=P(b?this.fillStyle:this.strokeStyle),d=c.color,f=c.alpha*this.globalAlpha;a.push("<g_vml_:shape",' filled="',!!b,'"',' style="position:absolute;width:',10,"px;height:",10,'px;"',' coordorigin="0 0" coordsize="',k*10," ",k*10,'"',' stroked="',
!b,'"',' path="');var h={x:null,y:null},g={x:null,y:null},l=0;for(;l<this.currentPath_.length;l++){var e=this.currentPath_[l];switch(e.type){case "moveTo":a.push(" m ",j(e.x),",",j(e.y));break;case "lineTo":a.push(" l ",j(e.x),",",j(e.y));break;case "close":a.push(" x ");e=null;break;case "bezierCurveTo":a.push(" c ",j(e.cp1x),",",j(e.cp1y),",",j(e.cp2x),",",j(e.cp2y),",",j(e.x),",",j(e.y));break;case "at":case "wa":a.push(" ",e.type," ",j(e.x-this.arcScaleX_*e.radius),",",j(e.y-this.arcScaleY_*e.radius),
" ",j(e.x+this.arcScaleX_*e.radius),",",j(e.y+this.arcScaleY_*e.radius)," ",j(e.xStart),",",j(e.yStart)," ",j(e.xEnd),",",j(e.yEnd));break}if(e){if(h.x==null||e.x<h.x)h.x=e.x;if(g.x==null||e.x>g.x)g.x=e.x;if(h.y==null||e.y<h.y)h.y=e.y;if(g.y==null||e.y>g.y)g.y=e.y}}a.push(' ">');if(b)if(typeof this.fillStyle=="object"){var m=this.fillStyle,r=0,n={x:0,y:0},o=0,q=1;if(m.type_=="gradient"){var t=m.x1_/this.arcScaleX_,E=m.y1_/this.arcScaleY_,p=this.getCoords_(m.x0_/this.arcScaleX_,m.y0_/this.arcScaleY_),
z=this.getCoords_(t,E);r=Math.atan2(z.x-p.x,z.y-p.y)*180/Math.PI;if(r<0)r+=360;if(r<1.0E-6)r=0}else{var p=this.getCoords_(m.x0_,m.y0_),w=g.x-h.x,x=g.y-h.y;n={x:(p.x-h.x)/w,y:(p.y-h.y)/x};w/=this.arcScaleX_*k;x/=this.arcScaleY_*k;var R=s.max(w,x);o=2*m.r0_/R;q=2*m.r1_/R-o}var u=m.colors_;u.sort(function(ba,ca){return ba.offset-ca.offset});var J=u.length,da=u[0].color,ea=u[J-1].color,fa=u[0].alpha*this.globalAlpha,ga=u[J-1].alpha*this.globalAlpha,S=[],l=0;for(;l<J;l++){var T=u[l];S.push(T.offset*q+
o+" "+T.color)}a.push('<g_vml_:fill type="',m.type_,'"',' method="none" focus="100%"',' color="',da,'"',' color2="',ea,'"',' colors="',S.join(","),'"',' opacity="',ga,'"',' g_o_:opacity2="',fa,'"',' angle="',r,'"',' focusposition="',n.x,",",n.y,'" />')}else a.push('<g_vml_:fill color="',d,'" opacity="',f,'" />');else{var K=this.lineScale_*this.lineWidth;if(K<1)f*=K;a.push("<g_vml_:stroke",' opacity="',f,'"',' joinstyle="',this.lineJoin,'"',' miterlimit="',this.miterLimit,'"',' endcap="',aa(this.lineCap),
'"',' weight="',K,'px"',' color="',d,'" />')}a.push("</g_vml_:shape>");this.element_.insertAdjacentHTML("beforeEnd",a.join(""))};i.fill=function(){this.stroke(true)};i.closePath=function(){this.currentPath_.push({type:"close"})};i.getCoords_=function(b,a){var c=this.m_;return{x:k*(b*c[0][0]+a*c[1][0]+c[2][0])-v,y:k*(b*c[0][1]+a*c[1][1]+c[2][1])-v}};i.save=function(){var b={};O(this,b);this.aStack_.push(b);this.mStack_.push(this.m_);this.m_=y(I(),this.m_)};i.restore=function(){O(this.aStack_.pop(),
this);this.m_=this.mStack_.pop()};function ha(b){var a=0;for(;a<3;a++){var c=0;for(;c<2;c++)if(!isFinite(b[a][c])||isNaN(b[a][c]))return false}return true}function A(b,a,c){if(!!ha(a)){b.m_=a;if(c)b.lineScale_=W(V(a[0][0]*a[1][1]-a[0][1]*a[1][0]))}}i.translate=function(b,a){A(this,y([[1,0,0],[0,1,0],[b,a,1]],this.m_),false)};i.rotate=function(b){var a=G(b),c=F(b);A(this,y([[a,c,0],[-c,a,0],[0,0,1]],this.m_),false)};i.scale=function(b,a){this.arcScaleX_*=b;this.arcScaleY_*=a;A(this,y([[b,0,0],[0,a,
0],[0,0,1]],this.m_),true)};i.transform=function(b,a,c,d,f,h){A(this,y([[b,a,0],[c,d,0],[f,h,1]],this.m_),true)};i.setTransform=function(b,a,c,d,f,h){A(this,[[b,a,0],[c,d,0],[f,h,1]],true)};i.clip=function(){};i.arcTo=function(){};i.createPattern=function(){return new U};function D(b){this.type_=b;this.r1_=this.y1_=this.x1_=this.r0_=this.y0_=this.x0_=0;this.colors_=[]}D.prototype.addColorStop=function(b,a){a=P(a);this.colors_.push({offset:b,color:a.color,alpha:a.alpha})};function U(){}G_vmlCanvasManager=
M;CanvasRenderingContext2D=H;CanvasGradient=D;CanvasPattern=U})();
+1
View File
@@ -0,0 +1 @@
{"herald":41,"grandma":"Patreona|Janice|Gabrielle|Grandma McGrandmaface|Charlie|\"egg\" Sr.|Jet-dayo|Natsuki|Ivy|Rose|Babayaga|Grandma #42|SneakySquid|Swad Plan|Meep Moop|Psychedelic Rapper Andrew JD|Telos|Moondoge|Lily Bowen|Mrs PoopyButthole|Mrs Sugai Kirin|Survivor of the Stale|Betty Ann Niemi|Tjien Nio|The First Baker|Mamichette|dQw4w9WgXcQ|Carmelina Calabrese|The GrandNut|La mere Michel|Aune Mummo|Jeff Junior|Her?|Rydh|Euphegenia Doubtfire|Bear|How did you find me, JUNESUK?|Ahtelo|Steve...?|Fanny|DAF Pvnk - Mother of trucks|Koisuru Fortune Grandma|Lieselotte|Izual Rebirth|Cosma-Tanti|Starco|Forgotten Abbey|Granny Rags|Mrs. Fizzwidget|Nakamoto|Zan Tart-izanne|The Roach Queen|Khookiesi, Grandmother of Dragonflights|Hey guys, Dexterfan99 here|Aryll|Ms. Chievous|Don't Stop Me Now|Dauna|Gerry|Erina Pendleton-Joestar|Stacy's Grandma|Benyboy|Rosie Beestinger|Tesco employee #65|Oda|Grandma Jones|Dan|Krieg|Chris|Kamilla|Tandy|Elisabeth|MinionMemer|Eanydo Erdman|Cookieatron4000|TechhX|Turtlenator|Carmelina|Shiny Blue Grandma|Anne|Penka|\"Hey guys, it's Nicole\"|Cora|Freya28|Kiwibajs|EEEEEE|Ms. Denis Gur Arie|Idling Vasha|?????|Tammie|Grandma Kara|Sanda Reiss|Alex|Mirle|Audrey|Ittle Dew|You're Killing Me Smols|Baker? I hardly know her!|A Duplicate Grandma|Betty Margaret Davis|Chlorophyte Grandma|Felpinhazinha|Satan's grandmother|Ruby Rose|Miyori Grandma|Geuser|Anneliese|Pielak|Swamper|Pikachi|Grackitz|Deborah Wright|BUT IT WAS ME, DIO!|Barbara|SERAS FAMO!!!|Audrey Porter|Benny Zhy|Doctergreen|Kage|Jarvis Fishwick|Elder Pledge 666x in a row...|Tell Cersei, it was me.|Kimahri|Henrietta Gertrude|Tyler Liddick|noisypineapples|Linda-Bea Dolvoy|DevilishWarrior|Exterminator|Matthue Loose|Caden|moist butterscotch lips|Alireah|Fey Yoshida|Aviators|Ashlee <3|He Had Boxing Gloves On|Falling Collin|Error 404: Name not Found|Groz|Granny Jonathan|Hanna Highmark|Nonmoving Osmond|The Worm Which Waits|Lurking Tealeaf|Ruby Wrinkle|Her|\"Eggy Grandma\"|Cookie maker 100|Addison Bennett|Nasus|Only 30 characters, huh? Fine.|Matt Was Here|ScartTheWaz|Tanyac Crimson|Ume Ito|VenMissa|Velma Francis|amdnarG|Leota Marie|Nikola|Grandmommy Celestine|Annuziatta|hosh...|E|Joe Grandmomma|Granny Grearest|Vivian|Vovó Dal|Baker of Steak Cookies|Aku daikan|SkeletonJoke|David loves Rachel! <3|Polar|Loremaster Rawlins|lickin my cookie|Fmaily Gyu funy momens #420|Ms. Cppkies|WillStreet|Ian's Mom|Grandma Divah|Betty BeardPuller|Mamie Cobol|200rassberris|ipm1234|Galadion|Olive Gardenia|Megan I. McIntosh|Lady Sweets|Rivne|Autosuffisant|BoShek|Brooke Chumbers|Cthulhu|ɐɯpuɐɹפ|binbinuser|Amma Jóna|the book was empty|Berit|DRIFTER1117|Yackemflam|Help me|YeOl'GrammityGram|Mason W|Peggy Hattenfels|majik|latte|amogus|Samuel Robertson|Anneliese Albina Emma|Barack Obama|Gramma Margaret|Tomato Pie|Tobi Kummerer|Ms Shelley|Harlow Diggs|Jaema|Claudia|Lukexzr's Grandma|Grandma Chara|I love my cookies|Typlo|joxer(ish)|Lisle|Gray Still Plays|Alyssa Cummings|The Wrinkler Spy|Carol|Gerladine|Alpa|Grannynator T-3000|SoeJul|Eleodora Consuelo|Grandma Jo"}
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

+309
View File
@@ -0,0 +1,309 @@
http://orteil.dashnet.org/cookieclicker/img/AQWorlds_CookieClicker_300x40.png
http://orteil.dashnet.org/cookieclicker/img/BGgarden.jpg
http://orteil.dashnet.org/cookieclicker/img/BGgrimoire.jpg
http://orteil.dashnet.org/cookieclicker/img/BGmarket.jpg
http://orteil.dashnet.org/cookieclicker/img/BGpantheon.jpg
http://orteil.dashnet.org/cookieclicker/img/alchemylab.png
http://orteil.dashnet.org/cookieclicker/img/alchemylabBackground.png
http://orteil.dashnet.org/cookieclicker/img/alteredGrandma.png
http://orteil.dashnet.org/cookieclicker/img/alternateGrandma.png
http://orteil.dashnet.org/cookieclicker/img/antiGrandma.png
http://orteil.dashnet.org/cookieclicker/img/antimattercondenser.png
http://orteil.dashnet.org/cookieclicker/img/antimattercondenserBackground.png
http://orteil.dashnet.org/cookieclicker/img/aqworldsbanner.jpg
http://orteil.dashnet.org/cookieclicker/img/ascendBox.png
http://orteil.dashnet.org/cookieclicker/img/ascendInfo.png
http://orteil.dashnet.org/cookieclicker/img/ascendSlot.png
http://orteil.dashnet.org/cookieclicker/img/ascendWisp.png
http://orteil.dashnet.org/cookieclicker/img/ascendedBakingPod.png
http://orteil.dashnet.org/cookieclicker/img/bank.png
http://orteil.dashnet.org/cookieclicker/img/bankBackground.png
http://orteil.dashnet.org/cookieclicker/img/bankGrandma.png
http://orteil.dashnet.org/cookieclicker/img/bgBW.jpg
http://orteil.dashnet.org/cookieclicker/img/bgBlack.jpg
http://orteil.dashnet.org/cookieclicker/img/bgBlue.jpg
http://orteil.dashnet.org/cookieclicker/img/bgCandy.jpg
http://orteil.dashnet.org/cookieclicker/img/bgChoco.jpg
http://orteil.dashnet.org/cookieclicker/img/bgChocoDark.jpg
http://orteil.dashnet.org/cookieclicker/img/bgCoarse.jpg
http://orteil.dashnet.org/cookieclicker/img/bgFoil.jpg
http://orteil.dashnet.org/cookieclicker/img/bgGold.jpg
http://orteil.dashnet.org/cookieclicker/img/bgMint.jpg
http://orteil.dashnet.org/cookieclicker/img/bgMoney.jpg
http://orteil.dashnet.org/cookieclicker/img/bgMoneyChart.jpg
http://orteil.dashnet.org/cookieclicker/img/bgPaint.jpg
http://orteil.dashnet.org/cookieclicker/img/bgPink.jpg
http://orteil.dashnet.org/cookieclicker/img/bgPurple.jpg
http://orteil.dashnet.org/cookieclicker/img/bgRed.jpg
http://orteil.dashnet.org/cookieclicker/img/bgSilver.jpg
http://orteil.dashnet.org/cookieclicker/img/bgSky.jpg
http://orteil.dashnet.org/cookieclicker/img/bgSnowy.jpg
http://orteil.dashnet.org/cookieclicker/img/bgSpectrum.jpg
http://orteil.dashnet.org/cookieclicker/img/bgStars.jpg
http://orteil.dashnet.org/cookieclicker/img/bgWhite.jpg
http://orteil.dashnet.org/cookieclicker/img/bgYellowBlue.jpg
http://orteil.dashnet.org/cookieclicker/img/blackGradient.png
http://orteil.dashnet.org/cookieclicker/img/blackGradientLeft.png
http://orteil.dashnet.org/cookieclicker/img/blackGradientSmallTop.png
http://orteil.dashnet.org/cookieclicker/img/bracketPanelLeftS.png
http://orteil.dashnet.org/cookieclicker/img/bracketPanelRightS.png
http://orteil.dashnet.org/cookieclicker/img/brainyGrandma.png
http://orteil.dashnet.org/cookieclicker/img/brokenCookie.png
http://orteil.dashnet.org/cookieclicker/img/brokenCookieHalo.png
http://orteil.dashnet.org/cookieclicker/img/brownStripes.png
http://orteil.dashnet.org/cookieclicker/img/brownStripesLeftEdge.png
http://orteil.dashnet.org/cookieclicker/img/buildings.png
http://orteil.dashnet.org/cookieclicker/img/bunnies.png
http://orteil.dashnet.org/cookieclicker/img/bunnyGrandma.png
http://orteil.dashnet.org/cookieclicker/img/buttonTile.jpg
http://orteil.dashnet.org/cookieclicker/img/caramelWave.png
http://orteil.dashnet.org/cookieclicker/img/chancemaker.png
http://orteil.dashnet.org/cookieclicker/img/chancemakerBackground.png
http://orteil.dashnet.org/cookieclicker/img/chocolateMilkWave.png
http://orteil.dashnet.org/cookieclicker/img/clayBG.jpg
http://orteil.dashnet.org/cookieclicker/img/cloneGrandma.png
http://orteil.dashnet.org/cookieclicker/img/contract.png
http://orteil.dashnet.org/cookieclicker/img/control.png
http://orteil.dashnet.org/cookieclicker/img/cookieShadow.png
http://orteil.dashnet.org/cookieclicker/img/cookieShower1.png
http://orteil.dashnet.org/cookieclicker/img/cookieShower2.png
http://orteil.dashnet.org/cookieclicker/img/cookieShower3.png
http://orteil.dashnet.org/cookieclicker/img/cortex.png
http://orteil.dashnet.org/cookieclicker/img/cortexBackground.png
http://orteil.dashnet.org/cookieclicker/img/cosmicGrandma.png
http://orteil.dashnet.org/cookieclicker/img/cursor.png
http://orteil.dashnet.org/cookieclicker/img/darkNoise.jpg
http://orteil.dashnet.org/cookieclicker/img/darkNoise.png
http://orteil.dashnet.org/cookieclicker/img/darkNoiseTopBar.jpg
http://orteil.dashnet.org/cookieclicker/img/dashnetLogo.png
http://orteil.dashnet.org/cookieclicker/img/discord.png
http://orteil.dashnet.org/cookieclicker/img/dragon.png
http://orteil.dashnet.org/cookieclicker/img/dragonBG.png
http://orteil.dashnet.org/cookieclicker/img/dragonFrame.png
http://orteil.dashnet.org/cookieclicker/img/dungeonDot.png
http://orteil.dashnet.org/cookieclicker/img/dungeonFactory.png
http://orteil.dashnet.org/cookieclicker/img/dungeonFoes.png
http://orteil.dashnet.org/cookieclicker/img/dungeonHeroes.png
http://orteil.dashnet.org/cookieclicker/img/dungeonIcons.png
http://orteil.dashnet.org/cookieclicker/img/dungeonItems.png
http://orteil.dashnet.org/cookieclicker/img/dungeonMapFactory.jpg
http://orteil.dashnet.org/cookieclicker/img/dungeonOverlay.png
http://orteil.dashnet.org/cookieclicker/img/dungeonPictos.png
http://orteil.dashnet.org/cookieclicker/img/dungeonTiles.png
http://orteil.dashnet.org/cookieclicker/img/easterEggs.png
http://orteil.dashnet.org/cookieclicker/img/elfGrandma.png
http://orteil.dashnet.org/cookieclicker/img/empty.png
http://orteil.dashnet.org/cookieclicker/img/emptyFrame.png
http://orteil.dashnet.org/cookieclicker/img/factory.png
http://orteil.dashnet.org/cookieclicker/img/factoryBackground.png
http://orteil.dashnet.org/cookieclicker/img/farm.png
http://orteil.dashnet.org/cookieclicker/img/farmBackground.png
http://orteil.dashnet.org/cookieclicker/img/farmerGrandma.png
http://orteil.dashnet.org/cookieclicker/img/favicon.ico
http://orteil.dashnet.org/cookieclicker/img/featherLeft.png
http://orteil.dashnet.org/cookieclicker/img/featherRight.png
http://orteil.dashnet.org/cookieclicker/img/filler.png
http://orteil.dashnet.org/cookieclicker/img/fractalEngine.png
http://orteil.dashnet.org/cookieclicker/img/fractalEngineBackground.png
http://orteil.dashnet.org/cookieclicker/img/frameBorder.png
http://orteil.dashnet.org/cookieclicker/img/frostedReindeer.png
http://orteil.dashnet.org/cookieclicker/img/gardenPlants.png
http://orteil.dashnet.org/cookieclicker/img/gardenPlots.png
http://orteil.dashnet.org/cookieclicker/img/gardenTip.png
http://orteil.dashnet.org/cookieclicker/img/girlscoutChip.png
http://orteil.dashnet.org/cookieclicker/img/girlscoutCrumb.png
http://orteil.dashnet.org/cookieclicker/img/girlscoutDoe.png
http://orteil.dashnet.org/cookieclicker/img/girlscoutLucky.png
http://orteil.dashnet.org/cookieclicker/img/glint.jpg
http://orteil.dashnet.org/cookieclicker/img/glint.png
http://orteil.dashnet.org/cookieclicker/img/goldCookie.png
http://orteil.dashnet.org/cookieclicker/img/grandma.png
http://orteil.dashnet.org/cookieclicker/img/grandmaBackground.png
http://orteil.dashnet.org/cookieclicker/img/grandmas1.jpg
http://orteil.dashnet.org/cookieclicker/img/grandmas2.jpg
http://orteil.dashnet.org/cookieclicker/img/grandmas3.jpg
http://orteil.dashnet.org/cookieclicker/img/grandmasGrandma.png
http://orteil.dashnet.org/cookieclicker/img/grimoireBG.png
http://orteil.dashnet.org/cookieclicker/img/heartStorm.png
http://orteil.dashnet.org/cookieclicker/img/hearts.png
http://orteil.dashnet.org/cookieclicker/img/heavenRing1.jpg
http://orteil.dashnet.org/cookieclicker/img/heavenRing2.jpg
http://orteil.dashnet.org/cookieclicker/img/heavenlyMoney.png
http://orteil.dashnet.org/cookieclicker/img/heraldFlag.png
http://orteil.dashnet.org/cookieclicker/img/icon.ico
http://orteil.dashnet.org/cookieclicker/img/icon.png
http://orteil.dashnet.org/cookieclicker/img/icons.png
http://orteil.dashnet.org/cookieclicker/img/idleverse.png
http://orteil.dashnet.org/cookieclicker/img/idleverseBackground.png
http://orteil.dashnet.org/cookieclicker/img/imperfectCookie.png
http://orteil.dashnet.org/cookieclicker/img/infoBG.png
http://orteil.dashnet.org/cookieclicker/img/infoBGfade.png
http://orteil.dashnet.org/cookieclicker/img/javascriptconsole.png
http://orteil.dashnet.org/cookieclicker/img/javascriptconsoleBackground.png
http://orteil.dashnet.org/cookieclicker/img/levelUp.png
http://orteil.dashnet.org/cookieclicker/img/linkDash.png
http://orteil.dashnet.org/cookieclicker/img/linkPulse.gif
http://orteil.dashnet.org/cookieclicker/img/linkPulse.png
http://orteil.dashnet.org/cookieclicker/img/lockOff.png
http://orteil.dashnet.org/cookieclicker/img/lockOn.png
http://orteil.dashnet.org/cookieclicker/img/luckyGrandma.png
http://orteil.dashnet.org/cookieclicker/img/mapBG.jpg
http://orteil.dashnet.org/cookieclicker/img/mapIcons.png
http://orteil.dashnet.org/cookieclicker/img/marbleBG.jpg
http://orteil.dashnet.org/cookieclicker/img/marshmallows.png
http://orteil.dashnet.org/cookieclicker/img/messageBG.png
http://orteil.dashnet.org/cookieclicker/img/metaGrandma.png
http://orteil.dashnet.org/cookieclicker/img/milk.png
http://orteil.dashnet.org/cookieclicker/img/milkBanana.png
http://orteil.dashnet.org/cookieclicker/img/milkBlack.png
http://orteil.dashnet.org/cookieclicker/img/milkBlackcurrant.png
http://orteil.dashnet.org/cookieclicker/img/milkBlood.png
http://orteil.dashnet.org/cookieclicker/img/milkBlueFire.png
http://orteil.dashnet.org/cookieclicker/img/milkBlueberry.png
http://orteil.dashnet.org/cookieclicker/img/milkCaramel.png
http://orteil.dashnet.org/cookieclicker/img/milkCherry.png
http://orteil.dashnet.org/cookieclicker/img/milkChocolate.png
http://orteil.dashnet.org/cookieclicker/img/milkCoconut.png
http://orteil.dashnet.org/cookieclicker/img/milkCoffee.png
http://orteil.dashnet.org/cookieclicker/img/milkDragonfruit.png
http://orteil.dashnet.org/cookieclicker/img/milkFire.png
http://orteil.dashnet.org/cookieclicker/img/milkGold.png
http://orteil.dashnet.org/cookieclicker/img/milkGreenFire.png
http://orteil.dashnet.org/cookieclicker/img/milkHazelnut.png
http://orteil.dashnet.org/cookieclicker/img/milkHoney.png
http://orteil.dashnet.org/cookieclicker/img/milkLicorice.png
http://orteil.dashnet.org/cookieclicker/img/milkLime.png
http://orteil.dashnet.org/cookieclicker/img/milkMaple.png
http://orteil.dashnet.org/cookieclicker/img/milkMelon.png
http://orteil.dashnet.org/cookieclicker/img/milkMint.png
http://orteil.dashnet.org/cookieclicker/img/milkOrange.png
http://orteil.dashnet.org/cookieclicker/img/milkPeach.png
http://orteil.dashnet.org/cookieclicker/img/milkPlain.png
http://orteil.dashnet.org/cookieclicker/img/milkRaspberry.png
http://orteil.dashnet.org/cookieclicker/img/milkRose.png
http://orteil.dashnet.org/cookieclicker/img/milkSoy.png
http://orteil.dashnet.org/cookieclicker/img/milkSpiced.png
http://orteil.dashnet.org/cookieclicker/img/milkStars.png
http://orteil.dashnet.org/cookieclicker/img/milkStrawberry.png
http://orteil.dashnet.org/cookieclicker/img/milkTea.png
http://orteil.dashnet.org/cookieclicker/img/milkVanilla.png
http://orteil.dashnet.org/cookieclicker/img/milkWave.png
http://orteil.dashnet.org/cookieclicker/img/milkZebra.png
http://orteil.dashnet.org/cookieclicker/img/mine.png
http://orteil.dashnet.org/cookieclicker/img/mineBackground.png
http://orteil.dashnet.org/cookieclicker/img/minerGrandma.png
http://orteil.dashnet.org/cookieclicker/img/money.png
http://orteil.dashnet.org/cookieclicker/img/mysticBG.jpg
http://orteil.dashnet.org/cookieclicker/img/nest.png
http://orteil.dashnet.org/cookieclicker/img/orangeWave.png
http://orteil.dashnet.org/cookieclicker/img/panelBG.png
http://orteil.dashnet.org/cookieclicker/img/panelGradientBottom.png
http://orteil.dashnet.org/cookieclicker/img/panelGradientLeft.png
http://orteil.dashnet.org/cookieclicker/img/panelGradientRight.png
http://orteil.dashnet.org/cookieclicker/img/panelGradientTop.png
http://orteil.dashnet.org/cookieclicker/img/panelHorizontal.png
http://orteil.dashnet.org/cookieclicker/img/panelMenu.png
http://orteil.dashnet.org/cookieclicker/img/panelMenu2.png
http://orteil.dashnet.org/cookieclicker/img/panelMenu3.png
http://orteil.dashnet.org/cookieclicker/img/panelVertical.png
http://orteil.dashnet.org/cookieclicker/img/pantheonBG.png
http://orteil.dashnet.org/cookieclicker/img/parade.png
http://orteil.dashnet.org/cookieclicker/img/patreon.png
http://orteil.dashnet.org/cookieclicker/img/perfectCookie.png
http://orteil.dashnet.org/cookieclicker/img/pieFill.png
http://orteil.dashnet.org/cookieclicker/img/playsaurusLogo.png
http://orteil.dashnet.org/cookieclicker/img/playsaurusbanner1.png
http://orteil.dashnet.org/cookieclicker/img/playsaurusbanner2.png
http://orteil.dashnet.org/cookieclicker/img/playsaurusbanner3.png
http://orteil.dashnet.org/cookieclicker/img/pointGlow.gif
http://orteil.dashnet.org/cookieclicker/img/pointyLad.png
http://orteil.dashnet.org/cookieclicker/img/portal.png
http://orteil.dashnet.org/cookieclicker/img/portalBackground.png
http://orteil.dashnet.org/cookieclicker/img/portraitChip.png
http://orteil.dashnet.org/cookieclicker/img/portraitCrumb.png
http://orteil.dashnet.org/cookieclicker/img/portraitDoe.png
http://orteil.dashnet.org/cookieclicker/img/portraitLucky.png
http://orteil.dashnet.org/cookieclicker/img/prestigeBar.jpg
http://orteil.dashnet.org/cookieclicker/img/prestigeBarCap.png
http://orteil.dashnet.org/cookieclicker/img/prism.png
http://orteil.dashnet.org/cookieclicker/img/prismBackground.png
http://orteil.dashnet.org/cookieclicker/img/rainbowGrandma.png
http://orteil.dashnet.org/cookieclicker/img/raspberryWave.png
http://orteil.dashnet.org/cookieclicker/img/roundFrameBorder.png
http://orteil.dashnet.org/cookieclicker/img/roundedPanelBG.png
http://orteil.dashnet.org/cookieclicker/img/roundedPanelBGS.png
http://orteil.dashnet.org/cookieclicker/img/roundedPanelLeft.png
http://orteil.dashnet.org/cookieclicker/img/roundedPanelLeftS.png
http://orteil.dashnet.org/cookieclicker/img/roundedPanelRight.png
http://orteil.dashnet.org/cookieclicker/img/roundedPanelRightS.png
http://orteil.dashnet.org/cookieclicker/img/santa.png
http://orteil.dashnet.org/cookieclicker/img/scriptGrandma.png
http://orteil.dashnet.org/cookieclicker/img/selectTarget.png
http://orteil.dashnet.org/cookieclicker/img/sentientFurnace.png
http://orteil.dashnet.org/cookieclicker/img/shadedBorders.png
http://orteil.dashnet.org/cookieclicker/img/shadedBordersGold.png
http://orteil.dashnet.org/cookieclicker/img/shadedBordersRed.png
http://orteil.dashnet.org/cookieclicker/img/shadedBordersSoft.png
http://orteil.dashnet.org/cookieclicker/img/shimmeringVeil.png
http://orteil.dashnet.org/cookieclicker/img/shine.png
http://orteil.dashnet.org/cookieclicker/img/shineGold.png
http://orteil.dashnet.org/cookieclicker/img/shineRed.png
http://orteil.dashnet.org/cookieclicker/img/shineSpoke.png
http://orteil.dashnet.org/cookieclicker/img/shinyWinkler.png
http://orteil.dashnet.org/cookieclicker/img/shinyWrinkler.png
http://orteil.dashnet.org/cookieclicker/img/shinyWrinklerBits.png
http://orteil.dashnet.org/cookieclicker/img/shipment.png
http://orteil.dashnet.org/cookieclicker/img/shipmentBackground.png
http://orteil.dashnet.org/cookieclicker/img/smallCookies.png
http://orteil.dashnet.org/cookieclicker/img/smallDollars.png
http://orteil.dashnet.org/cookieclicker/img/snow.jpg
http://orteil.dashnet.org/cookieclicker/img/snow2.jpg
http://orteil.dashnet.org/cookieclicker/img/sparkles.jpg
http://orteil.dashnet.org/cookieclicker/img/spellBG.png
http://orteil.dashnet.org/cookieclicker/img/spinnyBig.png
http://orteil.dashnet.org/cookieclicker/img/spinnySmall.png
http://orteil.dashnet.org/cookieclicker/img/spookyCookie.png
http://orteil.dashnet.org/cookieclicker/img/starbg.jpg
http://orteil.dashnet.org/cookieclicker/img/storeTile.jpg
http://orteil.dashnet.org/cookieclicker/img/sugarLump.png
http://orteil.dashnet.org/cookieclicker/img/temple.png
http://orteil.dashnet.org/cookieclicker/img/templeBackground.png
http://orteil.dashnet.org/cookieclicker/img/templeGrandma.png
http://orteil.dashnet.org/cookieclicker/img/timemachine.png
http://orteil.dashnet.org/cookieclicker/img/timemachineBackground.png
http://orteil.dashnet.org/cookieclicker/img/timerBars.png
http://orteil.dashnet.org/cookieclicker/img/tinyEyeEmpty.png
http://orteil.dashnet.org/cookieclicker/img/tinyEyeOff.png
http://orteil.dashnet.org/cookieclicker/img/tinyEyeOn.png
http://orteil.dashnet.org/cookieclicker/img/tinyglobe.gif
http://orteil.dashnet.org/cookieclicker/img/tinyglobeSheet.gif
http://orteil.dashnet.org/cookieclicker/img/transmutedGrandma.png
http://orteil.dashnet.org/cookieclicker/img/turnInto.png
http://orteil.dashnet.org/cookieclicker/img/upgradeFrame.png
http://orteil.dashnet.org/cookieclicker/img/upgradeFrameHeavenly.png
http://orteil.dashnet.org/cookieclicker/img/upgradeFrameOld.png
http://orteil.dashnet.org/cookieclicker/img/upgradeFrameShadowOld.png
http://orteil.dashnet.org/cookieclicker/img/upgradeHighlight.jpg
http://orteil.dashnet.org/cookieclicker/img/upgradeHighlight.png
http://orteil.dashnet.org/cookieclicker/img/upgradeSelector.png
http://orteil.dashnet.org/cookieclicker/img/weeHoodie.png
http://orteil.dashnet.org/cookieclicker/img/winkler.png
http://orteil.dashnet.org/cookieclicker/img/winterFrame.png
http://orteil.dashnet.org/cookieclicker/img/winterWinkler.png
http://orteil.dashnet.org/cookieclicker/img/winterWrinkler.png
http://orteil.dashnet.org/cookieclicker/img/witchGrandma.png
http://orteil.dashnet.org/cookieclicker/img/wizardtower.png
http://orteil.dashnet.org/cookieclicker/img/wizardtowerBackground.png
http://orteil.dashnet.org/cookieclicker/img/workerGrandma.png
http://orteil.dashnet.org/cookieclicker/img/wrathContract.png
http://orteil.dashnet.org/cookieclicker/img/wrathCookie.png
http://orteil.dashnet.org/cookieclicker/img/wrinkler.png
http://orteil.dashnet.org/cookieclicker/img/wrinklerBits.png
http://orteil.dashnet.org/cookieclicker/img/wrinklerBitsOld.png
http://orteil.dashnet.org/cookieclicker/img/wrinklerBlink.png
http://orteil.dashnet.org/cookieclicker/img/wrinklerGooglies.png
http://orteil.dashnet.org/cookieclicker/img/wrinklerShadow.png
http://orteil.dashnet.org/cookieclicker/img/you.png
http://orteil.dashnet.org/cookieclicker/img/youAddons.png
http://orteil.dashnet.org/cookieclicker/img/youBackground.png
http://orteil.dashnet.org/cookieclicker/img/youLight.png
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

+325
View File
@@ -0,0 +1,325 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /cookieclicker/img</title>
</head>
<body>
<h1>Index of /cookieclicker/img</h1>
<table>
<tr><th valign="top"><img src="http://orteil.dashnet.org/icons/blank.gif" alt="[ICO]"></th><th><a href="http://orteil.dashnet.org/cookieclicker/img/?C=N;O=D">Name</a></th><th><a href="http://orteil.dashnet.org/cookieclicker/img/?C=M;O=A">Last modified</a></th><th><a href="http://orteil.dashnet.org/cookieclicker/img/?C=S;O=A">Size</a></th><th><a href="http://orteil.dashnet.org/cookieclicker/img/?C=D;O=A">Description</a></th></tr>
<tr><th colspan="5"><hr></th></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/back.gif" alt="[PARENTDIR]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/">Parent Directory</a></td><td>&nbsp;</td><td align="right"> - </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/AQWorlds_CookieClicker_300x40.png">AQWorlds_CookieClicker_300x40.png</a></td><td align="right">2023-03-08 10:31 </td><td align="right"> 31K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/BGgarden.jpg">BGgarden.jpg</a></td><td align="right">2018-03-08 23:42 </td><td align="right"> 21K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/BGgrimoire.jpg">BGgrimoire.jpg</a></td><td align="right">2018-03-08 21:17 </td><td align="right"> 20K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/BGmarket.jpg">BGmarket.jpg</a></td><td align="right">2020-08-22 19:08 </td><td align="right"> 23K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/BGpantheon.jpg">BGpantheon.jpg</a></td><td align="right">2018-03-08 21:13 </td><td align="right"> 25K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/unknown.gif" alt="[ ]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/Thumbs.db">Thumbs.db</a></td><td align="right">2017-11-24 00:23 </td><td align="right">1.9M</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/alchemylab.png">alchemylab.png</a></td><td align="right">2013-12-28 23:56 </td><td align="right">820 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/alchemylabBackground.png">alchemylabBackground.png</a></td><td align="right">2013-12-28 23:56 </td><td align="right">472 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/alteredGrandma.png">alteredGrandma.png</a></td><td align="right">2013-12-28 23:56 </td><td align="right">470 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/alternateGrandma.png">alternateGrandma.png</a></td><td align="right">2020-10-29 12:32 </td><td align="right">1.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/antiGrandma.png">antiGrandma.png</a></td><td align="right">2013-12-28 23:56 </td><td align="right">526 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/antimattercondenser.png">antimattercondenser.png</a></td><td align="right">2013-12-28 23:56 </td><td align="right">666 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/antimattercondenserBackground.png">antimattercondenserBackground.png</a></td><td align="right">2013-12-28 23:56 </td><td align="right">966 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/aqworldsbanner.jpg">aqworldsbanner.jpg</a></td><td align="right">2013-12-29 16:33 </td><td align="right"> 29K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/ascendBox.png">ascendBox.png</a></td><td align="right">2015-12-20 11:28 </td><td align="right"> 22K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/ascendInfo.png">ascendInfo.png</a></td><td align="right">2015-12-20 11:29 </td><td align="right"> 11K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/ascendSlot.png">ascendSlot.png</a></td><td align="right">2015-04-17 10:36 </td><td align="right"> 14K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/ascendWisp.png">ascendWisp.png</a></td><td align="right">2014-08-25 07:44 </td><td align="right"> 42K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/ascendedBakingPod.png">ascendedBakingPod.png</a></td><td align="right">2013-12-28 23:56 </td><td align="right">1.7K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bank.png">bank.png</a></td><td align="right">2014-08-08 16:58 </td><td align="right">501 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bankBackground.png">bankBackground.png</a></td><td align="right">2014-08-08 12:53 </td><td align="right">2.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bankGrandma.png">bankGrandma.png</a></td><td align="right">2014-08-08 17:59 </td><td align="right">614 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgBW.jpg">bgBW.jpg</a></td><td align="right">2022-02-09 08:54 </td><td align="right"> 69K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgBlack.jpg">bgBlack.jpg</a></td><td align="right">2022-02-09 08:40 </td><td align="right"> 59K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgBlue.jpg">bgBlue.jpg</a></td><td align="right">2022-02-09 08:31 </td><td align="right"> 85K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgCandy.jpg">bgCandy.jpg</a></td><td align="right">2022-02-09 12:55 </td><td align="right">100K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgChoco.jpg">bgChoco.jpg</a></td><td align="right">2022-02-09 08:36 </td><td align="right"> 82K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgChocoDark.jpg">bgChocoDark.jpg</a></td><td align="right">2022-02-09 08:36 </td><td align="right"> 66K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgCoarse.jpg">bgCoarse.jpg</a></td><td align="right">2022-02-09 17:19 </td><td align="right"> 79K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgFoil.jpg">bgFoil.jpg</a></td><td align="right">2022-02-09 17:47 </td><td align="right">189K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgGold.jpg">bgGold.jpg</a></td><td align="right">2022-02-09 08:47 </td><td align="right"> 92K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgMint.jpg">bgMint.jpg</a></td><td align="right">2022-02-09 09:41 </td><td align="right"> 79K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgMoney.jpg">bgMoney.jpg</a></td><td align="right">2014-03-31 23:00 </td><td align="right"> 69K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgMoneyChart.jpg">bgMoneyChart.jpg</a></td><td align="right">2014-03-31 23:40 </td><td align="right">9.7K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgPaint.jpg">bgPaint.jpg</a></td><td align="right">2022-02-09 18:03 </td><td align="right">100K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgPink.jpg">bgPink.jpg</a></td><td align="right">2022-02-09 08:33 </td><td align="right"> 70K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgPurple.jpg">bgPurple.jpg</a></td><td align="right">2022-02-09 10:18 </td><td align="right"> 92K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgRed.jpg">bgRed.jpg</a></td><td align="right">2022-02-09 08:39 </td><td align="right"> 91K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgSilver.jpg">bgSilver.jpg</a></td><td align="right">2022-02-09 08:50 </td><td align="right"> 92K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgSky.jpg">bgSky.jpg</a></td><td align="right">2022-02-09 10:11 </td><td align="right"> 87K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgSnowy.jpg">bgSnowy.jpg</a></td><td align="right">2022-02-09 08:45 </td><td align="right">107K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgSpectrum.jpg">bgSpectrum.jpg</a></td><td align="right">2022-02-09 09:56 </td><td align="right"> 58K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgStars.jpg">bgStars.jpg</a></td><td align="right">2022-02-09 06:58 </td><td align="right"> 61K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgWhite.jpg">bgWhite.jpg</a></td><td align="right">2022-02-09 08:41 </td><td align="right"> 41K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bgYellowBlue.jpg">bgYellowBlue.jpg</a></td><td align="right">2022-02-09 10:16 </td><td align="right"> 99K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/blackGradient.png">blackGradient.png</a></td><td align="right">2013-12-28 23:56 </td><td align="right">561 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/blackGradientLeft.png">blackGradientLeft.png</a></td><td align="right">2015-12-20 14:19 </td><td align="right">1.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/blackGradientSmallTop.png">blackGradientSmallTop.png</a></td><td align="right">2014-08-14 22:21 </td><td align="right">971 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bracketPanelLeftS.png">bracketPanelLeftS.png</a></td><td align="right">2015-12-12 19:05 </td><td align="right">2.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bracketPanelRightS.png">bracketPanelRightS.png</a></td><td align="right">2015-12-12 19:05 </td><td align="right">2.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/brainyGrandma.png">brainyGrandma.png</a></td><td align="right">2021-12-25 14:54 </td><td align="right">1.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/brokenCookie.png">brokenCookie.png</a></td><td align="right">2015-10-25 03:35 </td><td align="right"> 36K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/brokenCookieHalo.png">brokenCookieHalo.png</a></td><td align="right">2014-08-15 01:04 </td><td align="right"> 22K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/brownStripes.png">brownStripes.png</a></td><td align="right">2018-08-06 05:35 </td><td align="right">2.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/brownStripesLeftEdge.png">brownStripesLeftEdge.png</a></td><td align="right">2018-08-06 04:57 </td><td align="right">1.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/buildings.png">buildings.png</a></td><td align="right">2023-03-23 02:19 </td><td align="right"> 44K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bunnies.png">bunnies.png</a></td><td align="right">2014-04-23 01:46 </td><td align="right"> 23K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/bunnyGrandma.png">bunnyGrandma.png</a></td><td align="right">2014-05-15 22:13 </td><td align="right">713 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/buttonTile.jpg">buttonTile.jpg</a></td><td align="right">2013-12-29 16:33 </td><td align="right">7.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/caramelWave.png">caramelWave.png</a></td><td align="right">2013-12-28 23:56 </td><td align="right"> 11K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/chancemaker.png">chancemaker.png</a></td><td align="right">2017-07-30 21:16 </td><td align="right">1.5K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/chancemakerBackground.png">chancemakerBackground.png</a></td><td align="right">2017-07-30 21:15 </td><td align="right">2.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/chocolateMilkWave.png">chocolateMilkWave.png</a></td><td align="right">2013-12-28 23:57 </td><td align="right"> 10K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/clayBG.jpg">clayBG.jpg</a></td><td align="right">2017-06-12 06:40 </td><td align="right"> 21K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/cloneGrandma.png">cloneGrandma.png</a></td><td align="right">2022-12-29 22:33 </td><td align="right">774 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/contract.png">contract.png</a></td><td align="right">2014-03-31 21:50 </td><td align="right">4.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/control.png">control.png</a></td><td align="right">2013-12-28 23:57 </td><td align="right"> 48K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/cookieShadow.png">cookieShadow.png</a></td><td align="right">2021-08-12 07:26 </td><td align="right">2.5K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/cookieShower1.png">cookieShower1.png</a></td><td align="right">2013-12-28 23:57 </td><td align="right"> 29K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/cookieShower2.png">cookieShower2.png</a></td><td align="right">2013-12-28 23:57 </td><td align="right"> 55K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/cookieShower3.png">cookieShower3.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right"> 76K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/cortex.png">cortex.png</a></td><td align="right">2021-12-25 07:19 </td><td align="right">5.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/cortexBackground.png">cortexBackground.png</a></td><td align="right">2021-12-25 05:09 </td><td align="right">3.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/cosmicGrandma.png">cosmicGrandma.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">616 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/cursor.png">cursor.png</a></td><td align="right">2015-10-19 00:01 </td><td align="right">2.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/darkNoise.jpg">darkNoise.jpg</a></td><td align="right">2014-08-13 22:11 </td><td align="right"> 53K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/darkNoise.png">darkNoise.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">1.7K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/darkNoiseTopBar.jpg">darkNoiseTopBar.jpg</a></td><td align="right">2014-08-14 02:22 </td><td align="right">8.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dashnetLogo.png">dashnetLogo.png</a></td><td align="right">2021-08-07 06:44 </td><td align="right"> 97K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/discord.png">discord.png</a></td><td align="right">2018-02-20 22:15 </td><td align="right">2.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dragon.png">dragon.png</a></td><td align="right">2018-10-17 02:45 </td><td align="right">6.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dragonBG.png">dragonBG.png</a></td><td align="right">2015-09-25 22:02 </td><td align="right"> 21K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dragonFrame.png">dragonFrame.png</a></td><td align="right">2015-03-31 02:41 </td><td align="right">2.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonDot.png">dungeonDot.png</a></td><td align="right">2018-09-11 17:06 </td><td align="right">3.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonFactory.png">dungeonFactory.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">2.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonFoes.png">dungeonFoes.png</a></td><td align="right">2018-10-06 20:37 </td><td align="right">1.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonHeroes.png">dungeonHeroes.png</a></td><td align="right">2018-10-06 15:56 </td><td align="right">2.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonIcons.png">dungeonIcons.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">4.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonItems.png">dungeonItems.png</a></td><td align="right">2018-09-18 21:38 </td><td align="right">1.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonMapFactory.jpg">dungeonMapFactory.jpg</a></td><td align="right">2018-08-06 00:43 </td><td align="right"> 14K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonOverlay.png">dungeonOverlay.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right"> 13K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonPictos.png">dungeonPictos.png</a></td><td align="right">2018-10-07 11:21 </td><td align="right">1.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/dungeonTiles.png">dungeonTiles.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">3.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/easterEggs.png">easterEggs.png</a></td><td align="right">2014-04-23 02:06 </td><td align="right">6.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/elfGrandma.png">elfGrandma.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">622 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/empty.png">empty.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right"> 95 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/emptyFrame.png">emptyFrame.png</a></td><td align="right">2015-08-28 07:01 </td><td align="right">3.5K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/factory.png">factory.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">477 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/factoryBackground.png">factoryBackground.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">1.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/farm.png">farm.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">765 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/farmBackground.png">farmBackground.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">812 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/farmerGrandma.png">farmerGrandma.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">615 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/favicon.ico">favicon.ico</a></td><td align="right">2013-09-02 18:44 </td><td align="right">318 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/featherLeft.png">featherLeft.png</a></td><td align="right">2015-12-13 00:27 </td><td align="right">2.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/featherRight.png">featherRight.png</a></td><td align="right">2015-12-13 00:27 </td><td align="right">2.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/filler.png">filler.png</a></td><td align="right">2014-04-11 22:27 </td><td align="right">953 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/fractalEngine.png">fractalEngine.png</a></td><td align="right">2018-10-17 19:44 </td><td align="right">1.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/fractalEngineBackground.png">fractalEngineBackground.png</a></td><td align="right">2018-10-17 19:47 </td><td align="right">4.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/frameBorder.png">frameBorder.png</a></td><td align="right">2015-08-27 05:33 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/frostedReindeer.png">frostedReindeer.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">9.7K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/gardenPlants.png">gardenPlants.png</a></td><td align="right">2018-04-15 07:14 </td><td align="right"> 20K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/gardenPlots.png">gardenPlots.png</a></td><td align="right">2018-04-08 20:41 </td><td align="right">9.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/gardenTip.png">gardenTip.png</a></td><td align="right">2018-07-20 08:47 </td><td align="right"> 14K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/girlscoutChip.png">girlscoutChip.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">751 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/girlscoutCrumb.png">girlscoutCrumb.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">738 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/girlscoutDoe.png">girlscoutDoe.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">762 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/girlscoutLucky.png">girlscoutLucky.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">754 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/glint.jpg">glint.jpg</a></td><td align="right">2015-12-23 11:41 </td><td align="right">1.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/glint.png">glint.png</a></td><td align="right">2023-03-06 01:48 </td><td align="right">2.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/goldCookie.png">goldCookie.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">4.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/grandma.png">grandma.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">571 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/grandmaBackground.png">grandmaBackground.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">837 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/grandmas1.jpg">grandmas1.jpg</a></td><td align="right">2013-12-29 16:33 </td><td align="right"> 21K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/grandmas2.jpg">grandmas2.jpg</a></td><td align="right">2013-12-29 16:33 </td><td align="right"> 17K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/grandmas3.jpg">grandmas3.jpg</a></td><td align="right">2013-12-29 16:33 </td><td align="right"> 26K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/grandmasGrandma.png">grandmasGrandma.png</a></td><td align="right">2013-12-28 23:58 </td><td align="right">619 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/grimoireBG.png">grimoireBG.png</a></td><td align="right">2017-06-30 07:29 </td><td align="right"> 25K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/heartStorm.png">heartStorm.png</a></td><td align="right">2014-02-10 02:59 </td><td align="right"> 64K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/hearts.png">hearts.png</a></td><td align="right">2014-02-10 02:54 </td><td align="right"> 23K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/heavenRing1.jpg">heavenRing1.jpg</a></td><td align="right">2015-12-20 08:37 </td><td align="right">4.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/heavenRing2.jpg">heavenRing2.jpg</a></td><td align="right">2015-12-20 08:37 </td><td align="right">4.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/heavenlyMoney.png">heavenlyMoney.png</a></td><td align="right">2015-05-14 09:16 </td><td align="right">1.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/heraldFlag.png">heraldFlag.png</a></td><td align="right">2018-10-09 18:47 </td><td align="right">3.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/icon.ico">icon.ico</a></td><td align="right">2021-08-14 07:36 </td><td align="right">221K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/icon.png">icon.png</a></td><td align="right">2021-08-23 16:55 </td><td align="right">427K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/icons.png">icons.png</a></td><td align="right">2023-03-08 08:26 </td><td align="right">193K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/idleverse.png">idleverse.png</a></td><td align="right">2020-10-29 11:43 </td><td align="right">3.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/idleverseBackground.png">idleverseBackground.png</a></td><td align="right">2020-10-29 11:25 </td><td align="right">2.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/imperfectCookie.png">imperfectCookie.png</a></td><td align="right">2013-12-28 23:59 </td><td align="right"> 94K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/infoBG.png">infoBG.png</a></td><td align="right">2013-12-28 23:59 </td><td align="right"> 94 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/infoBGfade.png">infoBGfade.png</a></td><td align="right">2013-12-28 23:59 </td><td align="right">276 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/javascriptconsole.png">javascriptconsole.png</a></td><td align="right">2020-06-15 06:08 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/javascriptconsoleBackground.png">javascriptconsoleBackground.png</a></td><td align="right">2019-09-16 04:35 </td><td align="right">6.7K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/levelUp.png">levelUp.png</a></td><td align="right">2017-06-05 05:50 </td><td align="right">2.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/linkDash.png">linkDash.png</a></td><td align="right">2018-08-06 03:23 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/linkPulse.gif">linkPulse.gif</a></td><td align="right">2016-02-03 18:16 </td><td align="right">4.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/linkPulse.png">linkPulse.png</a></td><td align="right">2014-08-24 11:41 </td><td align="right">1.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/lockOff.png">lockOff.png</a></td><td align="right">2019-09-16 05:06 </td><td align="right">1.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/lockOn.png">lockOn.png</a></td><td align="right">2019-09-16 05:06 </td><td align="right">1.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/luckyGrandma.png">luckyGrandma.png</a></td><td align="right">2017-07-29 23:28 </td><td align="right">713 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/mapBG.jpg">mapBG.jpg</a></td><td align="right">2013-12-29 16:33 </td><td align="right"> 13K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/mapIcons.png">mapIcons.png</a></td><td align="right">2013-12-28 23:59 </td><td align="right">664 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/marbleBG.jpg">marbleBG.jpg</a></td><td align="right">2017-06-12 11:05 </td><td align="right"> 31K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/marshmallows.png">marshmallows.png</a></td><td align="right">2013-12-28 23:59 </td><td align="right">2.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/messageBG.png">messageBG.png</a></td><td align="right">2022-08-06 03:00 </td><td align="right"> 30K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/metaGrandma.png">metaGrandma.png</a></td><td align="right">2018-10-18 22:00 </td><td align="right">1.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milk.png">milk.png</a></td><td align="right">2013-12-29 00:00 </td><td align="right">6.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkBanana.png">milkBanana.png</a></td><td align="right">2015-09-20 13:09 </td><td align="right"> 43K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkBlack.png">milkBlack.png</a></td><td align="right">2015-10-14 12:19 </td><td align="right"> 47K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkBlackcurrant.png">milkBlackcurrant.png</a></td><td align="right">2021-12-25 20:33 </td><td align="right"> 52K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkBlood.png">milkBlood.png</a></td><td align="right">2015-10-14 12:13 </td><td align="right"> 62K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkBlueFire.png">milkBlueFire.png</a></td><td align="right">2015-10-15 13:32 </td><td align="right"> 78K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkBlueberry.png">milkBlueberry.png</a></td><td align="right">2015-09-20 13:09 </td><td align="right"> 42K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkCaramel.png">milkCaramel.png</a></td><td align="right">2015-09-20 13:09 </td><td align="right"> 41K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkCherry.png">milkCherry.png</a></td><td align="right">2018-03-31 09:34 </td><td align="right"> 24K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkChocolate.png">milkChocolate.png</a></td><td align="right">2015-09-20 13:08 </td><td align="right"> 40K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkCoconut.png">milkCoconut.png</a></td><td align="right">2018-03-31 09:34 </td><td align="right"> 30K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkCoffee.png">milkCoffee.png</a></td><td align="right">2018-03-31 08:59 </td><td align="right"> 19K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkDragonfruit.png">milkDragonfruit.png</a></td><td align="right">2020-10-27 16:34 </td><td align="right"> 49K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkFire.png">milkFire.png</a></td><td align="right">2015-10-14 12:53 </td><td align="right"> 67K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkGold.png">milkGold.png</a></td><td align="right">2015-10-14 12:17 </td><td align="right"> 58K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkGreenFire.png">milkGreenFire.png</a></td><td align="right">2015-10-15 13:31 </td><td align="right"> 71K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkHazelnut.png">milkHazelnut.png</a></td><td align="right">2023-03-05 06:20 </td><td align="right"> 50K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkHoney.png">milkHoney.png</a></td><td align="right">2017-07-30 02:14 </td><td align="right"> 21K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkLicorice.png">milkLicorice.png</a></td><td align="right">2020-08-22 19:55 </td><td align="right"> 38K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkLime.png">milkLime.png</a></td><td align="right">2015-09-20 13:09 </td><td align="right"> 42K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkMaple.png">milkMaple.png</a></td><td align="right">2018-10-21 21:02 </td><td align="right"> 20K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkMelon.png">milkMelon.png</a></td><td align="right">2021-12-25 20:31 </td><td align="right"> 57K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkMint.png">milkMint.png</a></td><td align="right">2019-09-11 03:06 </td><td align="right"> 40K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkOrange.png">milkOrange.png</a></td><td align="right">2015-09-20 13:08 </td><td align="right"> 42K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkPeach.png">milkPeach.png</a></td><td align="right">2023-03-05 06:16 </td><td align="right"> 44K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkPlain.png">milkPlain.png</a></td><td align="right">2015-09-20 13:08 </td><td align="right"> 43K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkRaspberry.png">milkRaspberry.png</a></td><td align="right">2015-09-20 13:08 </td><td align="right"> 40K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkRose.png">milkRose.png</a></td><td align="right">2020-10-27 15:47 </td><td align="right"> 56K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkSoy.png">milkSoy.png</a></td><td align="right">2018-03-31 09:34 </td><td align="right"> 22K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkSpiced.png">milkSpiced.png</a></td><td align="right">2018-04-16 18:17 </td><td align="right"> 75K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkStars.png">milkStars.png</a></td><td align="right">2015-10-13 23:08 </td><td align="right"> 52K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkStrawberry.png">milkStrawberry.png</a></td><td align="right">2015-09-20 13:10 </td><td align="right"> 40K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkTea.png">milkTea.png</a></td><td align="right">2018-03-31 09:06 </td><td align="right"> 19K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkVanilla.png">milkVanilla.png</a></td><td align="right">2015-09-20 13:11 </td><td align="right"> 43K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkWave.png">milkWave.png</a></td><td align="right">2013-12-29 00:00 </td><td align="right"> 16K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/milkZebra.png">milkZebra.png</a></td><td align="right">2015-10-14 21:48 </td><td align="right"> 69K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/mine.png">mine.png</a></td><td align="right">2013-12-29 00:00 </td><td align="right">668 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/mineBackground.png">mineBackground.png</a></td><td align="right">2013-12-29 00:00 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/minerGrandma.png">minerGrandma.png</a></td><td align="right">2013-12-29 00:00 </td><td align="right">626 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/money.png">money.png</a></td><td align="right">2013-12-29 00:00 </td><td align="right">280 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/mysticBG.jpg">mysticBG.jpg</a></td><td align="right">2017-06-12 11:19 </td><td align="right"> 22K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/nest.png">nest.png</a></td><td align="right">2014-05-16 17:44 </td><td align="right"> 15K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/orangeWave.png">orangeWave.png</a></td><td align="right">2013-12-29 00:01 </td><td align="right"> 11K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelBG.png">panelBG.png</a></td><td align="right">2015-04-02 16:57 </td><td align="right"> 27K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelGradientBottom.png">panelGradientBottom.png</a></td><td align="right">2015-10-08 08:43 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelGradientLeft.png">panelGradientLeft.png</a></td><td align="right">2015-10-08 08:43 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelGradientRight.png">panelGradientRight.png</a></td><td align="right">2015-10-08 08:44 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelGradientTop.png">panelGradientTop.png</a></td><td align="right">2015-10-08 08:43 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelHorizontal.png">panelHorizontal.png</a></td><td align="right">2015-08-28 06:14 </td><td align="right">6.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelMenu.png">panelMenu.png</a></td><td align="right">2014-08-24 01:03 </td><td align="right"> 19K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelMenu2.png">panelMenu2.png</a></td><td align="right">2015-04-18 11:59 </td><td align="right"> 36K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelMenu3.png">panelMenu3.png</a></td><td align="right">2015-08-28 15:07 </td><td align="right"> 49K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/panelVertical.png">panelVertical.png</a></td><td align="right">2015-08-28 06:14 </td><td align="right">7.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/pantheonBG.png">pantheonBG.png</a></td><td align="right">2017-06-30 07:51 </td><td align="right"> 25K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/parade.png">parade.png</a></td><td align="right">2023-03-08 08:36 </td><td align="right">3.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/patreon.png">patreon.png</a></td><td align="right">2018-10-10 10:03 </td><td align="right">2.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/perfectCookie.png">perfectCookie.png</a></td><td align="right">2013-12-29 00:01 </td><td align="right"> 96K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/pieFill.png">pieFill.png</a></td><td align="right">2015-10-16 01:43 </td><td align="right"> 11K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/playsaurusLogo.png">playsaurusLogo.png</a></td><td align="right">2021-08-12 04:09 </td><td align="right"> 90K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/playsaurusbanner1.png">playsaurusbanner1.png</a></td><td align="right">2022-06-23 15:08 </td><td align="right"> 38K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/playsaurusbanner2.png">playsaurusbanner2.png</a></td><td align="right">2022-06-23 14:43 </td><td align="right"> 41K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/playsaurusbanner3.png">playsaurusbanner3.png</a></td><td align="right">2022-06-22 19:12 </td><td align="right"> 38K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/pointGlow.gif">pointGlow.gif</a></td><td align="right">2022-05-05 13:34 </td><td align="right">2.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/pointyLad.png">pointyLad.png</a></td><td align="right">2018-04-14 20:55 </td><td align="right">1.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/portal.png">portal.png</a></td><td align="right">2013-12-29 00:01 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/portalBackground.png">portalBackground.png</a></td><td align="right">2013-12-29 00:01 </td><td align="right">3.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/portraitChip.png">portraitChip.png</a></td><td align="right">2013-12-29 00:01 </td><td align="right">940 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/portraitCrumb.png">portraitCrumb.png</a></td><td align="right">2013-12-29 00:01 </td><td align="right">967 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/portraitDoe.png">portraitDoe.png</a></td><td align="right">2013-12-29 00:01 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/portraitLucky.png">portraitLucky.png</a></td><td align="right">2013-12-29 00:01 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/prestigeBar.jpg">prestigeBar.jpg</a></td><td align="right">2015-12-20 17:56 </td><td align="right">2.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/prestigeBarCap.png">prestigeBarCap.png</a></td><td align="right">2015-12-20 17:58 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/prism.png">prism.png</a></td><td align="right">2014-02-13 12:48 </td><td align="right">782 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/prismBackground.png">prismBackground.png</a></td><td align="right">2014-02-13 10:31 </td><td align="right">701 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/rainbowGrandma.png">rainbowGrandma.png</a></td><td align="right">2014-02-13 11:07 </td><td align="right">626 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/raspberryWave.png">raspberryWave.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right"> 10K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/roundFrameBorder.png">roundFrameBorder.png</a></td><td align="right">2015-08-27 08:49 </td><td align="right">1.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/roundedPanelBG.png">roundedPanelBG.png</a></td><td align="right">2015-12-11 01:01 </td><td align="right">7.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/roundedPanelBGS.png">roundedPanelBGS.png</a></td><td align="right">2015-12-12 18:45 </td><td align="right"> 21K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/roundedPanelLeft.png">roundedPanelLeft.png</a></td><td align="right">2015-12-11 00:59 </td><td align="right">2.5K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/roundedPanelLeftS.png">roundedPanelLeftS.png</a></td><td align="right">2015-12-12 18:44 </td><td align="right">2.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/roundedPanelRight.png">roundedPanelRight.png</a></td><td align="right">2015-12-11 01:00 </td><td align="right">2.5K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/roundedPanelRightS.png">roundedPanelRightS.png</a></td><td align="right">2015-12-12 18:44 </td><td align="right">2.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/santa.png">santa.png</a></td><td align="right">2023-03-22 22:58 </td><td align="right"> 11K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/scriptGrandma.png">scriptGrandma.png</a></td><td align="right">2019-09-03 16:43 </td><td align="right">693 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/selectTarget.png">selectTarget.png</a></td><td align="right">2022-05-07 04:07 </td><td align="right">2.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/sentientFurnace.png">sentientFurnace.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">1.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shadedBorders.png">shadedBorders.png</a></td><td align="right">2015-11-01 19:55 </td><td align="right"> 12K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shadedBordersGold.png">shadedBordersGold.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">2.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shadedBordersRed.png">shadedBordersRed.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">2.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shadedBordersSoft.png">shadedBordersSoft.png</a></td><td align="right">2015-11-11 06:51 </td><td align="right">3.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shimmeringVeil.png">shimmeringVeil.png</a></td><td align="right">2023-03-06 01:45 </td><td align="right"> 24K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shine.png">shine.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">6.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shineGold.png">shineGold.png</a></td><td align="right">2017-06-30 18:07 </td><td align="right">7.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shineRed.png">shineRed.png</a></td><td align="right">2017-06-30 18:09 </td><td align="right">7.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shineSpoke.png">shineSpoke.png</a></td><td align="right">2015-10-31 12:28 </td><td align="right">6.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shinyWinkler.png">shinyWinkler.png</a></td><td align="right">2021-08-15 07:19 </td><td align="right">7.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shinyWrinkler.png">shinyWrinkler.png</a></td><td align="right">2015-04-15 07:11 </td><td align="right">5.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shinyWrinklerBits.png">shinyWrinklerBits.png</a></td><td align="right">2015-04-15 07:10 </td><td align="right">7.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shipment.png">shipment.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">507 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/shipmentBackground.png">shipmentBackground.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">923 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/smallCookies.png">smallCookies.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right"> 14K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/smallDollars.png">smallDollars.png</a></td><td align="right">2014-04-01 18:15 </td><td align="right">5.5K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/snow.jpg">snow.jpg</a></td><td align="right">2013-12-29 16:33 </td><td align="right"> 47K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/snow2.jpg">snow2.jpg</a></td><td align="right">2013-12-29 16:33 </td><td align="right"> 71K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/sparkles.jpg">sparkles.jpg</a></td><td align="right">2015-10-13 12:54 </td><td align="right"> 16K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/spellBG.png">spellBG.png</a></td><td align="right">2017-06-08 09:54 </td><td align="right"> 33K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/spinnyBig.png">spinnyBig.png</a></td><td align="right">2015-10-24 02:38 </td><td align="right">5.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/spinnySmall.png">spinnySmall.png</a></td><td align="right">2015-10-24 02:38 </td><td align="right">2.7K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/spookyCookie.png">spookyCookie.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">4.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/starbg.jpg">starbg.jpg</a></td><td align="right">2014-08-03 05:54 </td><td align="right">188K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/storeTile.jpg">storeTile.jpg</a></td><td align="right">2013-12-29 16:33 </td><td align="right"> 18K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/sugarLump.png">sugarLump.png</a></td><td align="right">2017-06-05 05:27 </td><td align="right">1.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/temple.png">temple.png</a></td><td align="right">2014-08-08 16:59 </td><td align="right">752 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/templeBackground.png">templeBackground.png</a></td><td align="right">2014-08-08 11:02 </td><td align="right">2.5K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/templeGrandma.png">templeGrandma.png</a></td><td align="right">2014-08-08 18:00 </td><td align="right">742 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/timemachine.png">timemachine.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">773 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/timemachineBackground.png">timemachineBackground.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">1.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/timerBars.png">timerBars.png</a></td><td align="right">2014-02-10 05:26 </td><td align="right">2.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/tinyEyeEmpty.png">tinyEyeEmpty.png</a></td><td align="right">2021-08-25 15:02 </td><td align="right">488 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/tinyEyeOff.png">tinyEyeOff.png</a></td><td align="right">2021-08-25 15:02 </td><td align="right">332 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/tinyEyeOn.png">tinyEyeOn.png</a></td><td align="right">2021-08-25 15:07 </td><td align="right">516 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/tinyglobe.gif">tinyglobe.gif</a></td><td align="right">2022-06-28 09:22 </td><td align="right"> 11K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/tinyglobeSheet.gif">tinyglobeSheet.gif</a></td><td align="right">2022-06-29 14:00 </td><td align="right"> 10K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/transmutedGrandma.png">transmutedGrandma.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">449 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/turnInto.png">turnInto.png</a></td><td align="right">2018-03-13 16:34 </td><td align="right">1.5K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/upgradeFrame.png">upgradeFrame.png</a></td><td align="right">2016-04-19 07:17 </td><td align="right"> 20K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/upgradeFrameHeavenly.png">upgradeFrameHeavenly.png</a></td><td align="right">2014-08-24 08:51 </td><td align="right">2.7K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/upgradeFrameOld.png">upgradeFrameOld.png</a></td><td align="right">2015-04-18 10:45 </td><td align="right">7.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/upgradeFrameShadowOld.png">upgradeFrameShadowOld.png</a></td><td align="right">2015-05-14 09:06 </td><td align="right">7.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/upgradeHighlight.jpg">upgradeHighlight.jpg</a></td><td align="right">2015-10-15 18:08 </td><td align="right">4.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/upgradeHighlight.png">upgradeHighlight.png</a></td><td align="right">2015-10-15 18:08 </td><td align="right">5.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/upgradeSelector.png">upgradeSelector.png</a></td><td align="right">2015-10-14 22:52 </td><td align="right">1.0K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/weeHoodie.png">weeHoodie.png</a></td><td align="right">2015-10-24 09:51 </td><td align="right">2.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/winkler.png">winkler.png</a></td><td align="right">2021-08-15 07:19 </td><td align="right">7.7K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/winterFrame.png">winterFrame.png</a></td><td align="right">2015-03-30 23:49 </td><td align="right">1.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/winterWinkler.png">winterWinkler.png</a></td><td align="right">2021-08-15 07:46 </td><td align="right">7.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/winterWrinkler.png">winterWrinkler.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">5.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/witchGrandma.png">witchGrandma.png</a></td><td align="right">2014-08-08 18:00 </td><td align="right">779 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wizardtower.png">wizardtower.png</a></td><td align="right">2014-08-08 16:59 </td><td align="right">864 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wizardtowerBackground.png">wizardtowerBackground.png</a></td><td align="right">2014-08-08 18:10 </td><td align="right">1.6K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/workerGrandma.png">workerGrandma.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">534 </td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wrathContract.png">wrathContract.png</a></td><td align="right">2014-03-31 21:57 </td><td align="right">5.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wrathCookie.png">wrathCookie.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">4.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wrinkler.png">wrinkler.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">5.8K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wrinklerBits.png">wrinklerBits.png</a></td><td align="right">2015-04-15 03:51 </td><td align="right">8.1K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wrinklerBitsOld.png">wrinklerBitsOld.png</a></td><td align="right">2013-12-29 00:02 </td><td align="right">6.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wrinklerBlink.png">wrinklerBlink.png</a></td><td align="right">2021-08-15 08:27 </td><td align="right">2.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wrinklerGooglies.png">wrinklerGooglies.png</a></td><td align="right">2021-08-15 08:04 </td><td align="right">2.2K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/wrinklerShadow.png">wrinklerShadow.png</a></td><td align="right">2021-08-12 07:19 </td><td align="right">1.4K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/you.png">you.png</a></td><td align="right">2023-02-23 00:50 </td><td align="right">1.9K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/youAddons.png">youAddons.png</a></td><td align="right">2023-03-22 22:36 </td><td align="right">5.3K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/youBackground.png">youBackground.png</a></td><td align="right">2023-02-23 00:47 </td><td align="right">4.7K</td><td>&nbsp;</td></tr>
<tr><td valign="top"><img src="http://orteil.dashnet.org/icons/image2.gif" alt="[IMG]"></td><td><a href="http://orteil.dashnet.org/cookieclicker/img/youLight.png">youLight.png</a></td><td align="right">2023-02-24 01:46 </td><td align="right">2.6K</td><td>&nbsp;</td></tr>
<tr><th colspan="5"><hr></th></tr>
</table>
<address>Apache/2.4.52 (Ubuntu) Server at orteil.dashnet.org Port 80</address>
</body></html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Some files were not shown because too many files have changed in this diff Show More