Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBooty165 authored Oct 17, 2024
1 parent 8b09ee6 commit 93db9df
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions games/rooftop-snipers/index.html
Original file line number Diff line number Diff line change
@@ -1,49 +1,17 @@
<html>
<head>
<title>Rooftop Snipers | CybriaGames</title>
<link rel=“icon” href=“/img/favicon/rooftop-snipers.png”>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NTQ60TS6SP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-NTQ60TS6SP');
</script>
<script async src="https://arc.io/widget.min.js#5XPTU21J"><script data-goatcounter="https://parcoil.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script></script><script src="maintenance.js/"></script><script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
</script>
<script> if(top!=self){
top.location.replace(document.location);
window.open('https://840p.ml','_blank');window.setTimeout(function(){this.close();},1000);
alert("STOP STEALING GAMES FROM 840P.ML.")
} </script>

<script type="text/javascript">
if ( window.self !== window.top ) {
window.top.location.href=window.location.href;
}
</script>
<script> var iframes = document.getElementsByTagName('iframe');

for (var i = 0; i < iframes.length; i++) {
var iframe = iframes[i];

try {
// Try to access the contentWindow property
var iframeWindow = iframe.contentWindow;

// If we can access the contentWindow property, block the iframe
window.open('https://840p.ml','_blank');window.setTimeout(function(){this.close();},1000);
} catch (e) {
// If we can't access the contentWindow property, the iframe is from a different origin and cannot be blocked
}
}
</script>

<script> if (window.self !== window.top) {
// This page is being displayed in an iframe
Expand Down

0 comments on commit 93db9df

Please sign in to comment.