Created
September 28, 2018 12:15
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:void( | |
function(){ | |
var u = 'https://www.you'+'tu'+'bemonkey.com'+ window.location.pathname + window.location.search; | |
window.location = u; | |
}() | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!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