forked from MarseyWorld/MarseyWorld
master
parent
dbd170f205
commit
cace8266d9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue