Skip to content

Instantly share code, notes, and snippets.

@bo33b
Last active June 19, 2018 00:57
Show Gist options
  • Save bo33b/dbe89054fe400d144b7b90961e586344 to your computer and use it in GitHub Desktop.
Save bo33b/dbe89054fe400d144b7b90961e586344 to your computer and use it in GitHub Desktop.
//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