Skip to content

Instantly share code, notes, and snippets.

@bantic
Created February 9, 2019 20:10
Show Gist options
  • Save bantic/bab309933e5b887455f6bea0f955fa41 to your computer and use it in GitHub Desktop.
Save bantic/bab309933e5b887455f6bea0f955fa41 to your computer and use it in GitHub Desktop.
Sample bookmarklets for the in-class exercises in week 2

Samples of Completed Bookmarklets

These are samples of creating the bookmarklets that we covered in Hacking The Browser's week 2 in-class exercises.

The bookmarklet descriptions are listed on the demo page, here: http://bookmarklet.hackingthebrowser.com/demo.html

Sample Code

PG BG Blue without jQuery https://gist.github.com/bantic/9520098d61c44019d506841c8d8b27c1 PG BG Blue with jQuery https://gist.github.com/bantic/2a40e9693201e2b86c9a292a9a793795

Remove subheader w/o jquery https://gist.github.com/bantic/156ffec4da10b81dc88c5af0c8b201cf Remove subheader w/ jquery https://gist.github.com/aa28b042e234e80d8b2aa034cae5f471

change page title: https://gist.github.com/bantic/9b3ee9ae273ab791ae9e1f090140f1eb

change page bg color: https://gist.github.com/824c0cdf39eef4c0a5424130d5eb3499

change button text w/ jQuery: https://gist.github.com/80d5ac50bc03594de935c2e669795d62 change button text w/o jQuery: https://gist.github.com/7d262d7c2a1e11194ed350d89477cadf

lorem bacon w/ jquery: https://gist.github.com/043bf9d9d09a2eb6c5cc8e456fdb1b5a lorem bacon w/o jquery (simple): https://gist.github.com/fdfc01d3af060e416d3e7b7ac275be81 lorem bacon w/o jquery (robust): https://gist.github.com/14a3781136091dd84f527c0c996b63bf

image replace w/ jquery: https://gist.github.com/a777fcfe95579d4c320a4dd964a5c63d image replace w/o jquery: https://gist.github.com/bantic/cd51d1bc65bb1b1f68fb4c7eafe0df6f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment