Skip to content

Instantly share code, notes, and snippets.

@iArnaud
Created September 28, 2018 12:15
Show Gist options
  • Save iArnaud/3df9108a26c6afc214ce1231a02281be to your computer and use it in GitHub Desktop.
Save iArnaud/3df9108a26c6afc214ce1231a02281be to your computer and use it in GitHub Desktop.
Simple JS Bookmarket to got to the download page of you-T-ubemonkey
javascript:void(
function(){
var u = 'https://www.you'+'tu'+'bemonkey.com'+ window.location.pathname + window.location.search;
window.location = u;
}()
);
!function(){var o="https://www.youtubemonkey.com"+window.location.pathname+window.location.search;window.location=o}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment