nearly finished signs

This commit is contained in:
ChrissisCorner 2019-06-09 21:49:38 +02:00
parent d844ef9814
commit 60d5f024d2
145 changed files with 207 additions and 2 deletions

View file

@ -0,0 +1,23 @@
<!-- saved from url=(0033)https://duckduckgo.com/post2.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="referrer" content="origin">
</head>
<body>
<script type="text/JavaScript">
function post(e) {
if(e.source==parent && e.origin == location.protocol+'//'+location.hostname)
var idx = e.data.indexOf(':');
var action = e.data.substr(0,idx);
var link = e.data.substr(idx+1);
if (action == 'ddg') parent.window.location.href = link;
}
if (window.addEventListener) window.addEventListener('message', post, false);
else if (window.attachEvent) window.attachEvent('onmessage', post);
</script>
</body></html>