Created
April 14, 2020 11:21
-
-
Save hanxue/1ffde433ded24fe651c8c8d8a2fc4c44 to your computer and use it in GitHub Desktop.
Degreed browser bookmarklet
This file contains 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(d) { | |
var e = d.createElement('script'); | |
e.setAttribute('type', 'text/javascript'); | |
e.setAttribute('charset', 'UTF-8'); | |
e.setAttribute('src', 'https://prod.degreedcdn.com/scripts/button/dist/launcher.min.js?prod=true&v=1059425550&r=' + Math.random() * 99999999); | |
d.getElementsByTagName('body')[0].appendChild(e) | |
})(document)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment