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