├── README.md ├── _config.yml └── web ├── 20220129 └── tholman.com │ └── github-corners │ ├── .keep │ ├── index.html │ └── index_files │ ├── .keep │ ├── ga.js.下载 │ └── styles.css └── 20220130 └── v2ex.com ├── .keep ├── index.html └── index_files ├── 077f53fd764aad5c6643f4629a387df6.png ├── 0c156a026e75ce3dc3f4a87d3b6466e0.jpg ├── 11c153dadabcdb2ff5b52f76797ec1d1.png ├── 127428_large.png ├── 13e63f786104a8285b344f7f1f736ee5.png ├── 13e63f786104a8285b344f7f1f736ee5_002.png ├── 174672_xlarge.png ├── 180552_large.png ├── 194144_large.png ├── 194458_large.png ├── 1e1ab2b2dc326b845b2bee1ce95a43e8.png ├── 1e1ab2b2dc326b845b2bee1ce95a43e8_002.png ├── 1eadc049a51aaa8bad1b87eec1c9857b.png ├── 211732_normal.png ├── 215460_normal.png ├── 22f6289ca76b4d9addcf63fc6b19643d.png ├── 242958_large.png ├── 253762_large.png ├── 256649_large.png ├── 291135922eabd517aceb708b2e19fb84.png ├── 305333_large.png ├── 309227_large.png ├── 315306_large.png ├── 330833_large.png ├── 407496_large.png ├── 417414_large.png ├── 422752_large.png ├── 461fe7f7ab23b18e209c027e72c5c00a.png ├── 463491_large.png ├── 466200_normal.png ├── 469082_large.png ├── 473786_large.png ├── 478624_large.png ├── 530181_normal.png ├── 530209_normal.png ├── 53a560b5606ce97ece9e75b247dfbe0e.jpg ├── 53d20db2564138ef4c3f3513d80bc2d104eaa1ea-combo.js ├── 546965_xlarge.png ├── 548133_xlarge.png ├── 569601_xlarge.png ├── 60109_normal.png ├── 65420f2bd3853599f280eaa684390f65.png ├── 66676_xlarge.png ├── 7533125b485db2a9a75aa3571c736e8c.png ├── 7a5401df6375074fc6d0a0b9d49492b4.jpg ├── 7d0319cbf0613266cc1442a9bc13fced.png ├── 7e2c5aa0a7839311e3d1d4f8f67ffc71.png ├── 84e6dedea0f61d47c86d166f62d3a109.png ├── 9b01ac352b9a7751aca3fbf0cef145a5f0b4565f-combo.css ├── a3ea89a680bd289270b248e39506d747.png ├── a62b9d06c807b2250781033b04b4d631.png ├── ads.htm ├── adsbygoogle.js ├── aframe.htm ├── analytics.js ├── bcbc27900afb1a5adcfd6914c333b2e7.jpg ├── c27d945d034f2da687304f5ec6dab8ec.jpg ├── c87484c1062f990c6ef9e1a9c27bdc60.png ├── cookie.js ├── d0343c7d4e5d533992fb642c3fb9a135.png ├── d79486ef03ffd87194aee807083984d3.png ├── e946f21ad6855271a20842a1286078ec.png ├── f6d4baad62e4ee124d392af83650f37d.jpg ├── f9f83b89824f646274c2417549e884f4.png ├── integrator.js ├── integrator_002.js ├── keep ├── language.png ├── makemoney.js ├── rss2x.png ├── show_ads_impl_with_ama_fy2019.js ├── tomorrow.css └── zrt_lookup.htm /README.md: -------------------------------------------------------------------------------- 1 | ## GitHub Wayback Machine 2 | 一个互联网的档案馆。 3 | 档案馆数据全部于GFW内可用。本档案馆的成立是为了解决Wayback Machine在中国大陆境内无法正常使用的问题。 4 | Wayback Machine: https://web.archive.org 5 | ### 如何参与我们的计划? 6 | Ⅰ:选取你要备份的网页,右键另存为index.html。 7 | Ⅱ:将index.html 与文件夹 index_files 同时上传于本项目,创建文件夹 /web/时间/域名。 8 | Ⅲ:等待 pull request。pr通过后,等待一会,可以正常访问备份的网页。 9 | 10 | 11 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-leap-day -------------------------------------------------------------------------------- /web/20220129/tholman.com/github-corners/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /web/20220129/tholman.com/github-corners/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | GitHub Corners 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |
17 |

18 | GitHub Corners 19 |

20 |

21 | Phew, GitHub is over ten years old now... and is unquestionably synonomous with open source. After 10 years, those GitHub ribbons are more than overdue for a cleaner, more modern alternative. This is my take. 22 |

23 |

24 | By using SVG, these corners can be clean and sharp. Any color, and size. As well as have a little character... on hover for desktop, and on page load for mobile devices. 25 |

26 |

27 | You can build your own with the SVGs, copy some of the pre-defined code below, or just change the fill and color values on the main <svg> element. 28 |

