Javascript is Disabled

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.

Random Developments

Maintained by Virus5600

Easy Debug

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:

  • - Displays a gray colored normal message log to the console.
  • - Displays a light-blue colored message to the console.
  • - Displays a yellow warning colored message to the console.
  • - Displays a light-red colored message to the console.

Example

Feel free to click the buttons above to see what they look like.


Installation
<script type="text/javascript" src="https://virus5600.github.io/Random-DevelopmentsEasy-Debug-Library/easy-debug.js"></script>


Readmore

Readmore let's you add basic "Read More" fadeout at the bottom of your div containers.


Example

Dependencies

Installation
<script type="text/javascript" src="https://virus5600.github.io/Random-Developments/Smooth-Scroll-Library/smooth-scroll.js"></script>


Smooth Scroll

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.


Example
											<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>
										

Dependencies

Installation
<script type="text/javascript" src="https://virus5600.github.io/Random-Developments/Smooth-Scroll-Library/smooth-scroll.js"></script>