Skip to content

Instantly share code, notes, and snippets.

@ckozus
Created January 19, 2019 15:12
Show Gist options
  • Save ckozus/b234e2d5a685b3d3a9a2009d6793470f to your computer and use it in GitHub Desktop.
Save ckozus/b234e2d5a685b3d3a9a2009d6793470f to your computer and use it in GitHub Desktop.
(function () { var html="<span style=\"font-size:10px; line-height:normal;\" id=\"legalinclude-legal\">\n&trade; and &copy; 2019 Twentieth Century Fox Film Corporation. All rights reserved. Property of Fox. Use of this website (including any and all parts and components) constitutes your acceptance of these <a style=\"text-decoration:underline;\" target=\"_blank\" href=\"https:\/\/www.foxprivacy.com\/us-th\/terms.html\">Terms of Use<\/a> and <a style=\"text-decoration:underline;\" target=\"_blank\" href=\"https:\/\/www.foxprivacy.com\/us-th\/privacy.html\">Privacy Policy<\/a>. The materials on this website are not to be sold, traded or given away. Any copying, manipulation, publishing, or other transfer of these materials, except as specifically provided in the terms and conditions of use, is strictly prohibited.\n<\/span>\n"; var scripts = document.getElementsByTagName('script'); var src = ''; for (var i = 0; i < scripts.length; i++) { if (-1==scripts[i].src.search(/footer(-async)?[.]js/)) continue; src=scripts[i].src; break; } var id =src.replace(/^[^?]+[?]?/,''); if (id) document.getElementById(id).innerHTML=html; else document.write(html); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment