nearly finished signs
This commit is contained in:
parent
d844ef9814
commit
60d5f024d2
145 changed files with 207 additions and 2 deletions
23
geradeaus_rechts_files/post2.html
Normal file
23
geradeaus_rechts_files/post2.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue