ChrisHasLeft

roblox shorts by a bucket guy :D
subscribe to support me and help me grow :P !!
have any business inquiries or questions?
email me at [email protected] or by clicking here!
all shorts written, edited, and filmed by me.
if you have any ideas or want to edit for me, use the email above to contact me !!

// Function to change theme color for mobile function updateThemeColor() { const themeMetaTag = document.querySelector('meta[name="theme-color"]'); if (window.innerWidth <= 768) { // Change to a different color for mobile themeMetaTag.setAttribute('content', '#F78686'); // Black for mobile } else { // Default color for desktop or large devices themeMetaTag.setAttribute('content', '#F78686'); // Purple for desktop } } // Update theme color on page load and resize window.addEventListener('load', updateThemeColor); window.addEventListener('resize', updateThemeColor);

404

The page you're looking for, can't be found!