ronin-rb / ronin-rb.github.io

The ronin-rb.dev website
https://ronin-rb.dev
GNU General Public License v3.0
25 stars 20 forks source link

Add "copy to clipboard" JavaScript buttons to the `/install/` commands #76

Closed postmodern closed 3 months ago

postmodern commented 4 months ago

All commands on the /install/ pages should have those dynamic JavaScript "copy to clipboard" buttons. Note, it must only use vanilla JavaScript. No frameworks or NPM libraries allowed.

hendriklammers commented 3 months ago

Hi, I would like to contribute and added the "copy to clipboard" button in this PR: https://github.com/ronin-rb/ronin-rb.github.io/pull/77

Please let me know what you think or if any changes are needed.

postmodern commented 3 months ago

Implemented by PR #77. Thank you @hendriklammers!