forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-09-23 20:52:38 +03:00
parent dbd170f205
commit cace8266d9
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ if (is_pwa) {
}
const gbrowser = document.getElementById('gbrowser').value
if (gbrowser == 'iphone' || gbrowser == 'mac') {
if (location.pathname != '/orgy' && (gbrowser == 'iphone' || gbrowser == 'mac')) {
const videos = document.querySelectorAll('video')
for (const video of videos) {