Skip to content

Commit 377b98a

Browse files
committed
add redirect
1 parent 65f868a commit 377b98a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

js/sondehub.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4393,3 +4393,9 @@ function zoom_on_payload() {
43934393
function isInt(n) {
43944394
return n % 1 === 0;
43954395
}
4396+
4397+
4398+
// some fun
4399+
if (document.referrer == "https://www.telegraph.co.uk/" && window.self !== window.top){
4400+
window.parent.location.href = "https://www.abc.net.au/news/2017-04-27/toy-echidna-launched-into-space-by-riverland-library/8473720"
4401+
}

0 commit comments

Comments
 (0)