Category: Tutorial
-
Rickrolling the right way
Note: If you dont know what “rickrolling” is, please watch this explaination before reading this post. We will create a rickroll link that is more advanced than simply sending this link in the chat. At first, we open my fake redirection tool. This allows us to create the perfect rickroll link. For the best illusion…
-
Add a darkmode/lightmode to your website (css & js)
The following tutorial works to add a darkmode to a light website or to add a lightmode to a already dark website.The main function is a css class in the body tag. We would like to set this via javascript and then design the darkmode or lightmode with this class via css. The following javascript…