Skip to content

Instantly share code, notes, and snippets.

View jalbam's full-sized avatar
💗
Coding...

Joan Alba Maldonado jalbam

💗
Coding...
View GitHub Profile
@nathansmith
nathansmith / html_reset.css
Created January 28, 2010 00:02
Reset for HTML4 / HTML5
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
@JamieMason
JamieMason / unfollow.js.md
Last active April 6, 2024 19:01
Unfollow everyone on twitter.com

Unfollow everyone on twitter.com

  1. Go to https://twitter.com/YOUR_USER_NAME/following
  2. Open the Developer Console. (COMMAND+ALT+I on Mac)
  3. Paste this into the Developer Console and run it
// Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left)
// https://gist.github.com/JamieMason/7580315
//
@deadcoder0904
deadcoder0904 / hack.js
Created February 12, 2018 20:14
Unfollow everyone on Github
[...document.querySelectorAll('.btn.btn-sm.js-toggler-target')].map(a => a.click())