Blocks JW Player's double-tap fullscreen trigger on ohentai.org. Manual fullscreen, play/pause, and in-fullscreen gestures remain functional.
Prevents JW Player from entering fullscreen mode when you double-tap the video area on ohentai.org. Manual fullscreen via the player button, play/pause controls, and in-fullscreen double-tap seek remain fully functional.
webkitEnterFullscreen API (iOS Safari fallback path).dblclick events from reaching the player container.touchstart on JW Player containers only — the first tap still passes through so single-tap controls work.touch-action: manipulation on the player, media wrapper, and video element.shouldBlockGestures() function, which disables gestures in portrait when not in fullscreen. This script does not modify GlideVideo's behavior.ohentai.org (JW Player 8.18.3).MIT License — free to use, modify, and redistribute.
Found a bug or have a suggestion? Leave feedback on this script's page.