Youtube Blocker

Block youtube usage by configured rules

< 脚本Youtube Blocker的反馈

提问/评论

§
发表于:2021-01-10

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 ?

§
发表于:2021-01-10
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>
§
发表于:2021-01-10

Hoo, it's the first time i see that!
Very Clever.
I have never notified that was possible before.

Thanks for the info.

发表回复

登录以发表回复。