Skip to content

wikiweb/twitch_instagram_deep_link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

سلام نمونه کدی که تویه یه فایل اچ تی ام ال به راحتی میتونید بزارید داخل سایتتون: فقط کافیه جایه ویکی وب یوزنیم توییچ خودتون رو بزارید


<script>
    var now = new Date().valueOf();
    setTimeout(function () {
        if (new Date().valueOf() - now > 100) return;
        window.location = "https://twitch.tv/wikiweb";
    }, 25);
    window.location = "twitch://stream/wikiweb";
</script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published