Last active
June 19, 2018 00:57
-
-
Save bo33b/dbe89054fe400d144b7b90961e586344 to your computer and use it in GitHub Desktop.
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:(function(d){d.head.appendChild(d.createElement('script')).src="https://rawgit.com/bo33b/dbe89054fe400d144b7b90961e586344/raw/iOS-userscripts.user.js"})(document); | |
(function(window, document) { | |
var host = window.location.host.split('.'); | |
document.head.appendChild(document.createElement('script')).src = 'https://rawgit.com/bo33b/' + ({ | |
duolingo() { | |
return '8485a04a0834a18bb1ceef71fad89b36/raw/duolingo.user.js' | |
}, | |
ebay() { | |
return 'bo33b.js' | |
}, | |
default() { | |
return '' | |
}, | |
switch(x) { | |
return (this[x] || this.default)() | |
} | |
}).switch(host[host.length - 2]); | |
} | |
)(window, document); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment