Skip to content

Instantly share code, notes, and snippets.

View transcenddev's full-sized avatar

Reymar Mirante transcenddev

View GitHub Profile
@ongkiii
ongkiii / IPA-Sources.md
Last active June 17, 2026 06:17
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 18, 2026 00:28
Conventional Commits Cheatsheet
@renestalder
renestalder / README.md
Last active June 16, 2026 11:23
Unfollow all on Facebook

Facebook: Unfollow people and pages

See comments section for more up-to-date versions of the script. The original script is from 2014 and will not work as is.

  1. Open news feed preferences on your Facebook menu (browser)
  2. Click people or pages
  3. Scroll down (or click see more) until your full list is loaded
  4. Run the script in your browser console

Facebook will block this feature for you while you use it, depending on how much entities you try to unfollow. It automatically unblocks in a couple of hours and you will be able to continue.

@aleksblago
aleksblago / Date-Select-Markup.html
Last active April 4, 2025 21:59
Markup: Select options for Month, Day, and Year.
<span>
<select name="day">
<option value="monday">Monday</option>
<option value="tuesday">Tuesday</option>
<option value="wednesday">Wednesday</option>
<option value="thursday">Thursday</option>
<option value="friday">Friday</option>
<option value="saturday">Saturday</option>
<option value="sunday">Sunday</option>
</select>