// ==UserScript== // @name Bilibili 旧播放页 // @namespace Motoori Kashin // @version 2.5.2 // @description 切换旧版播放页面,布局、播放器全部切换回2019年12月09日之前的样子。载入异常请尝试`Shift+F5`或`Ctrl+Shift+R` // @author Motoori Kashin // @match *://*.bilibili.com/* // @exclude *://live.bilibili.com/* // @license MIT // @run-at document-start // @icon https://static.hdslb.com/images/favicon.ico // @compatible chrome // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; const OR_HTML = xhrHM(location.href); const path = document.location.href.split('/'); let TITLE = document.getElementsByTagName("title");if (TITLE[0]){TITLE = TITLE[0].innerText;} function xhrHM(url){ // 同步链接获取网页数据 const xhr = new XMLHttpRequest(); xhr.open('GET', url, false); xhr.send(null); if (xhr.status === 200) {return xhr.responseText;} } /*function xhrYM(url){ // 异步链接获取网页数据 const xhr = new XMLHttpRequest(); xhr.open('GET', url, true); xhr.onload = () => {return xhr.responseText;} xhr.send(); } function adscr(src){ // 添加同步script let script = document.createElement("script"); script.setAttribute("type","text/javascript"); script.setAttribute("src",src); document.body.appendChild(script); } function anscr(src){ // 添加异步script let script = document.createElement("script"); script.setAttribute("src",src); script.setAttribute("crossorigin",""); script.setAttribute("defer","defer"); document.body.appendChild(script); } function repEle(ele,dcm){ // 替换页面元素 let rp = document.getElementsByClassName(ele)[0]; let rpw = document.createElement(ele); rpw.innerHTML = dcm; rp.replaceWith(rpw); } function onPlay(){ // 动态添加av页播放器初始化代码 let bofqi = document.getElementById("bofqi"); let str = ''; var range = document.createRange() range.setStart(bofqi, 0) bofqi.appendChild( range.createContextualFragment(str) ) }*/ /* 以上接口存档备用 */ function setDM(){ // 选择弹幕列表 let cDM = window.setInterval(()=>{ let setDM = document.getElementsByClassName("bilibili-player-filter-btn")[1]; if (setDM){setDM.click();clearInterval(cDM);} }, 10); } function mkBGM(ini,epId){ // 主动构造ss番剧页播放数据,ss页无法主动获取epId,未登录情况下默认取第一个分集的epId let is = JSON.parse(ini).result; // 以数组形式获取原__INITIAL_STATE__数据,包含番剧原生信息,但需重构 let ep = 0; // 布尔值,判断是否登录,这里用数值0代替(是否能正常获取epId) let ic = JSON.parse(OR_HTML.match(/INITIAL_STATE__=.+?\;\(function/)[0].replace(/INITIAL_STATE__=/,"").replace(/\;\(function/,"")); // 取新版__INITIAL_STATE__备用 let pug = JSON.parse(OR_HTML.match(/PGC_USERSTATE__=.+?<\/script>/)[0].replace(/PGC_USERSTATE__=/,"").replace(/<\/script>/,"")); // 以数组形式获取新版__PGC_USERSTATE__信息,播放记录被拆分到了这里 /* 下面开始构造__INITIAL_STATE__数据,第一行直接复制自旧版页面 */ let dat = {"ver":{},"loginInfo":{},"canReview":false,"userShortReview":{},"userLongReview":{},"userScore":0,"userCoined":false,"isPlayerTrigger":false,"special":false,"area":0,"app":false,"recomList":[],"playerRecomList":[],"paster":{},"payPack":{},"payMent":{},"activity":{},"spending":0,"sponsorTotal":{"code":0,"result":{"ep_bp":0,"users":0,"mine":{},"list":[]}},"sponsorWeek":{"code":0,"result":{"ep_bp":0,"users":0,"mine":{},"list":[]}},"sponsorTotalCount":0,"miniOn":true,"seasonFollowed":false,"epStat":{},"ssStat":{}}; if (epId){dat.epId = 1 * epId;ep = 1;}else{dat.epId = "";if(pug.hasOwnProperty("progress")){dat.epId = pug.progress.last_ep_id;ep = 1;}} // 当前ep集数 dat.ssId = is.season_id; // 番剧ssID dat.mdId = 1 * is.link.match(/[0-9][0-9]*/)[0]; // 番剧信息页ID,这里通过link获取 dat.mediaInfo = {};dat.mediaInfo.actors = is.actors;dat.mediaInfo.alias = is.alias;dat.mediaInfo.areas = is.areas;dat.mediaInfo.cover = is.cover;dat.mediaInfo.evaluate = is.evaluate; dat.mediaInfo.is_paster_ads = is.is_paster_ads;dat.mediaInfo.jp_title = is.jp_title;dat.mediaInfo.link = is.link;dat.mediaInfo.media_id = is.media_id;dat.mediaInfo.mode = is.mode; dat.mediaInfo.season_id = is.season_id;dat.mediaInfo.season_status = is.season_status;dat.mediaInfo.season_title = is.season_title;dat.mediaInfo.season_type = is.season_type; dat.mediaInfo.series_title = is.series_title;dat.mediaInfo.square_cover = is.square_cover;dat.mediaInfo.staff = is.staff;dat.mediaInfo.style = is.style;dat.mediaInfo.title = is.title; dat.mediaInfo.total_ep = is.total_ep; // 番剧基本信息 dat.mediaRating = is.rating; // 评分及长短评 dat.epList = is.episodes;if (ep==0){dat.epId=dat.epList[0].ep_id;}for (let i = 0;i/)[0].replace(/PGC_USERSTATE__=/,"").replace(/<\/script>/,"")); let is = JSON.parse(OR_HTML.match(/INITIAL_STATE__=.+?\;\(function/)[0].replace(/INITIAL_STATE__=/,"").replace(/\;\(function/,"")); let dat = {"ver":{"mobile":false,"ios":false,"android":false,"windowsPhone":false,"iPhone":false,"ios9":false,"iPad":false,"webApp":false,"microMessenger":false,"weibo":false,"uc":false,"qq":false,"baidu":false,"mqq":false,"mBaidu":false,"iqiyi":false,"qqLive":false,"safari":true,"youku":false,"ie":false,"edge":false,"bili":false,"biliVer":0},"loginInfo":{},"canReview":false,"userShortReview":{},"userLongReview":{},"userScore":0,"userCoined":false,"isPlayerTrigger":false,"special":true,"area":0,"app":false,"mediaRating":{},"recomList":[],"playerRecomList":[],"paster":{},"payPack":{},"payMent":{},"activity":{},"spending":0,"sponsorTotal":{"code":0,"result":{"ep_bp":0,"users":0,"mine":{},"list":[]}},"sponsorWeek":{"code":0,"result":{"ep_bp":0,"users":0,"mine":{},"list":[]}},"sponsorTotalCount":0,"miniOn":true,"seasonFollowed":false}; if (epId){dat.epId = 1 * epId;ep = 1;}else{dat.epId = "";if(pug.hasOwnProperty("progress")){dat.epId = pug.progress.last_ep_id;ep = 1;}} dat.ssId = ini.season_id;dat.mdId = 1 * ini.link.match(/[0-9][0-9]*/)[0]; dat.mediaInfo = {};dat.mediaInfo.actors = ini.actors;dat.mediaInfo.alias = ini.alias;dat.mediaInfo.areas = ini.areas;dat.mediaInfo.bkg_cover = ini.bkg_cover; dat.mediaInfo.cover = ini.cover;dat.mediaInfo.evaluate = ini.evaluate;dat.mediaInfo.is_paster_ads = ini.is_paster_ads;dat.jp_title = ini.jp_title; dat.mediaInfo.link = ini.link;dat.mediaInfo.media_id = ini.media_id;dat.mediaInfo.mode = ini.mode;dat.mediaInfo.season_id = ini.season_id;dat.mediaInfo.season_status = ini.season_status; dat.mediaInfo.season_title = ini.season_title;dat.mediaInfo.season_type = ini.season_type;dat.mediaInfo.square_cover = ini.square_cover;dat.mediaInfo.staff = ini.staff; dat.mediaInfo.stat = ini.state;dat.mediaInfo.style = ini.style;dat.mediaInfo.title = ini.title; dat.mediaRating = ini.rating; dat.epList = ini.episodes;if (ep==0){dat.epId=dat.epList[0].ep_id;}for (let i = 0;i
'; document.open(); document.write(html); document.close(); } function wrWL(){ // 处理稍后再看 let html = '哔哩哔哩 (゜-゜)つロ 干杯~-bilibili
'; document.open(); document.write(html); document.close(); } function wrBGM(){ // 处理BGM页 if (window.__INITIAL_STATE__){Reflect.deleteProperty(window, "__INITIAL_STATE__");} // 去掉可能导致番剧页载入失败的新版页面残留的__INITIAL_STATE__ let id = location.href.match(/[0-9]+/); if(path[5].startsWith('ss')){let url = "https://bangumi.bilibili.com/view/web_api/season?season_id=" + id[0];let ini = xhrHM(url);new mkBGM(ini,null);} if(path[5].startsWith('ep')){let url = "https://bangumi.bilibili.com/view/web_api/season?ep_id=" + id[0];let ini = xhrHM(url);new mkBGM(ini,id[0]);} let html = '' + TITLE + '
'; document.open(); document.write(html); document.close(); } function wrSC(){ // 处理特殊BGM页 if (window.__INITIAL_STATE__){Reflect.deleteProperty(window, "__INITIAL_STATE__");} let id = location.href.match(/[0-9]+/); if(path[5].startsWith('ss')){let url = "https://bangumi.bilibili.com/view/web_api/season?season_id=" + id[0];let ini = xhrHM(url);new mkSC(ini,null);} if(path[5].startsWith('ep')){let url = "https://bangumi.bilibili.com/view/web_api/season?ep_id=" + id[0];let ini = xhrHM(url);new mkSC(ini,id[0]);} let html = '' + TITLE + '
'; document.open(); document.write(html); document.close(); } function wrBB(aid,tvs,wid,hei){ // 处理blackboard let xhr = new XMLHttpRequest(); let url = '//api.bilibili.com/x/player/pagelist?aid=' + aid + '&jsonp=jsonp'; xhr.open('GET', url,true); // 获取异步链接返回值会失败,所以直接写在了异步任务里 xhr.onload = () => { let cid = JSON.parse(xhr.responseText).data[0].cid; let ifr = document.createElement("iframe"); if (wid < 720){cid = cid + '&as_wide=1';} // 自动宽屏 ifr.setAttribute("src",'https://www.bilibili.com/blackboard/html5player.html?aid=' + aid + '&cid=' + cid); ifr.setAttribute("style",'width: '+ wid +'px;height: ' + hei + 'px;'); tvs.replaceWith(ifr); }; xhr.send(); } function wrZY(){ // 处理主页 let html = '哔哩哔哩 (゜-゜)つロ 干杯~-bilibili
'; document.open(); document.write(html); document.close(); } function wrMH(ele){ // 替换迷你版头 let reh = document.createElement("div"); reh.setAttribute("class","z-top-container"); ele.replaceWith(reh); let script = document.createElement("script"); script.setAttribute("type","text/javascript"); script.setAttribute("src","//s1.hdslb.com/bfs/seed/jinkela/header/header.js"); document.body.appendChild(script); } function wrAH(ele){ // 替换完整版头 let reh = document.createElement("div"); reh.setAttribute("class","z-top-container has-menu"); ele.replaceWith(reh); let script = document.createElement("script"); script.setAttribute("type","text/javascript"); script.setAttribute("src","//s1.hdslb.com/bfs/seed/jinkela/header/header.js"); document.body.appendChild(script); } function wrFT(ele){ // 替换版底 let ret = document.createElement("div"); ret.setAttribute("class","footer bili-footer report-wrap-module"); ret.setAttribute("id","home_footer"); ele.replaceWith(ret); let script = document.createElement("script"); script.setAttribute("type","text/javascript"); script.setAttribute("src","//static.hdslb.com/common/js/footer.js"); document.body.appendChild(script); } function wrBT(){ // 移除蒙版 let blu = document.getElementsByClassName("blur-bg"); if (blu[0]){ blu[0].removeAttribute("style"); } } function rdHT(){ // 移除预览 let hint = document.getElementsByClassName("video-float-hint-btn"); if (hint[0]){ let i = 10; // 倒计时长度,可自行修改,单位/s if(document.getElementsByClassName("second-cut")[0]){return;} else{ let sec = document.createElement("span"); sec.setAttribute("class","video-float-hint-btn second-cut"); hint[0].parentNode.appendChild(sec); function cut(){ sec.innerText = i - 1 + "s"; if(i==0){hint[0].parentNode.remove();return;} i = i - 1; window.setTimeout(cut,1000); } new cut(); } } } function wrFX(){ // 全局处理 new wrBT(); // 全局版头蒙版 new rdHT(); // 大会员6分钟预览 } function reAV(){ // av页入口 if (OR_HTML.match(/biliconfig/) == null && OR_HTML.match(/"trueCode":-404/) == null){ // 排除自动重定向的av页 new wrAV(); new setDM(); let reh = window.setInterval(()=>{ // av页后续处理 let reH = document.getElementsByClassName("bili-header-m"); if (reH[1]){ reH[1].remove();document.getElementById("bofqi").removeAttribute("style");clearInterval(reh);} }, 10); } else{ // av页判断不完美,收集失误信息方便修改 console.log("Error!Old Bilibili: 跳转页 ",OR_HTML.match(/biliconfig/)); console.log("Error!Old Bilibili: 报错页 ",OR_HTML.match(/"trueCode":-404/)); } } function reWL(){ // 稍后再看入口 new wrWL(); new setDM(); } function reBGM(){ // BGM页入口 if (OR_HTML.match(/__INITIAL_STATE__/)){ // 排除无效BGM页 if (OR_HTML.match(/"specialCover":""/)){// 分离特殊BGM页,普通BGM页specialCover为空 new wrBGM(); new setDM(); let reh = window.setInterval(()=>{ // BGM页后续处理 let etN = document.getElementsByClassName("new-entry")[0]; if (etN){etN.setAttribute("style","visibility: hidden;");clearInterval(reh);} }, 10); } else{new wrSC();} } } function reBB(){ // blackboard入口 document.addEventListener("DOMNodeInserted",() => { let ply = document.getElementsByTagName("iframe"); if (ply[0]){ for (let i = 0;i < ply.length;i++){ let src = ply[i].src; if (src && src.match(/newplayer/)){ // 判断新版潜入式播放器 let aid = 1 * src.match(/aid=[0-9]*/)[0].replace(/aid=/,"");let tvs = ply[i]; let wid = ply[i].offsetWidth;let hei = ply[i].offsetHeight; new wrBB(aid,tvs,wid,hei);// 参数依次为aid、DOM、视频宽度、视频高度 } } } }); } function reBT(){ // 版头版底处理 document.addEventListener("DOMNodeInserted",() => { let inh = document.getElementById("internationalHeader"); let inf = document.getElementsByClassName("international-footer"); if (inh){ // 判断版头 let ppt = document.getElementById("primaryPageTab"); if (ppt){new wrAH(inh);}else{new wrMH(inh);} } if (inf[0]){new wrFT(inf[0]);} // 判断版底 }); } function reZY(){ // 主页入口 new wrZY(); } function reFX(){ // DOM全局入口 document.addEventListener("DOMNodeInserted",() => {new wrFX();}); } /* 分离页面 */ if (path[3]){ if (path[3] == 'video'&& (path[4].startsWith('av'))){new reAV();} // 分离进入av页 if (path[3] == 'watchlater'){new reWL();} // 分离进入稍后再看 if ((path[3] == 'bangumi') && (path[4] == 'play')){new reBGM();} // 分离进入Bangumi页 if (path[3] == 'blackboard'){new reBB();} // 分离进入blackboard } if (path[3]){new reBT();} // 除首页外进入版头版底 /* 主页目前还未下架,且目前实现的丢失了首页推荐和推广位 */ //if (location.href == "https://www.bilibili.com/"){new reZY()} /* 其他DOM载入后的全局处理 */ document.addEventListener("DOMContentLoaded",() => {new reFX();}); })();