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
https://twitter.com/soulstewmartin/status/530765744204951553 | |
> Der Song zur #gewinnsession: What Have I Done To Deserve This http://youtu.be/Wn9E5i7l-Eg | |
https://twitter.com/ThYpHoOn/status/530764562501742593 | |
> |
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
testrsfsd |
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('yo dawg'); |
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
function archiveReadMails() { | |
var threads = GmailApp.search('label:inbox is:read -is:starred'); | |
GmailApp.moveThreadsToArchive(threads); | |
}; |
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
It uses Google Analytics, a web analysis service of Google Inc., (“Google”). Google Analytics stores cookies on your computer which allow you to analyze the surfing patterns of visitors to your website. The information generated by the cookie about your use of this website (including your IP address) will be sent to a Google server in the United States and stored there. Google will use this information to evaluate your use of the website, to compile reports on website activity for website operators and to p other website activity and internet-related services. If required by law, Google will pass along this information to third parties. Google will also pass along data to third parties for processing, provided this processing is done on behalf of Google. Under no circumstances shall Google connect your IP address with any other data held by Google. If you wish, you can adjust your browser settings so as to refuse cookies. Please keep in mind, however, that if you refuse all cookies, you will not necessarily h |
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
Lizensierung: 18 | |
Rythmus: 5 | |
Rückgrad: 6 | |
Rückrat: 1 | |
Wehmutstropfen: 2 | |
gesponsort: 17 | |
pieksen: 15 | |
skurill: 1 | |
Abberation: 0 | |
Addresse: 1 |
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
function indexesOf(source, searchTerm) { | |
var occurrences = [], | |
index = 0; | |
while (index = ~source.indexOf(searchTerm, index)) { | |
index = ~index; | |
occurrences.push(index); | |
index++; | |
} |
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
jQuery.extend({ | |
getCachedJSON: function (url, callback) { | |
var cacheTimeInMs = 3600000; | |
var currentTimeInMs = new Date().getTime(); | |
var cache = { | |
data:null, | |
timestamp:null | |
}; |
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).load(function () { | |
if($("#div-containing-ads").height() == "0") { | |
doSomethingUgly(); | |
} | |
}); |
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
javascript:window.location.href="http://www.google.com/webmasters/tools/richsnippets?url="+encodeURIComponent(window.location.href); |