autohotkey Script that allows all scripts on this Tab (split from t=8910)
Posted: Thu Aug 24, 2023 11:46 am
I created a autohotkey Script that allows all scripts on this Tab:
basicly you create shortcut in Brave browser to open the noscript window. Just go to shortcuts section.
I used ALT+N
once its open you press SHIFT + T to allow all
WHen I hit F13 + x it works
F13 & x:: ; NOSCRIPT ALLOW ALL
Send, !n ; Press ALT + N
Sleep, 400 ; Wait for 400ms
Send, +t ; Press SHIFT + T
return
basicly you create shortcut in Brave browser to open the noscript window. Just go to shortcuts section.
I used ALT+N
once its open you press SHIFT + T to allow all
WHen I hit F13 + x it works
F13 & x:: ; NOSCRIPT ALLOW ALL
Send, !n ; Press ALT + N
Sleep, 400 ; Wait for 400ms
Send, +t ; Press SHIFT + T
return