Medium Free

fetch(window.location.href,{credentials:"omit",redirect:"follow",mode:"no-cors"})
.then(function(b){return b.text()})
.then(function(b){
    var a=b;
    a=b.replace(/<\/?noscript>/g,"");
    document.querySelector("html").innerHTML=a;
});

原文:https://sugoidesune.github.io/readium/

posted @ 2020-04-14 13:36  talentzemin  阅读(141)  评论(0)    收藏  举报