Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions RUNNER
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE HTML>
<html>
Comment thread
jmarrujo1991-lab marked this conversation as resolved.
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<script nonce="ty5UxMQIIx1ZcF6MWutVeA">
Comment thread
jmarrujo1991-lab marked this conversation as resolved.
/** Anti-fraud and anti-abuse applications only. See google.com/recaptcha */
try {
var clients = {
'sodar': 'https://pagead2.googlesyndication.com/pagead/sodar?'
Comment thread
jmarrujo1991-lab marked this conversation as resolved.
Comment thread
jmarrujo1991-lab marked this conversation as resolved.
};
window.addEventListener("message", function(a) {
try {
if (a.source === window.parent) {
var b = JSON.parse(a.data);
var c = clients[b['id']];
if (c) {
var d = document.createElement('img');
d.src = c + b['params'] + '&rc=' + (localStorage.getItem("rc::a") ? sessionStorage.getItem("rc::b") : "");
window.document.body.appendChild(d);
sessionStorage.setItem("rc::e", parseInt(sessionStorage.getItem("rc::e") || 0) + 1);
localStorage.setItem("rc::h", '1788080365202');
}
}
} catch (b) {}
});
window.parent.postMessage("_grecaptcha_ready", "*");
} catch (b) {}
</script>
</body>
</html>
Loading