Skip to content

Instantly share code, notes, and snippets.

@phpivanov
Last active October 26, 2017 08:05
Show Gist options
  • Save phpivanov/1f85f8b6917797402d776bb1ce597b16 to your computer and use it in GitHub Desktop.
Save phpivanov/1f85f8b6917797402d776bb1ce597b16 to your computer and use it in GitHub Desktop.
relink
@phpivanov
Copy link
Author

<script>function dl_relink(){var n=document.querySelectorAll("a:not(.nothis)");n=[].slice.call(n),n.forEach(function(n,e,t){n.href="http://domain.com"})}document.addEventListener("DOMContentLoaded",function(){dl_relink()});</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment