你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/419929-youtube-blocker/discussions/72505,源站連結 點此以跳轉。
Block youtube usage by configured rules
Just a question about the "See under the toggle" into the description of your script:
How you do that ?
It's a greasyfork site function ?
It is a plain HTML. Here is the code I wrote:
<h2> 📸 Extension screenshots</h2>
<details>
<summary><b>See under the toggle</b></summary>
<center>
<figure>
<a
href="https://raw.githubusercontent.com/mshavliuk/youtube-blocker-userscript/master/.github/screenshots/buttons-demo.png"><img
src="https://raw.githubusercontent.com/mshavliuk/youtube-blocker-userscript/master/.github/screenshots/buttons-demo.png"
width="600" alt="buttons demo" /></a>
<figcaption><i>Settings button</i></figcaption>
</figure>
</center>
...three other images here
</details>
Hoo, it's the first time i see that!
Very Clever.
I have never notified that was possible before.
Thanks for the info.
Just a question about the "See under the toggle" into the description of your script:
How you do that ?
It's a greasyfork site function ?