Page 1 of 1

autohotkey Script that allows all scripts on this Tab (split from t=8910)

Posted: Thu Aug 24, 2023 11:46 am
by LarsvollTonn
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

Re: autohotkey Script that allows all scripts on this Tab (split from t=8910)

Posted: Thu Aug 24, 2023 12:52 pm
by barbaz
Thank you for your contribution, but none of this has anything to do with the thread you posted in. Normally we bin such off-topic posts, but this one looks interesting and constructive, so split to a new thread in NoScript General where it belongs.

Per Forum Rules #7, please start a new thread for a different subject, don't jump into existing unrelated threads.