Skip to content

Instantly share code, notes, and snippets.

View memetican's full-sized avatar

Michael Wells memetican

View GitHub Profile
<video width="640" muted="" autoplay="" loop="">
<source src="https://dl.dropboxusercontent.com/s/xvr3i0tiwohjaqum2stuq/WhatsApp-Video-2024-01-25-at-11.50.47.mp4?rlkey=l6fj9qd7dum3w31ll1j755cpz" type="video/mp4">
</video>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {
var params = window.location.search;
var links = document.querySelectorAll('a[href^="/"]');
links.forEach(function(link) {
link.href = link.href + params;
});
});
</script>