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

General discussion about the NoScript extension for Firefox
Post Reply
LarsvollTonn
Posts: 1
Joined: Thu Aug 24, 2023 11:43 am

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

Post 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
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

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

Post 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.
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0
Post Reply