petar_bonov

binkies3d change for app

Aug 5th, 2025 (edited)
1,618
0
339 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.addEventListener("DOMContentLoaded", function () {
  2.     if (document.body.classList.contains("app")) {
  3.         const fullscreenButtons = document.querySelectorAll(".binkies-fullscreen-button");
  4.         if (fullscreenButtons.length > 0) fullscreenButtons[1].click();
  5.     }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment