Skip to content

Instantly share code, notes, and snippets.

@dwaq
dwaq / redirection.html
Last active September 29, 2023 16:30
I use this script on my old Blogger (https://tinkeringetc.blogspot.com) to redirect to my Medium (https://medium.com/my-life-as-a-tinkerer/)
<!--
Code Flow:
* Checks page-title aginst all pages/posts
* Calls checkCookie()
* uses getCookie() to get cookie
* True: redirectPage(link);
* False: askToRedirect(link, post, false);
* Doesn't exist: askToRedirect(link, post, true);
@dwaq
dwaq / How to program ATTINY13A with Arduino as ISP.md
Last active October 23, 2023 18:43
How to program ATTINY13A with Arduino as ISP http://tinkeringetc.blogspot.com/