Friday, October 13, 2023

Ad Blockers are Not Allowed on YouTube

Just turn off add blocker for the YouTube site.

I tried other tricks but they didn't work.

I'm not getting ads so maybe they gave up.

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...