29 |
30 |
31 | 32 | 33 |
34 | 41 |
42 | 43 |
44 |
45 | 46 | 47 |
48 | 55 |
56 | 57 |
58 |
59 | 60 | 61 |
62 | 69 |
70 | 71 |
72 |
73 | 74 | 75 |
76 | 83 |
84 | 85 |
86 |
87 | 88 | 89 |
90 | 97 |
98 | 99 |
100 |
101 | 102 | 103 |
104 | 111 |
112 | 113 |
114 |
115 | 116 | 117 |
118 | 125 |
126 | 127 |
128 |
129 | 130 | 131 |
132 | 139 |
140 | 141 |
142 |
143 | 144 | 145 |
146 | 153 |
154 | 155 |
156 |
157 | 158 | 159 |
160 | 167 |
168 | 169 |
170 |
171 |
172 | 175 | 176 | 181 | 182 | 183 | 189 |
190 | 201 | 202 | -------------------------------------------------------------------------------- /web/20220129/tholman.com/github-corners/index_files/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /web/20220129/tholman.com/github-corners/index_files/ga.js.下载: -------------------------------------------------------------------------------- 1 | (function(){var E;var g=window,n=document,p=function(a){var b=g._gaUserPrefs;if(b&&b.ioo&&b.ioo()||a&&!0===g["ga-disable-"+a])return!0;try{var c=g.external;if(c&&c._gaUserPrefs&&"oo"==c._gaUserPrefs)return!0}catch(f){}a=[];b=n.cookie.split(";");c=/^\s*AMP_TOKEN=\s*(.*?)\s*$/;for(var d=0;da.split("/")[0].indexOf(":")&&(a=Be+e[2].substring(0,e[2].lastIndexOf("/"))+ 8 | "/"+a):a=Be+e[2]+(a||f);b.href=a;d=c(b);return{protocol:(b.protocol||"").toLowerCase(),host:d[0],port:d[1],path:d[2],query:b.search||"",url:a||""}}function Na(a,b){function c(b,c){a.contains(b)||a.set(b,[]);a.get(b).push(c)}b=Da(b).split("&");for(var d=0;de?c(b[d],"1"):c(b[d].substring(0,e),b[d].substring(e+1))}} 9 | function Pa(a,b){return F(a)||"["==a.charAt(0)&&"]"==a.charAt(a.length-1)?"-":a.indexOf(J.domain+(b&&"/"!=b?b:""))==(0==a.indexOf("http://")?7:0==a.indexOf("https://")?8:0)?"0":a};var Qa=0;function Ra(a,b,c){1<=Qa||1<=100*Math.random()||ld()||(a=["utmt=error","utmerr="+a,"utmwv=5.7.2","utmn="+Ea(),"utmsp=1"],b&&a.push("api="+b),c&&a.push("msg="+G(c.substring(0,100))),M.w&&a.push("aip=1"),Sa(a.join("&")),Qa++)};var Ta=0,Ua={};function N(a){return Va("x"+Ta++,a)}function Va(a,b){Ua[a]=!!b;return a} 10 | var Wa=N(),Xa=Va("anonymizeIp"),Ya=N(),$a=N(),ab=N(),bb=N(),O=N(),P=N(),cb=N(),db=N(),eb=N(),fb=N(),gb=N(),hb=N(),ib=N(),jb=N(),kb=N(),lb=N(),nb=N(),ob=N(),pb=N(),qb=N(),rb=N(),sb=N(),tb=N(),ub=N(),vb=N(),wb=N(),xb=N(),yb=N(),zb=N(),Ab=N(),Bb=N(),Cb=N(),Db=N(),Eb=N(),Fb=N(!0),Gb=Va("currencyCode"),v=Va("storeGac"),Hb=Va("page"),Ib=Va("title"),Jb=N(),Kb=N(),Lb=N(),Mb=N(),Nb=N(),Ob=N(),Pb=N(),Qb=N(),Rb=N(),Q=N(!0),Sb=N(!0),Tb=N(!0),Ub=N(!0),Vb=N(!0),Wb=N(!0),Zb=N(!0),$b=N(!0),ac=N(!0),bc=N(!0),cc=N(!0), 11 | R=N(!0),dc=N(!0),ec=N(!0),fc=N(!0),gc=N(!0),hc=N(!0),ic=N(!0),jc=N(!0),S=N(!0),kc=N(!0),lc=N(!0),mc=N(!0),nc=N(!0),oc=N(!0),pc=N(!0),qc=N(!0),rc=Va("campaignParams"),sc=N(),tc=Va("hitCallback"),uc=N();N();var vc=N(),wc=N(),xc=N(),yc=N(),zc=N(),Ac=N(),Bc=N(),Cc=N(),Dc=N(),Ec=N(),Fc=N(),Gc=N(),Hc=N(),Ic=N();N(); 12 | var Mc=N(),Nc=N(),Yb=N(),Jc=N(),Kc=N(),Lc=Va("utmtCookieName"),Cd=Va("displayFeatures"),Oc=N(),of=Va("gtmid"),Oe=Va("uaName"),Pe=Va("uaDomain"),Qe=Va("uaPath"),pf=Va("linkid"),w=N(),x=N(),y=N(),z=N();var Re=function(){function a(a,c,d){T(qf.prototype,a,c,d)}a("_createTracker",qf.prototype.hb,55);a("_getTracker",qf.prototype.oa,0);a("_getTrackerByName",qf.prototype.u,51);a("_getTrackers",qf.prototype.pa,130);a("_anonymizeIp",qf.prototype.aa,16);a("_forceSSL",qf.prototype.la,125);a("_getPlugin",Pc,120)},Se=function(){function a(a,c,d){T(U.prototype,a,c,d)}Qc("_getName",$a,58);Qc("_getAccount",Wa,64);Qc("_visitCode",Q,54);Qc("_getClientInfo",ib,53,1);Qc("_getDetectTitle",lb,56,1);Qc("_getDetectFlash", 13 | jb,65,1);Qc("_getLocalGifPath",wb,57);Qc("_getServiceMode",xb,59);V("_setClientInfo",ib,66,2);V("_setAccount",Wa,3);V("_setNamespace",Ya,48);V("_setAllowLinker",fb,11,2);V("_setDetectFlash",jb,61,2);V("_setDetectTitle",lb,62,2);V("_setLocalGifPath",wb,46,0);V("_setLocalServerMode",xb,92,void 0,0);V("_setRemoteServerMode",xb,63,void 0,1);V("_setLocalRemoteServerMode",xb,47,void 0,2);V("_setSampleRate",vb,45,1);V("_setCampaignTrack",kb,36,2);V("_setAllowAnchor",gb,7,2);V("_setCampNameKey",ob,41);V("_setCampContentKey", 14 | tb,38);V("_setCampIdKey",nb,39);V("_setCampMediumKey",rb,40);V("_setCampNOKey",ub,42);V("_setCampSourceKey",qb,43);V("_setCampTermKey",sb,44);V("_setCampCIdKey",pb,37);V("_setCookiePath",P,9,0);V("_setMaxCustomVariables",yb,0,1);V("_setVisitorCookieTimeout",cb,28,1);V("_setSessionCookieTimeout",db,26,1);V("_setCampaignCookieTimeout",eb,29,1);V("_setReferrerOverride",Jb,49);V("_setSiteSpeedSampleRate",Dc,132);V("_storeGac",v,143);a("_trackPageview",U.prototype.Fa,1);a("_trackEvent",U.prototype.F,4); 15 | a("_trackPageLoadTime",U.prototype.Ea,100);a("_trackSocial",U.prototype.Ga,104);a("_trackTrans",U.prototype.Ia,18);a("_sendXEvent",U.prototype.ib,78);a("_createEventTracker",U.prototype.ia,74);a("_getVersion",U.prototype.qa,60);a("_setDomainName",U.prototype.B,6);a("_setAllowHash",U.prototype.va,8);a("_getLinkerUrl",U.prototype.na,52);a("_link",U.prototype.link,101);a("_linkByPost",U.prototype.ua,102);a("_setTrans",U.prototype.za,20);a("_addTrans",U.prototype.$,21);a("_addItem",U.prototype.Y,19); 16 | a("_clearTrans",U.prototype.ea,105);a("_setTransactionDelim",U.prototype.Aa,82);a("_setCustomVar",U.prototype.wa,10);a("_deleteCustomVar",U.prototype.ka,35);a("_getVisitorCustomVar",U.prototype.ra,50);a("_setXKey",U.prototype.Ca,83);a("_setXValue",U.prototype.Da,84);a("_getXKey",U.prototype.sa,76);a("_getXValue",U.prototype.ta,77);a("_clearXKey",U.prototype.fa,72);a("_clearXValue",U.prototype.ga,73);a("_createXObj",U.prototype.ja,75);a("_addIgnoredOrganic",U.prototype.W,15);a("_clearIgnoredOrganic", 17 | U.prototype.ba,97);a("_addIgnoredRef",U.prototype.X,31);a("_clearIgnoredRef",U.prototype.ca,32);a("_addOrganic",U.prototype.Z,14);a("_clearOrganic",U.prototype.da,70);a("_cookiePathCopy",U.prototype.ha,30);a("_get",U.prototype.ma,106);a("_set",U.prototype.xa,107);a("_addEventListener",U.prototype.addEventListener,108);a("_removeEventListener",U.prototype.removeEventListener,109);a("_addDevId",U.prototype.V);a("_getPlugin",Pc,122);a("_setPageGroup",U.prototype.ya,126);a("_trackTiming",U.prototype.Ha, 18 | 124);a("_initData",U.prototype.initData,2);a("_setVar",U.prototype.Ba,22);V("_setSessionTimeout",db,27,3);V("_setCookieTimeout",eb,25,3);V("_setCookiePersistence",cb,24,1);a("_setAutoTrackOutbound",Fa,79);a("_setTrackOutboundSubdomains",Fa,81);a("_setHrefExamineLimit",Fa,80)};function Pc(a){var b=this.plugins_;if(b)return b.get(a)} 19 | var T=function(a,b,c,d){a[b]=function(){try{return void 0!=d&&H(d),c.apply(this,arguments)}catch(e){throw Ra("exc",b,e&&e.name),e;}}},Qc=function(a,b,c,d){U.prototype[a]=function(){try{return H(c),Aa(this.a.get(b),d)}catch(e){throw Ra("exc",a,e&&e.name),e;}}},V=function(a,b,c,d,e){U.prototype[a]=function(f){try{H(c),void 0==e?this.a.set(b,Aa(f,d)):this.a.set(b,e)}catch(Be){throw Ra("exc",a,Be&&Be.name),Be;}}},Te=function(a,b){return{type:b,target:a,stopPropagation:function(){throw"aborted";}}};var Rc=new RegExp(/(^|\.)doubleclick\.net$/i),Sc=function(a,b){return Rc.test(J.location.hostname)?!0:"/"!==b?!1:0!=a.indexOf("www.google.")&&0!=a.indexOf(".google.")&&0!=a.indexOf("google.")||-1b.length||ad(b[0],c))return!1;b=b.slice(1).join(".").split("|");0=b.length)return!0;b=b[1].split(-1==b[1].indexOf(",")?"^":",");for(c=0;cb.length||ad(b[0],c))return a.set(ec,void 0),a.set(fc,void 0),a.set(gc,void 0),a.set(ic,void 0),a.set(jc,void 0),a.set(nc,void 0),a.set(oc,void 0),a.set(pc,void 0),a.set(qc,void 0),a.set(S,void 0),a.set(kc,void 0),a.set(lc,void 0),a.set(mc,void 0),!1;a.set(ec,1*b[1]);a.set(fc,1*b[2]);a.set(gc,1*b[3]);Ve(a,b.slice(4).join(".")); 26 | return!0},Ve=function(a,b){function c(a){return(a=b.match(a+"=(.*?)(?:\\|utm|$)"))&&2==a.length?a[1]:void 0}function d(b,c){c?(c=e?I(c):c.split("%20").join(" "),a.set(b,c)):a.set(b,void 0)}-1==b.indexOf("=")&&(b=I(b));var e="2"==c("utmcvr");d(ic,c("utmcid"));d(jc,c("utmccn"));d(nc,c("utmcsr"));d(oc,c("utmcmd"));d(pc,c("utmctr"));d(qc,c("utmcct"));d(S,c("utmgclid"));d(kc,c("utmgclsrc"));d(lc,c("utmdclid"));d(mc,c("utmdsid"))},ad=function(a,b){return b?a!=b:!/^\d+$/.test(a)};var Uc=function(){this.filters=[]};Uc.prototype.add=function(a,b){this.filters.push({name:a,s:b})};Uc.prototype.cb=function(a){try{for(var b=0;b=100*a.get(vb)&&a.stopPropagation()}function kd(a){ld(a.get(Wa))&&a.stopPropagation()}function md(a){"file:"==J.location.protocol&&a.stopPropagation()}function Ge(a){He()&&a.stopPropagation()} 27 | function nd(a){a.get(Ib)||a.set(Ib,J.title,!0);a.get(Hb)||a.set(Hb,J.location.pathname+J.location.search,!0)}function lf(a){a.get(Wa)&&"UA-XXXXX-X"!=a.get(Wa)||a.stopPropagation()};var od=new function(){var a=[];this.set=function(b){a[b]=!0};this.encode=function(){for(var b=[],c=0;c=b[0]||0>=b[1]?"":b.join("x");a.Wa=Be}catch(k){H(135)}qd=a}},td=function(){sd();var a=qd,b=W.navigator;a=b.appName+b.version+a.language+b.platform+b.userAgent+a.javaEnabled+a.jb+a.P+(J.cookie?J.cookie:"")+(J.referrer?J.referrer:"");b=a.length;for(var c=W.history.length;0d?(this.i=b.substring(0,d),this.l=b.substring(d+1,c),this.h=b.substring(c+1)):(this.i=b.substring(0,d),this.h=b.substring(d+1));this.Xa=a.slice(1);this.Ma=!this.l&&"_require"==this.h;this.J=!this.i&&!this.l&&"_provide"==this.h}},Y=function(){T(Y.prototype, 33 | "push",Y.prototype.push,5);T(Y.prototype,"_getPlugin",Pc,121);T(Y.prototype,"_createAsyncTracker",Y.prototype.Sa,33);T(Y.prototype,"_getAsyncTracker",Y.prototype.Ta,34);this.I=new nf;this.eb=[]};E=Y.prototype;E.Na=function(a,b,c){var d=this.I.get(a);if(!Ba(d))return!1;b.plugins_=b.plugins_||new nf;b.plugins_.set(a,new d(b,c||{}));return!0};E.push=function(a){var b=Z.Va.apply(this,arguments);b=Z.eb.concat(b);for(Z.eb=[];0e?b+"#"+d:b+"&"+d;c="";0b.indexOf("?")?b+"?"+d+c:b+"&"+d+c},$d=function(a,b,c,d){for(var e=0;3>e;e++){for(var f= 51 | 0;3>f;f++){if(d==Yc(a+b+c))return H(127),[b,c];var Be=b.replace(/ /g,"%20"),k=c.replace(/ /g,"%20");if(d==Yc(a+Be+k))return H(128),[Be,k];Be=Be.replace(/\+/g,"%20");k=k.replace(/\+/g,"%20");if(d==Yc(a+Be+k))return H(129),[Be,k];try{var Ja=b.match("utmctr=(.*?)(?:\\|utm|$)");if(Ja&&2==Ja.length&&(Be=b.replace(Ja[1],G(I(Ja[1]))),d==Yc(a+Be+c)))return H(139),[Be,c]}catch(t){}b=I(b)}c=I(c)}};var de="|",fe=function(a,b,c,d,e,f,Be,k,Ja){var t=ee(a,b);t||(t={},a.get(Cb).push(t));t.id_=b;t.affiliation_=c;t.total_=d;t.tax_=e;t.shipping_=f;t.city_=Be;t.state_=k;t.country_=Ja;t.items_=t.items_||[];return t},ge=function(a,b,c,d,e,f,Be){a=ee(a,b)||fe(a,b,"",0,0,0,"","","");a:{if(a&&a.items_){var k=a.items_;for(var Ja=0;Jab.length||!/^\d+$/.test(b[0])||(b[0]=""+c,Fd(a,"__utmx",b.join("."),void 0))},be=function(a,b){a=$c(a.get(O),pd("__utmx"));"-"==a&&(a="");return b?G(a):a},Ye=function(a){try{var b=La(J.location.href,!1),c=decodeURIComponent(L(b.R.get("utm_referrer")))||"";c&&a.set(Jb,c);var d=decodeURIComponent(K(b.R.get("utm_expid")))||"";d&&(d=d.split(".")[0],a.set(Oc,""+d))}catch(e){H(146)}},l=function(a){var b=W.gaData&&W.gaData.expId;b&&a.set(Oc, 53 | ""+b)};var ke=function(a,b){var c=Math.min(a.b(Dc,0),100);if(a.b(Q,0)%100>=c)return!1;c=Ze()||$e();if(void 0==c)return!1;var d=c[0];if(void 0==d||Infinity==d||isNaN(d))return!1;0a[b])return!1;return!0},le=function(a){return isNaN(a)||0>a?0:5E3>a?10*Math.floor(a/10):5E4>a?100*Math.floor(a/100):41E5>a?1E3*Math.floor(a/1E3):41E5},je=function(a){for(var b=new yd,c=0;cb.length)){for(var c=[],d=0;d=f)return!1;c=1*(""+c);if(""==a||!wd(a)||""==b||!wd(b)||!xd(c)||isNaN(c)||0>c||0>f||100=a||a>e.get(yb))a=!1;else if(!b||!c||128=a&&Ca(b)&&""!=b){var c=this.get(Fc)||[];c[a]=b;this.set(Fc,c)}};E.V=function(a){a=""+a;if(a.match(/^[A-Za-z0-9]{1,5}$/)){var b=this.get(Ic)||[];b.push(a);this.set(Ic,b)}}; 71 | E.initData=function(){this.a.load()};E.Ba=function(a){a&&""!=a&&(this.set(Tb,a),this.a.j("var"))};var ne=function(a){"trans"!==a.get(sc)&&500<=a.b(cc,0)&&a.stopPropagation();if("event"===a.get(sc)){var b=(new Date).getTime(),c=a.b(dc,0),d=a.b(Zb,0);c=Math.floor((b-(c!=d?c:1E3*c))/1E3);0=a.b(R,0)&&a.stopPropagation()}},pe=function(a){"event"===a.get(sc)&&a.set(R,Math.max(0,a.b(R,10)-1))};var qe=function(){var a=[];this.add=function(b,c,d){d&&(c=G(""+c));a.push(b+"="+c)};this.toString=function(){return a.join("&")}},re=function(a,b){(b||2!=a.get(xb))&&a.Za(cc)},se=function(a,b){b.add("utmwv","5.7.2");b.add("utms",a.get(cc));b.add("utmn",Ea());var c=J.location.hostname;F(c)||b.add("utmhn",c,!0);a=a.get(vb);100!=a&&b.add("utmsp",a,!0)},te=function(a,b){b.add("utmht",(new Date).getTime());b.add("utmac",Da(a.get(Wa)));a.get(Oc)&&b.add("utmxkey",a.get(Oc),!0);a.get(vc)&&b.add("utmni",1); 72 | a.get(of)&&b.add("utmgtm",a.get(of),!0);var c=a.get(Ic);c&&0=a.length)gf(a,b,c);else if(8192>=a.length){if(0<=W.navigator.userAgent.indexOf("Firefox")&&![].reduce)throw new De(a.length);df(a,b)||ef(a,b)||Ee(a,b)||b()}else throw new Ce(a.length);},gf=function(a,b,c){c=c||Ne()+"/__utm.gif?"; 80 | var d=new Image(1,1);d.src=c+a;d.onload=function(){d.onload=null;d.onerror=null;b()};d.onerror=function(){d.onload=null;d.onerror=null;b()}},ef=function(a,b){if(0!=Ne().indexOf(J.location.protocol))return!1;var c=W.XDomainRequest;if(!c)return!1;c=new c;c.open("POST",Ne()+"/p/__utm.gif");c.onerror=function(){b()};c.onload=b;c.send(a);return!0},df=function(a,b,c,d){var e=W.XMLHttpRequest;if(!e)return!1;var f=new e;if(!("withCredentials"in f))return!1;f.open("POST",c||Ne()+"/p/__utm.gif",!0);f.withCredentials= 81 | !0;f.setRequestHeader("Content-Type","text/plain");f.onreadystatechange=function(){if(4==f.readyState){if(d)try{var a=f.responseText;if(1>a.length||"1"!=a.charAt(0))Ra("xhr","ver",a),b();else if(3')}catch(e){c=J.createElement("iframe"),c.name=a}c.height="0";c.width="0";c.style.display="none";c.style.visibility="hidden";var d=Ne()+"/u/post_iframe.html";Ga(W,"beforeunload", 83 | function(){c.src="";c.parentNode&&c.parentNode.removeChild(c)});setTimeout(b,1E3);J.body.appendChild(c);c.src=d;return!0};var qf=function(){this.G=this.w=!1;0==Ea()%1E4&&(H(142),this.G=!0);this.C={};this.D=[];this.U=0;this.S=[["www.google-analytics.com","","/plugins/"]];this._gasoCPath=this._gasoDomain=this.bb=void 0;Re();Se()};E=qf.prototype;E.oa=function(a,b){return this.hb(a,void 0,b)};E.hb=function(a,b,c){b&&H(23);c&&H(67);void 0==b&&(b="~"+M.U++);a=new U(b,a,c);M.C[b]=a;M.D.push(a);return a};E.u=function(a){a=a||"";return M.C[a]||M.hb(void 0,a)};E.pa=function(){return M.D.slice(0)};E.ab=function(){return M.D.length}; 84 | E.aa=function(){this.w=!0};E.la=function(){this.G=!0};var Fe=function(a){if("prerender"==J.visibilityState)return!1;a();return!0};var M=new qf;var D=W._gat;D&&Ba(D._getTracker)?M=D:W._gat=M;var Z=new Y;(function(a){if(!Fe(a)){H(123);var b=!1,c=function(){if(!b&&Fe(a)){b=!0;var d=J,e=c;d.removeEventListener?d.removeEventListener("visibilitychange",e,!1):d.detachEvent&&d.detachEvent("onvisibilitychange",e)}};Ga(J,"visibilitychange",c)}})(function(){var a=W._gaq,b=!1;if(a&&Ba(a.push)&&(b="[object Array]"==Object.prototype.toString.call(Object(a)),!b)){Z=a;return}W._gaq=Z;b&&Z.push.apply(Z,a)});function Yc(a){var b=1,c;if(a)for(b=0,c=a.length-1;0<=c;c--){var d=a.charCodeAt(c);b=(b<<6&268435455)+d+(d<<14);d=b&266338304;b=0!=d?b^d>>21:b}return b};}).call(this); 85 | -------------------------------------------------------------------------------- /web/20220129/tholman.com/github-corners/index_files/styles.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Github Corners, page css 3 | * Author: Tim Holman 4 | */ 5 | 6 | * { 7 | box-sizing: border-box; 8 | } 9 | 10 | html, body { 11 | font-family: Helvetica, Arial, sans-serif; 12 | background: #fff; 13 | margin: 0px; 14 | } 15 | 16 | h1 { 17 | font-size: 30px; 18 | } 19 | 20 | p { 21 | font-size: 16px; 22 | font-weight: 100; 23 | line-height: 24px; 24 | } 25 | 26 | .wrapper { 27 | padding-right: 20px; 28 | padding-left: 20px; 29 | padding-top: 50px; 30 | max-width: 580px; 31 | margin: auto; 32 | } 33 | 34 | /** 35 | * Demo Code 36 | */ 37 | 38 | .version { 39 | border: 2px solid #eee; 40 | margin-top: 25px; 41 | height: 200px; 42 | display: -webkit-flex; 43 | display: flex; 44 | } 45 | 46 | .version-section { 47 | padding: 10px; 48 | height: 100%; 49 | } 50 | 51 | .version-section.dark { 52 | background: #151513; 53 | } 54 | 55 | .demo { 56 | border-right: 2px solid #eee; 57 | position: relative; 58 | width: 200px; 59 | } 60 | 61 | .code { 62 | vertical-align: top; 63 | width: 336px; 64 | } 65 | 66 | .code textarea { 67 | border: 2px solid #eee; 68 | outline: 0px; 69 | height: 100%; 70 | width: 100%; 71 | font-family: monospace; 72 | font-size: 10px; 73 | } 74 | 75 | .github-corner:hover .octo-arm { 76 | animation: octocat-wave 560ms ease-in-out; 77 | } 78 | 79 | @keyframes octocat-wave { 80 | 0% { 81 | transform: rotate(0deg); 82 | } 83 | 84 | 20% { 85 | transform: rotate(-25deg); 86 | } 87 | 88 | 40% { 89 | transform: rotate(10deg); 90 | } 91 | 92 | 60% { 93 | transform: rotate(-25deg); 94 | } 95 | 96 | 80% { 97 | transform: rotate(10deg); 98 | } 99 | 100 | 100% { 101 | transform: rotate(0deg); 102 | } 103 | } 104 | 105 | @media (max-width: 500px) { 106 | .github-corner:hover .octo-arm { 107 | animation: none; 108 | } 109 | 110 | .github-corner .octo-arm { 111 | animation: octocat-wave 560ms ease-in-out; 112 | } 113 | } 114 | 115 | /** 116 | * Footer 117 | */ 118 | 119 | footer { 120 | width: 100%; 121 | margin-top: 25px; 122 | margin-bottom: 100px; 123 | background: #F3F3F3; 124 | height: 50px; 125 | padding: 15px; 126 | padding-left: 25px; 127 | padding-right: 25px; 128 | color: #2D2D2D; 129 | font-size: 13px; 130 | letter-spacing: 1px; 131 | font-family: monospace; 132 | } 133 | 134 | footer a { 135 | color: #2d2d2d; 136 | } 137 | 138 | footer span { 139 | margin-left: 10px; 140 | margin-right: 10px; 141 | } 142 | 143 | .twitter-share-button { 144 | margin-bottom: -4px; 145 | } 146 | 147 | /** 148 | * Media 149 | */ 150 | 151 | @media (max-width: 500px) { 152 | 153 | footer { 154 | text-align: center; 155 | height: auto; 156 | line-height: 30px; 157 | } 158 | 159 | footer span { 160 | display: none; 161 | } 162 | 163 | footer a { 164 | display: block; 165 | } 166 | 167 | .twitter-share-button { 168 | margin-bottom: -8px; 169 | } 170 | } 171 | -------------------------------------------------------------------------------- /web/20220130/v2ex.com/.keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/077f53fd764aad5c6643f4629a387df6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/077f53fd764aad5c6643f4629a387df6.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/0c156a026e75ce3dc3f4a87d3b6466e0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/0c156a026e75ce3dc3f4a87d3b6466e0.jpg -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/11c153dadabcdb2ff5b52f76797ec1d1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/11c153dadabcdb2ff5b52f76797ec1d1.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/127428_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/127428_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/13e63f786104a8285b344f7f1f736ee5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/13e63f786104a8285b344f7f1f736ee5.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/13e63f786104a8285b344f7f1f736ee5_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/13e63f786104a8285b344f7f1f736ee5_002.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/174672_xlarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/174672_xlarge.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/180552_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/180552_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/194144_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/194144_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/194458_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/194458_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/1e1ab2b2dc326b845b2bee1ce95a43e8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/1e1ab2b2dc326b845b2bee1ce95a43e8.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/1e1ab2b2dc326b845b2bee1ce95a43e8_002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/1e1ab2b2dc326b845b2bee1ce95a43e8_002.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/1eadc049a51aaa8bad1b87eec1c9857b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/1eadc049a51aaa8bad1b87eec1c9857b.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/211732_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/211732_normal.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/215460_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/215460_normal.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/22f6289ca76b4d9addcf63fc6b19643d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/22f6289ca76b4d9addcf63fc6b19643d.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/242958_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/242958_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/253762_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/253762_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/256649_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/256649_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/291135922eabd517aceb708b2e19fb84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/291135922eabd517aceb708b2e19fb84.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/305333_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/305333_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/309227_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/309227_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/315306_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/315306_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/330833_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/330833_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/407496_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/407496_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/417414_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/417414_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/422752_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/422752_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/461fe7f7ab23b18e209c027e72c5c00a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/461fe7f7ab23b18e209c027e72c5c00a.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/463491_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/463491_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/466200_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/466200_normal.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/469082_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/469082_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/473786_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/473786_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/478624_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/478624_large.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/530181_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/530181_normal.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/530209_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/530209_normal.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/53a560b5606ce97ece9e75b247dfbe0e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/53a560b5606ce97ece9e75b247dfbe0e.jpg -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/546965_xlarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/546965_xlarge.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/548133_xlarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/548133_xlarge.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/569601_xlarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/569601_xlarge.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/60109_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/60109_normal.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/65420f2bd3853599f280eaa684390f65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/65420f2bd3853599f280eaa684390f65.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/66676_xlarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/66676_xlarge.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/7533125b485db2a9a75aa3571c736e8c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/7533125b485db2a9a75aa3571c736e8c.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/7a5401df6375074fc6d0a0b9d49492b4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/7a5401df6375074fc6d0a0b9d49492b4.jpg -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/7d0319cbf0613266cc1442a9bc13fced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/7d0319cbf0613266cc1442a9bc13fced.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/7e2c5aa0a7839311e3d1d4f8f67ffc71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/7e2c5aa0a7839311e3d1d4f8f67ffc71.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/84e6dedea0f61d47c86d166f62d3a109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/84e6dedea0f61d47c86d166f62d3a109.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/a3ea89a680bd289270b248e39506d747.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/a3ea89a680bd289270b248e39506d747.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/a62b9d06c807b2250781033b04b4d631.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/a62b9d06c807b2250781033b04b4d631.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/ads.htm: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/aframe.htm: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/analytics.js: -------------------------------------------------------------------------------- 1 | (function(){/* 2 | 3 | Copyright The Closure Library Authors. 4 | SPDX-License-Identifier: Apache-2.0 5 | */ 6 | var aa=this||self,l=function(a,b){a=a.split(".");var c=aa;a[0]in c||"undefined"==typeof c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===b?c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}:c[d]=b};var m=function(a,b){for(var c in b)b.hasOwnProperty(c)&&(a[c]=b[c])},q=function(a){for(var b in a)if(a.hasOwnProperty(b))return!0;return!1};var r=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i;/* 7 | 8 | SPDX-License-Identifier: Apache-2.0 9 | */ 10 | var t=window,u=window.history,v=document,w=navigator,x=function(a,b){v.addEventListener?v.addEventListener(a,b,!1):v.attachEvent&&v.attachEvent("on"+a,b)};var y={},z=function(){y.TAGGING=y.TAGGING||[];y.TAGGING[1]=!0};var A=/:[0-9]+$/,B=function(a,b,c){a=a.split("&");for(var d=0;dd?a.href:a.href.substr(0,d));a=d;break;case "protocol":a=f;break;case "host":a=a.hostname.replace(A,"").toLowerCase();c&&(d=/^www\d*\./.exec(a))&&d[0]&&(a=a.substr(d[0].length));break;case "port":a=String(Number(a.port)||("http"==f?80:"https"==f?443:""));break;case "path":a.pathname|| 12 | a.hostname||z();a="/"==a.pathname.substr(0,1)?a.pathname:"/"+a.pathname;a=a.split("/");0<=(d||[]).indexOf(a[a.length-1])&&(a[a.length-1]="");a=a.join("/");break;case "query":a=a.search.replace("?","");e&&(a=B(a,e,void 0));break;case "extension":a=a.pathname.split(".");a=1>2;f=(f&3)<<4|g>>4;g=(g&15)<<2|h>>6;h&=63;e||(h=64,d||(g=64));b.push(H[k],H[f],H[g],H[h])}return b.join("")} 14 | function ba(a){function b(k){for(;d>4);64!=g&&(c+=String.fromCharCode(f<<4&240|g>>2),64!=h&&(c+=String.fromCharCode(g<<6&192|h)))}};var L;var M=void 0,O=function(){var a=ca,b=da,c=N(),d=function(g){a(g.target||g.srcElement||{})},e=function(g){b(g.target||g.srcElement||{})};if(!c.init){x("mousedown",d);x("keyup",d);x("submit",e);var f=HTMLFormElement.prototype.submit;HTMLFormElement.prototype.submit=function(){b(this);f.call(this)};c.init=!0}},P=function(a,b,c,d,e){a={callback:a,domains:b,fragment:2===c,placement:c,forms:d,sameHost:e};N().decorators.push(a)},Q=function(a,b,c){for(var d=N().decorators,e={},f=0;fc;c++){for(var d=c,e=0;8>e;e++)d=d&1?d>>>1^3988292384:d>>>1;b[c]=d}}L=b;b=4294967295;for(c=0;c>>8^L[(b^a.charCodeAt(c))&255];return((b^-1)>>>0).toString(36)}var U={},ha=(U[1]=ia,U[2]=ja,U[3]=ka,U);function ia(){return"CHECKSUM_EXP_DISABLED"} 17 | function ja(){return"CHECKSUM_EXP_DISABLED"}function la(){w.userAgentData&&w.userAgentData.getHighEntropyValues(["architecture","model","bitness","platformVersion","uaFullVersion"]).then(function(){})}function ka(){return"CHECKSUM_EXP_DISABLED"}function ma(a){return function(b){var c=F(t.location.href),d=c.search.replace("?","");var e=B(d,"_gl",!0);b.query=V(e||"")||{};e=E(c,"fragment");var f=e.match(R("_gl"));b.fragment=V(f&&f[3]||"")||{};a&&na(c,d,e)}} 18 | function W(a,b){if(a=R(a).exec(b)){var c=a[2],d=a[4];b=a[1];d&&(b=b+c+d)}return b}function na(a,b,c){function d(f,g){f=W("_gl",f);f.length&&(f=g+f);return f}if(u&&u.replaceState){var e=R("_gl");if(e.test(b)||e.test(c))a=E(a,"path"),b=d(b,"?"),c=d(c,"#"),u.replaceState({},void 0,""+a+b+c)}} 19 | var V=function(a){var b=void 0===b?3:b;try{if(a){a:{for(var c=0;3>c;++c){var d=ea.exec(a);if(d){var e=d;break a}a=decodeURIComponent(a)}e=void 0}if(e&&"1"===e[1]){var f=e[2],g=e[3];a:{for(e=0;e>21:b}return b};/* 26 | 27 | Copyright The Closure Library Authors. 28 | SPDX-License-Identifier: Apache-2.0 29 | */ 30 | var $c=function(a){this.C=a||[]};$c.prototype.set=function(a){this.C[a]=!0};$c.prototype.encode=function(){for(var a=[],b=0;b\x3c/script>'))):(c=M.createElement("script"),c.type="text/javascript",c.async=!0,c.src=ff.createScriptURL(a),d&&(c.onload=d),e&&(c.onerror=e),b&&(c.id=b),g&&c.setAttribute("nonce", 33 | g),a=M.getElementsByTagName("script")[0],a.parentNode.insertBefore(c,a))}},be=function(a,b){return E(M.location[b?"href":"search"],a)},E=function(a,b){return(a=a.match("(?:&|#|\\?)"+K(b).replace(/([.*+?^=!:${}()|\[\]\/\\])/g,"\\$1")+"=([^&#]*)"))&&2==a.length?a[1]:""},xa=function(){var a=""+M.location.hostname;return 0==a.indexOf("www.")?a.substring(4):a},de=function(a,b){var c=a.indexOf(b);if(5==c||6==c)if(a=a.charAt(c+b.length),"/"==a||"?"==a||""==a||":"==a)return!0;return!1},za=function(a,b){if(1== 34 | b.length&&null!=b[0]&&"object"===typeof b[0])return b[0];for(var c={},d=Math.min(a.length+1,b.length),e=0;eg.length||!c&&3!==g.length)a&&(a.na=!0);else if(Number(g[1])){d[b[e].ja]?a&&(a.pa=!0):d[b[e].ja]=[];var ca={version:g[0],timestamp:1E3*Number(g[1]),qa:g[2]};c&&3=b.length)wc(a,b,c);else if(8192>=b.length)x(a,b,c)||wd(a,b,c)||wc(a,b,c);else throw ge("len",b.length),new Da(b.length);},pe=function(a,b, 43 | c,d){d=d||ua;wd(a+"?"+b,"",d,c)},wc=function(a,b,c){var d=ta(a+"?"+b);d.onload=d.onerror=function(){d.onload=null;d.onerror=null;c()}},wd=function(a,b,c,d){var e=O.XMLHttpRequest;if(!e)return!1;var g=new e;if(!("withCredentials"in g))return!1;a=a.replace(/^http:/,"https:");g.open("POST",a,!0);g.withCredentials=!0;g.setRequestHeader("Content-Type","text/plain");g.onreadystatechange=function(){if(4==g.readyState){if(d&&"text/plain"===g.getResponseHeader("Content-Type"))try{Ea(d,g.responseText,c)}catch(ca){ge("xhr", 44 | "rsp"),c()}else c();g=null}};g.send(b);return!0},Ea=function(a,b,c){if(1>b.length)ge("xhr","ver","0"),c();else if(3=100*R(a,Ka))throw"abort";}function Ma(a){if(G(P(a,Na)))throw"abort";}function Oa(){var a=M.location.protocol;if("http:"!=a&&"https:"!=a)throw"abort";} 47 | function Pa(a){try{O.navigator.sendBeacon?J(42):O.XMLHttpRequest&&"withCredentials"in new O.XMLHttpRequest&&J(40)}catch(c){}a.set(ld,Td(a),!0);a.set(Ac,R(a,Ac)+1);var b=[];ue.map(function(c,d){d.F&&(c=a.get(c),void 0!=c&&c!=d.defaultValue&&("boolean"==typeof c&&(c*=1),b.push(d.F+"="+K(""+c))))});!1===a.get(xe)&&b.push("npa=1");b.push("z="+Bd());a.set(Ra,b.join("&"),!0)} 48 | function Sa(a){var b=P(a,fa);!b&&a.get(Vd)&&(b="beacon");var c=P(a,gd),d=P(a,oe),e=c||(d||bd(!1)+"")+"/collect";switch(P(a,ad)){case "d":e=c||(d||bd(!1)+"")+"/j/collect";b=a.get(qe)||void 0;pe(e,P(a,Ra),b,a.Z(Ia));break;default:b?(c=P(a,Ra),d=(d=a.Z(Ia))||ua,"image"==b?wc(e,c,d):"xhr"==b&&wd(e,c,d)||"beacon"==b&&x(e,c,d)||ba(e,c,d)):ba(e,P(a,Ra),a.Z(Ia))}e=P(a,Na);e=h(e);b=e.hitcount;e.hitcount=b?b+1:1;e.first_hit||(e.first_hit=(new Date).getTime());e=P(a,Na);delete h(e).pending_experiments;a.set(Ia, 49 | ua,!0)}function Hc(a){qc().expId&&a.set(Nc,qc().expId);qc().expVar&&a.set(Oc,qc().expVar);var b=P(a,Na);if(b=h(b).pending_experiments){var c=[];for(d in b)b.hasOwnProperty(d)&&b[d]&&c.push(encodeURIComponent(d)+"."+encodeURIComponent(b[d]));var d=c.join("!")}else d=void 0;d&&((b=a.get(m))&&(d=b+"!"+d),a.set(m,d,!0))}function cd(){if(O.navigator&&"preview"==O.navigator.loadPurpose)throw"abort";} 50 | function yd(a){var b=O.gaDevIds||[];if(ka(b)){var c=a.get("&did");qa(c)&&0b-9E5};var hd=function(){return Math.round(2147483647*Math.random())},Bd=function(){try{var a=new Uint32Array(1);O.crypto.getRandomValues(a);return a[0]&2147483647}catch(b){return hd()}};function Ta(a){var b=R(a,Ua);500<=b&&J(15);var c=P(a,Va);if("transaction"!=c&&"item"!=c){c=R(a,Wa);var d=(new Date).getTime(),e=R(a,Xa);0==e&&a.set(Xa,d);e=Math.round(2*(d-e)/1E3);0=c)throw"abort";a.set(Wa,--c)}a.set(Ua,++b)};var Ya=function(){this.data=new ee};Ya.prototype.get=function(a){var b=$a(a),c=this.data.get(a);b&&void 0==c&&(c=ea(b.defaultValue)?b.defaultValue():b.defaultValue);return b&&b.Z?b.Z(this,a,c):c};var P=function(a,b){a=a.get(b);return void 0==a?"":""+a},R=function(a,b){a=a.get(b);return void 0==a||""===a?0:Number(a)};Ya.prototype.Z=function(a){return(a=this.get(a))&&ea(a)?a:ua}; 53 | Ya.prototype.set=function(a,b,c){if(a)if("object"==typeof a)for(var d in a)a.hasOwnProperty(d)&&ab(this,d,a[d],c);else ab(this,a,b,c)};var ab=function(a,b,c,d){if(void 0!=c)switch(b){case Na:wb.test(c)}var e=$a(b);e&&e.o?e.o(a,b,c,d):a.data.set(b,c,d)};var ue=new ee,ve=[],bb=function(a,b,c,d,e){this.name=a;this.F=b;this.Z=d;this.o=e;this.defaultValue=c},$a=function(a){var b=ue.get(a);if(!b)for(var c=0;c=b?!1:!0},gc=function(a){var b={};if(Ec(b)||Fc(b)){var c=b[Eb];void 0==c||Infinity==c||isNaN(c)||(0c)a[b]=void 0},Fd=function(a){return function(b){if("pageview"==b.get(Va)&&!a.I){a.I=!0;var c=aa(b),d=0a.length)J(12);else{for(var d=[],e=0;e=a&&d.push({hash:ca[0],R:e[g],O:ca})}if(0!=d.length)return 1==d.length?d[0]:Zc(b,d)||Zc(c,d)||Zc(null,d)||d[0]}function Zc(a,b){if(null==a)var c=a=1;else c=La(a),a=La(D(a,".")?a.substring(1):"."+a);for(var d=0;de?"?":"&")+a+b.substring(e);b=b.replace(/&+_ga=/,"&_ga=");return b=b.replace(RegExp("&+_gac="),"&_gac=")},rd=function(a,b){if(b&&b.action)if("get"==b.method.toLowerCase()){a=a.target.get("linkerParam").split("&"); 72 | for(var c=0;carguments.length)){if("string"===typeof arguments[0]){var b=arguments[0];var c=[].slice.call(arguments,1)}else b=arguments[0]&&arguments[0][Va],c=arguments;b&&(c=za(me[b]||[],c),c[Va]=b,this.model.set(c,void 0,!0),this.filters.D(this.model),this.model.data.m={})}};pc.prototype.ma=function(a,b){var c=this;u(a,c,b)||(v(a,function(){u(a,c,b)}),y(String(c.get(V)),a,void 0,b,!0))}; 82 | var td=function(a,b){var c=P(a,U);a.data.set(la,"_ga"==c?"_gid":c+"_gid");if("cookie"==P(a,ac)){hc=!1;c=Ca(P(a,U));c=Xd(a,c);if(!c){c=P(a,W);var d=P(a,$b)||xa();c=Xc("__utma",d,c);void 0!=c?(J(10),c=c.O[1]+"."+c.O[2]):c=void 0}c&&(hc=!0);if(d=c&&!a.get(Hd))if(d=c.split("."),2!=d.length)d=!1;else if(d=Number(d[1])){var e=R(a,Zb);d=d+e<(new Date).getTime()/1E3}else d=!1;d&&(c=void 0);c&&(a.data.set(xd,c),a.data.set(Q,c),(c=uc(a))&&a.data.set(I,c));a.get(je)&&(c=a.get(ce),d=a.get(ie),!c||d&&"aw.ds"!= 83 | d)&&(c={},d=(M?df(c):{})[P(a,Na)],le(c),d&&0!=d.length&&(c=d[0],a.data.set(fe,c.timestamp/1E3),a.data.set(ce,c.qa)));a.get(je)&&(c=a.get(Se),d={},e=(M?df(d,"_gac_gb",!0):{})[P(a,Na)],ef(d),e&&0!=e.length&&(d=e[0],e=d.qa,c&&c!==e||(d.labels&&d.labels.length&&(e+="."+d.labels.join(".")),a.data.set(Te,d.timestamp/1E3),a.data.set(Se,e))))}if(a.get(Hd)){c=be("_ga",!!a.get(cc));var g=be("_gl",!!a.get(cc));d=De.get(a.get(cc));e=d._ga;g&&0=ca[0]||0>=ca[1]?"":ca.join("x");a.set(rb,c);c=a.set;var k;if((e=(e=O.navigator)?e.plugins:null)&&e.length)for(l=0;la.split("/")[0].indexOf(":")&&(a=g+d[2].substring(0,d[2].lastIndexOf("/"))+"/"+a);b.href=a;c=kf(b);return{protocol:(b.protocol||"").toLowerCase(),host:c[0],port:c[1],path:c[2],query:b.search||"",url:a||""}},cf=function(a,b){return a&& 97 | 0<=a.indexOf("/")?a:(b||bd(!1))+"/plugins/ua/"+a};var Z={ga:function(){Z.fa=[]}};Z.ga();Z.D=function(a){var b=Z.J.apply(Z,arguments);b=Z.fa.concat(b);for(Z.fa=[];0c;c++){var d=b[c].src;if(d&&0==d.indexOf(bd(!0)+"/analytics")){b=!0;break a}}b=!1}b&&(Ba=!0)}(O.gaplugins=O.gaplugins||{}).Linker=Dc;b=Dc.prototype;C("linker",Dc);X("decorate",b,b.ca,20);X("autoLink",b,b.S,25);X("passthrough",b,b.$,25);C("displayfeatures",fd);C("adfeatures",fd);Z.D.apply(N,a)}};var gf=N.N,hf=O[gb];hf&&hf.r?gf():z(gf);z(function(){Z.D(["provide","render",ua])});})(window); 101 | -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/bcbc27900afb1a5adcfd6914c333b2e7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/bcbc27900afb1a5adcfd6914c333b2e7.jpg -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/c27d945d034f2da687304f5ec6dab8ec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/c27d945d034f2da687304f5ec6dab8ec.jpg -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/c87484c1062f990c6ef9e1a9c27bdc60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/c87484c1062f990c6ef9e1a9c27bdc60.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/cookie.js: -------------------------------------------------------------------------------- 1 | _gfp_s_({"_cookies_":[{"_value_":"ID=c1f42b877f8a10e7-221379a92fcd005e:T=1643533808:RT=1643533808:S=ALNI_MY_6lLVWwQEdMZJXLoEYPWyfwIEDA","_expires_":1677229808,"_path_":"/","_domain_":"v2ex.com","_version_":1}]}); -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/d0343c7d4e5d533992fb642c3fb9a135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/d0343c7d4e5d533992fb642c3fb9a135.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/d79486ef03ffd87194aee807083984d3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/d79486ef03ffd87194aee807083984d3.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/e946f21ad6855271a20842a1286078ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/e946f21ad6855271a20842a1286078ec.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/f6d4baad62e4ee124d392af83650f37d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/f6d4baad62e4ee124d392af83650f37d.jpg -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/f9f83b89824f646274c2417549e884f4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/f9f83b89824f646274c2417549e884f4.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/integrator.js: -------------------------------------------------------------------------------- 1 | processGoogleToken({"newToken":"","validLifetimeSecs":300,"freshLifetimeSecs":300,"1p_jar":"","pucrd":""}); -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/integrator_002.js: -------------------------------------------------------------------------------- 1 | processGoogleToken({"newToken":"","validLifetimeSecs":300,"freshLifetimeSecs":300,"1p_jar":"","pucrd":""}); -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/keep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/language.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/makemoney.js: -------------------------------------------------------------------------------- 1 | var currentUrl=document.location.hostname+document.location.pathname,MIN_KEYWORD_OCCURRENCES=3,MAX_TOPICS=1,KEYWORDS=[["云计算","服务器","物联网","运维","网关","分布式","网站托管","vps","云硬盘","数据库","linux","server","centos","ubuntu","fedora","rhel","aws","阿里云","腾讯云","ucloud","digitalocean","docker","kubernetes","k8s","mysql","sql","redis","nginx","cdn","serverless","cloudflare","apache","ubuntu","devops","scrum","agile"],["编程","软件开发","算法","程序","c语言","c#","erlang","golang","go语言","haskell","java","kotlin","objective-c","perl","ruby","scala","swift","css","typescript","rust","lisp","lua","javascript","js","typescript","php","python","android开发","安卓开发","ios开发","git","github","vscode","vim","jetbrains"],["前端开发","后端架构","django","rails","angular","angularjs","laravel","react","reactjs","react-native","wsgi","flask","vuejs","vue","antd","sso","oauth","swoole","api","elasticsearch"],["机器学习","深度学习","神经网络","人工智能","自然语言处理","计算机视觉","自动驾驶","图像处理","数据挖掘","大数据","协同过滤","推荐系统","集群计算","分布式文件系统","物联网","流处理","machine learning","tensor","tensorflow","cuda","keras","jupyter","nlp","pytorch","pydata","kaggle","automl","hadoop","spark","mapreduce"],["产品经理","项目经理","用户体验","增长黑客","产品设计","产品创新","产品运营","产品策划","创业","营销","文案","需求","市场经理","运营经理","品牌宣传","数字化"],["设计师","平面设计","界面设计","室内设计","设计图","设计素材","figma","photoshop","axure","adobe","交互设计","工业设计","设计心理学","字体","design"],["金融","投资","股票","理财","期货","债券","债务","商业","经济","企业战略","企业史","基金","虚拟货币","比特币"],["数码","手机","电脑","pad","平板","相机","macbook","iphone","智能手表","智能电视","智能家电","外设","耳机","主机","显卡","游戏机","鼠标","键盘","音箱","音响","显示器","无人机","大疆","手柄","英特尔","AMD","高通"],["工程","机械工程","建筑工程","土木工程","车辆工程","材料","工艺","电子","通信","光电","控制","自动化","能源","航空","航天","工业","水利","发电","地质工程","勘探","物流工程","电气","化工","交通运输","船舶","飞行器","农业"],["小说","文学","艺术","美术","音乐","歌曲","电影","日记","哲学","随笔","诗歌","诗词","戏剧","名著","散文","杂文","童话","科幻","科普","人文","创作","导演","编剧","主演"]];function _AdBlockInit(){$ids=[];var e=setInterval(function(){if($blocks=document.getElementsByClassName("wwads-cn"),$blocks.length>0){clearInterval(e);for(var t=0;t<$blocks.length;t++)$block=$blocks[t],$id=$block.getAttribute("data-id"),$block.setAttribute("id","wwads-cn-"+$id),$ids.push($id);$ids=Array.from($ids).filter(function(e,t){return $ids.indexOf(e)==t}),_SendAdRequest($ids)}},1)}function _GetTopic(){if("/"==document.location.pathname)return 0;var e={};const t=document.body.innerText.toLowerCase();for(let s=0;s0&&(e[n]=(e[n]||0)+a)}}return Object.entries(e).filter(e=>e[1]>=MIN_KEYWORD_OCCURRENCES).sort((e,t)=>e[1]>t[1]?-1:e[1]e[0])}function _SendAdRequest(e){$topic=_GetTopic(),request=new XMLHttpRequest,request.open("GET","https://wwads.cn/code/banners?blocks="+e+"&topic="+$topic,!0),request.onload=function(){if(request.status>=200&&request.status<400){data=JSON.parse(request.responseText),wwadsDiv=document.querySelectorAll("#wwads-cn-"+data.blocks[0].id);for(var e=0;e1);e++)document.querySelectorAll("#wwads-cn-"+data.blocks[0].id)[e].innerHTML=data.blocks[0].html}},request.onerror=function(){console.log("Connection Failed")},request.send()}function _PotentialRouteChange(){window.setTimeout(function(){var e=document.location.hostname+document.location.pathname;e!==currentUrl&&_AdBlockInit(),currentUrl=e},10)}function _PageInit(e){var t=e.pushState;e.pushState=function(n){return"function"==typeof e.onpushstate&&window.onpopstate({state:n}),t.apply(e,arguments)}}function _DocReady(e){"complete"===document.readyState||"interactive"===document.readyState?setTimeout(e,1):document.addEventListener("DOMContentLoaded",e)}window.onload=function(){_PageInit(window.history),history.onpushstate=_PotentialRouteChange,window.onpopstate=_PotentialRouteChange},_DocReady(function(){_AdBlockInit()}); -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/rss2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Terminus2021/wayback/c7aac859595d85d163a3491f171248b1deb4c51b/web/20220130/v2ex.com/index_files/rss2x.png -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/tomorrow.css: -------------------------------------------------------------------------------- 1 | .hljs-comment,.hljs-quote{color:#8e908c}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#c82829}.hljs-number,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link{color:#f5871f}.hljs-attribute{color:#eab700}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#718c00}.hljs-title,.hljs-section{color:#4271ae}.hljs-keyword,.hljs-selector-tag{color:#8959a8}.hljs{display:block;overflow-x:auto;color:#4d4d4c}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700} -------------------------------------------------------------------------------- /web/20220130/v2ex.com/index_files/zrt_lookup.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 28 | --------------------------------------------------------------------------------