rick-code2
v1.69.420
Published
NGGYU
Downloads
9
Maintainers
Readme
rick-code2
This is another way to implement Rick Roll, this time in HTML.
One of the things that differ Frontend Web development from another fields of programming is that everyone can see your code openly, it can be accessed via Dev Tools or WebSite resources and even downloaded from the page itself. Well, this snippet is half a joke, half a way to get back at them.
Live demo: https://redisotschek.github.io/rick-code2/
Use wisely
Installation
You can download the script itself or install a NPM package with the following command:
npm i -s rick-code2
In your main script call:
import setRick from 'rick-code2';
setRick([id-of-your-boot-element-for-Rick]);