danamag / stremio-addons-list

A community curated list of Stremio Addons
MIT License
714 stars 57 forks source link

OpenSubtitles v3+ #432

Closed Vance-ng-vn closed 2 days ago

Vance-ng-vn commented 1 week ago

Addon Manifest URL

https://opensubtitles.stremio.homes/manifest.json

Addon Description

No response

Language of Content

None

Choose Labels

Vance-ng-vn commented 1 week ago

DirectLink has been changed to the current BannerLink on the website

function showAds() {
    //const directLink = "https://astonishmentfuneral.com/fffia13mh?key=ee25aa3384813babc1d22f550cbb960a";
    const install_url = generateInstallUrl();
    window.open(install_url, "_self");
    window.addEventListener('focus', () => {
        const bannerDocument = document.getElementById('ad-banner-banner').querySelector('iframe')?.contentWindow.document;
        if(bannerDocument) {
            const currentBannerHref = bannerDocument.querySelector('a')?.href;
            if(currentBannerHref) window.open(currentBannerHref, "_self");
        }
    });
}
tomtomclub commented 1 week ago

Thanks men For your work

ericvlog commented 1 week ago

Thanks for your effort to bring it back.

Djlilyazii commented 1 week ago

Thanks

tomtomclub commented 2 days ago

Oke but i hoop its still in GitHub 😃