Page 1 of 1
How can i disable NoScript placeholder?
Posted: Mon Dec 13, 2021 5:29 pm
by dartie
How can i disable NoScript placeholder?
It broke some websites when shown.
Re: How can i disable NoScript placeholder?
Posted: Mon Dec 13, 2021 5:46 pm
by barbaz
I don't think there is any way to do that in NoScript Webext.
What websites does it break and how? Is it same type of breakage as
viewtopic.php?f=7&t=26288 or something else?
Re: How can i disable NoScript placeholder?
Posted: Tue Dec 14, 2021 3:28 pm
by dartie
barbaz wrote: ↑Mon Dec 13, 2021 5:46 pm
I don't think there is any way to do that in NoScript Webext.
What websites does it break and how? Is it same type of breakage as
viewtopic.php?f=7&t=26288 or something else?
Hi! It broke twitter for me when it blocked media. It the same breakage.
Re: How can i disable NoScript placeholder?
Posted: Tue Dec 14, 2021 4:27 pm
by barbaz
If you don't want to just allow the media, does the
Violentmonkey user script from the other thread help?
Re: How can i disable NoScript placeholder?
Posted: Tue May 24, 2022 2:52 pm
by Giorgio Maone
If you want to just hide it visually, you can use
the Stylus extension with the following style (configurable also per-site):
Code: Select all
.__NoScript_PlaceHolder__ {
display: none !important;
}
Re: How can i disable NoScript placeholder?
Posted: Tue May 24, 2022 5:12 pm
by kukla
Thanks that does the job
Entered that in userContent.css
/*disable video placeholders*/
.__NoScript_PlaceHolder__ {
display: none !important;
}
Maybe a question with an obvious answer, but can you or someone please explain the purpose of the video placeholder? Don't understand what that has to do with allowing scripts or not. Since, even without the placeholder I can always simply choose not to run the video; not something I have no control over. What am I being protected against?
Re: How can i disable NoScript placeholder?
Posted: Tue May 24, 2022 5:49 pm
by barbaz
kukla wrote: ↑Tue May 24, 2022 5:12 pm
Maybe a question with an obvious answer, but can you or someone please explain the purpose of the video placeholder?
If you click it you can allow the individual <video> independently. Without the placeholder, you'd have to either allow the entire site hosting the video, or manually enter the exact URL of the video in NoScript Options > Per-site-Permissions.
Re: How can i disable NoScript placeholder?
Posted: Wed May 25, 2022 5:00 pm
by kukla
Thanks barbaz, didn't know about that, as I hardly, if ever, watch videos, especially at the Times.
Did try that, but am I missing something: when I clear history, cache, even restart Firefox, the video, once played, keeps playing. Couldn't find any way to stop it.
Re: How can i disable NoScript placeholder?
Posted: Wed May 25, 2022 5:02 pm
by barbaz
kukla wrote: ↑Wed May 25, 2022 5:00 pm
Did try that, but am I missing something: when I clear history, cache, even restart Firefox, the video, once played, keeps playing. Couldn't find any way to stop it.
viewtopic.php?f=10&t=25608