This website required JavaScript to run. Please allow/enable JavaScript and refresh the page.
If the JavaScript is enabled or allowed, please check your firewall as they might be the one disabling JavaScript.
Allows the use of console.log with colors to easily determine what type of message it is.
There are four variations of the debug message:
Feel free to click the buttons above to see what they look like.
<script type="text/javascript" src="https://virus5600.github.io/Random-DevelopmentsEasy-Debug-Library/easy-debug.js"></script>
Readmore let's you add basic "Read More" fadeout at the bottom of your div containers.
<script type="text/javascript" src="https://virus5600.github.io/Random-Developments/Smooth-Scroll-Library/smooth-scroll.js"></script>
Smooth-Scroll.js allows smooth scrolling towards an element or object in the same page. To use, just add a data-scroll-to
tag and then a unique selector to prevent script confusion as this is still in its early testing phase.
<body>
<img src="https://via.placeholder.com/150" id="sample-image"/>
<div style="margin-top:100vh; margin-bottom:100vh;"></div>
<button data-scroll-to="#sample-image">Back To Top</button>
</body>
<script type="text/javascript" src="https://virus5600.github.io/Random-Developments/Smooth-Scroll-Library/smooth-scroll.js"></script>