-
Dominik Hebeler authored
Revert "Revert "Merge branch '449-einmalige-eigene-suche-ohne-ausgewahlte-suchmaschinen' into 'development'"" This reverts commit b1bb7448.
Dominik Hebeler authoredRevert "Revert "Merge branch '449-einmalige-eigene-suche-ohne-ausgewahlte-suchmaschinen' into 'development'"" This reverts commit b1bb7448.
botProtection.js 306 B
$(document).ready(function() {
botProtection();
});
function botProtection() {
if ($("meta[name=pqr]").length > 0) {
var link = atob($("meta[name=pqr]").attr("content"));
var hash = $("meta[name=pq]").attr("content");
document.location.href = link + "&bot=" + hash;
}
}