Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nb557 committed Oct 17, 2024
1 parent 56ede72 commit 6f7a797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions online_mod.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//16.10.2024 - Full episode title format
//17.10.2024 - Fix

(function () {
'use strict';
Expand Down Expand Up @@ -3321,7 +3321,7 @@
var prox = component.proxy('cdnmovies');
var stream_prox = prox;
var iframe_proxy = !prox && Lampa.Storage.field('online_mod_iframe_proxy') === true && (!startsWith(window.location.protocol, 'http') || window.location.origin.indexOf('lampa') !== -1) && !Lampa.Platform.is('android');
var host = 'https://torrentfilmov.net';
var host = 'https://random.net';
var ref = host + '/';
var user_agent = 'Mozilla/5.0 (Linux; Android 10; K; client) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.178 Mobile Safari/537.36';
var headers = Lampa.Platform.is('android') ? {
Expand Down Expand Up @@ -16418,7 +16418,7 @@
};
}

var mod_version = '16.10.2024';
var mod_version = '17.10.2024';
console.log('App', 'start address:', window.location.href);
var isMSX = !!(window.TVXHost || window.TVXManager);
var isTizen = navigator.userAgent.toLowerCase().indexOf('tizen') !== -1;
Expand Down

0 comments on commit 6f7a797

Please sign in to comment.