We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f868a commit 377b98aCopy full SHA for 377b98a
js/sondehub.js
@@ -4393,3 +4393,9 @@ function zoom_on_payload() {
4393
function isInt(n) {
4394
return n % 1 === 0;
4395
}
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