Skip to content

Instantly share code, notes, and snippets.

@hanxue
Created April 14, 2020 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanxue/1ffde433ded24fe651c8c8d8a2fc4c44 to your computer and use it in GitHub Desktop.
Save hanxue/1ffde433ded24fe651c8c8d8a2fc4c44 to your computer and use it in GitHub Desktop.
Degreed browser bookmarklet
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