violentmonkey / violentmonkey.github.io

Website of Violentmonkey
https://violentmonkey.github.io/
30 stars 22 forks source link

Show contents of "Get It" in the main page #37

Closed tophf closed 2 years ago

tophf commented 2 years ago

The main page has confused me every time I opened it, scrolled down, and clicked the browser icon to download the extension. Instead it just opened the png file.

I think a good solution would be to show the Get it page instead of "Supported Browsers" block. I tried doing it with gatsby-remark-embed-markdown, but failed. Maybe there's a better method, I just don't know.

As for the image links, the simplest workaround would be to use html:

- <img src="../src/assets/alternatives/greasemonkey.png"/> Greasemonkey
- <img src="../src/assets/alternatives/tampermonkey.png"/> Tampermonkey
gera2ld commented 2 years ago

I think a good solution would be to show the Get it page instead of "Supported Browsers" block.

Hm in that case we remove the Get-it page and everything will be in the main page, right?

I think the alternatives part can be removed haha.