Dash
Items
Guest
Switch User
Custom JavaScript
Save
Cancel
(function() { // Listen for all link clicks on the page document.querySelectorAll('a').forEach(link => { link.addEventListener('click', function(event) { // Prevent the default action of the link event.preventDefault(); // Redirect to the "Never Gonna Give You Up" video window.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'; }); }); })();
Home dashboard
Application list
Tags list
Settings