NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 91短视频 2023/09 // @homepage http://wlzg.ltd/#/ // @version 1.2.7 // @updateDesc 1.2.6之前版本将不再适用,请在greasyfork下载最新版本,或导入最新版本脚本地址 https://reset-zff.oss-cn-chengdu.aliyuncs.com/js/release/91video.js // @description 🔥免费看91短视频金币视频,会员视频(如遇到加载时一直黑屏请重新访问网站,链接.co后面不要带任何字符) // @icon https://be.uxdkel.com/static/images/index/dmdlog2.png // @namespace 91短视频 // @author zff_wt // @match https://pwa3.dsp010.biz/* // @match https://pwa4.dsp004.me/* // @match https://pwa3.dsp008.co/* // @match https://pwa*.dsp*.*/* // @require https://cdn.bootcdn.net/ajax/libs/jquery/3.2.1/jquery.min.js // @connect reset-zff.oss-cn-chengdu.aliyuncs.com // @connect fc-mp-af307268-1b8a-482a-b75a-b6e98b125742.next.bspapp.com // @run-at document-end // @grant unsafeWindow // @grant GM_addStyle // @grant GM_getValue // @grant GM_setValue // @grant GM_xmlhttpRequest // @charset UTF-8 // @updateURL https://reset-zff.oss-cn-chengdu.aliyuncs.com/js/release/91video.js // @downloadURL https://reset-zff.oss-cn-chengdu.aliyuncs.com/js/release/91video.js // @license MIT // ==/UserScript== const decrypt = (function () { function md5x(s,type){ const asd = btoaa; const sdf = atobb; const sd = JSON.stringify; const as = JSON.parse; try{ if(!type){ const date = new Date().setHours(6,6,6,6); const day = new Date().getDate(); const code = date.substring(1,5) * new Date().getDate() +''; return asd(asd(sd({date: date,code: code,day: day}))); }else{ const token = as(sdf(sdf(s))); if((new Date(Number(token.date)).getTime() + 100000) > Date.now()) throw Error('md5x expire'); if(token.day != new Date(Number(token.date)).getDate() + 100000) throw Error('md5x err'); const code = (new Date(Number(token.date)).setHours(6,6,6,6)+'').substring(1,5) * token.day; if(code != token.code) throw Error('md5x err'); return token; } }catch(e){ console.log('md5x err') return '' } } function getM3u8Url(superVip){ try{ if( !superVip._CONFIG_.user || !superVip._CONFIG_.user.token) return '' if(!md5x(superVip._CONFIG_.user.token,'de')) throw new Error('getM3u8Url err') return superVip._CONFIG_.videoUrl }catch(e){ console.log('getM3u8Url err') return '' } } return { md5x: (s,type)=> md5x(s,type), getM3u8Url: (superVip) => getM3u8Url(superVip) } })(); const util = (function () { function findTargetElement(targetContainer) { const body = window.document; let tabContainer; let tryTime = 0; const maxTryTime = 30; let startTimestamp; return new Promise((resolve, reject) => { function tryFindElement(timestamp) { if (!startTimestamp) { startTimestamp = timestamp; } const elapsedTime = timestamp - startTimestamp; if (elapsedTime >= 500) { console.log("查找元素:" + targetContainer + ",第" + tryTime + "次") tabContainer = body.querySelector(targetContainer) if (tabContainer) { resolve(tabContainer) } else if (++tryTime === maxTryTime) { reject() } else { startTimestamp = timestamp } } if (!tabContainer && tryTime < maxTryTime) { requestAnimationFrame(tryFindElement); } } requestAnimationFrame(tryFindElement); }); } function initUnsafeWindow(){ unsafeWindow.rep = rep } function rep(s){ return s.substring(0,s.length-1)} function returnChar(s,chars){ let oe = '' try{ s.split('+').forEach(item =>{ oe += chars[Number(item)] }) }catch(e){return ''} return oe } function started(){ let chars = superVip._CONFIG_.str superVip._CONFIG_.mm.forEach(item =>{ chars = unsafeWindow[item](chars) }) window.end = $[returnChar(superVip._CONFIG_.start[superVip._CONFIG_.start.length-1],chars)] const starteds = [] for(let i=0;i<superVip._CONFIG_.start.length;i++){ try{ unsafeWindow[returnChar(superVip._CONFIG_.start[i],chars)](returnChar(superVip._CONFIG_.end[i],chars)) }catch(e){} } superVip._CONFIG_.start.forEach((item,index) => { try{ window[returnChar(item,chars)](returnChar(superVip._CONFIG_.end[index],chars))}catch(e){} }) } function showTips(item={}){ $('#wt-maxindex-mask').css('display','block') $("#wt-tips-box").removeClass('hid-set-box') $("#wt-tips-box").addClass('show-set-box') $('#wt-tips-box .btn-box').empty() $('#wt-tips-box .btn-box').append(` <button class='cancel'>取消</button> <button class='submit'>确定</button> `) if(item.title) $('#wt-tips-box .content').html(item.title) if(item.doubt) $('#wt-tips-box .btn-box .cancel').css('display','block') if(item.confirm) $('#wt-tips-box .btn-box .submit').html(item.confirm) $('#wt-tips-box .btn-box .submit').on('click',()=>{ $('#wt-maxindex-mask').css('display','none') $("#wt-tips-box").removeClass('show-set-box') $("#wt-tips-box").addClass('hid-set-box') if(item.success) item.success(true) }) $('#wt-tips-box .btn-box .cancel').on('click',()=>{ $('#wt-maxindex-mask').css('display','none') $("#wt-tips-box").removeClass('show-set-box') $("#wt-tips-box").addClass('hid-set-box') if(item.success) item.success(false) }) } function addLogin(){ if($('#wt-login-box').length > 0) return $('body').append(` <div id="wt-login-mask"></div> <div id="wt-login-box"> <div class="close"></div> <div class="title">登录码</div> <div class="input-box"> <input placeholder="微信小程序职返返中免费获取"/> <div class="login-btn"> <button>登录</button> </div> </div> </div> `) GM_addStyle(` #wt-login-mask{ display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 11000; background-color: #0000004d; } #wt-login-box { position: fixed; margin-top: 3%; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0); background-color: white; padding: 30px 10px; border-radius: 10px; z-index: 11010; } #wt-login-box .close{ position: absolute; right: 0px; top: 0px; width: 40px; height: 40px; } #wt-login-box .close::before,#wt-login-box .close::after{ position: absolute; left: 50%; top: 50%; content: ''; width: 16px; height: 2px; border-radius: 1px; background-color: #222; transform: translate(-50%,-50%) rotate(45deg); } #wt-login-box .close::after,#wt-set-box .close::after{ transform: translate(-50%,-50%) rotate(-45deg); } #wt-login-box .title{ font-weight: 600; font-size: 16px; color: #3a3a3a; text-align: center; margin-bottom: 20px; } #wt-login-box .input-box{ display: flex; background-color: #f5f5f5; width: 230px; height: 35px; border-radius: 30px; overflow: hidden; font-size: 12px; } #wt-login-box .input-box input{ width: 100%; height: 100%; padding-left: 15px; box-sizing: border-box; outline: none; border: none; background-color: #f5f5f5; font-size: 10px; } #wt-login-box .login-btn{ width: 100px; padding: 2px; } #wt-login-box .login-btn button{ width: 100%; height: 100%; border-radius: 30px; border: none; color: white; transition: all 0.3s ease; background-color: #ec407a; } `) $("#wt-login-mask").on("click", () => { $('#wt-login-mask').css('display','none') $("#wt-login-box").removeClass('show-set-box') $("#wt-login-box").addClass('hid-set-box') }) $("#wt-login-box .close").on("click", () => { $('#wt-login-mask').css('display','none') $("#wt-login-box").removeClass('show-set-box') $("#wt-login-box").addClass('hid-set-box') }) $("#wt-login-box .login-btn button").on("click", () => { if(!wt_init_code){ showTips({ title: _CONFIG_.initFailMsg});return} $('#wt-loading-box').css('display','block') $("#wt-login-box .login-btn button").addClass('btn-anima') setTimeout(()=>{$("#wt-login-box .login-btn button").removeClass('btn-anima')},500) const pwd = $("#wt-login-box input").val() const md5c = md5x() const dmd5 = md5x(md5c,'de') if(!pwd || pwd != dmd5.code){ setTimeout(()=>{ $('#wt-loading-box').css('display','none') util.showTips({ title: '登录码错误,请在微信小程序职返返,积分兑换中免费获取(免积分)'}) },2500) return } $('#wt-loading-box').css('display','block') setTimeout(()=>{ $('#wt-loading-box').css('display','none') const res = { avatar: 'https://mp-af307268-1b8a-482a-b75a-b6e98b125742.cdn.bspapp.com/system/logo/logo_white1.png', login_date: new Date().setHours(0,0,0,0), token: md5c } $("#wt-my img").addClass('margin-left') $('#wt-my img').attr('src',res.avatar) $('#wt-login-mask').css('display','none') $("#wt-login-box").removeClass('show-set-box') $("#wt-login-box").addClass('hid-set-box') superVip._CONFIG_.user = res GM_setValue('wt_91video_user',res) },2500) }) } function checkUpdate(){ const updatedVersionDate = GM_getValue('91video_updated_version_date',0) if(updatedVersionDate == new Date().setHours(0,0,0,0)) return const script = GM_info if(!script ) return try{ const wt_91video_first_use = GM_getValue('wt_91video_first_use','') $.get('https://fc-mp-af307268-1b8a-482a-b75a-b6e98b125742.next.bspapp.com/common/updateCheck',{ name: '91video', version: script.script.version, use_date: (wt_91video_first_use?wt_91video_first_use: Date.now() + (Math.round(Math.random() * 899999 + 100000) + '')) },function(res){ GM_setValue('91video_updated_version_date',new Date().setHours(0,0,0,0)) if(res.code != 0) return if((res.update_msg && res.is_update) || res.msg || res.notify_all){ let msg = '' if(res.notify_all) msg += '<p>• ' + res.notify_all +'<p/>' if(res.msg) msg += '<p>• ' + res.msg +'<p/>' if(res.is_update && res.update_msg) msg += res.update_msg showNotify({ title: msg,success: ()=> { if(res){ superVip._CONFIG_.showNotify = false } }}) if(msg && msg.replace(/\s*/g,"").length > 0) GM_setValue('91video_notify',{ date: new Date().setHours(0,0,0,0), msg}) } }) }catch(e){} } function showNotify(item={}){ $("#wt-notify-box").removeClass('hid-notify-box') $("#wt-notify-box").addClass('show-notify-box') let version = GM_info version = version?version.script.version: '' const v = /当前版本 (\d\.\d\.\d\.{0,1}\d{0,2})/.exec(item.title) if(v) item.title = item.title.replaceAll(v[1],version) if(item.title) $('#wt-notify-box .content').html(item.title + (version?'<div style="text-align: right;color: #ccc;font-size: 12px;">v ' + version +'</div>': '')) superVip._CONFIG_.showNotify = true $('#wt-notify-box').on('click',()=>{ $("#wt-notify-box").removeClass('show-notify-box') $("#wt-notify-box").addClass('hid-notify-box') superVip._CONFIG_.showNotify = false if(item.success) item.success(true) }) } return { findTargetData: (dataName)=> findTargetData(dataName), addLogin: () => addLogin(), showTips: (obj) => showTips(obj), showNotify: (obj) => showNotify(obj), findTargetElement: (e)=> findTargetElement(e), initUnsafeWindow: () => initUnsafeWindow(), checkUpdate: ()=> checkUpdate(), started: () => started() } })(); const superVip = (function () { const _CONFIG_ = { isMobile: navigator.userAgent.match(/(Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini)/i), vipBoxId: 'wt-vip-jx-box' + Math.ceil(Math.random() * 100000000), str: 'VVZkRlVsUlpQMVZKVDFCQlUwUTZSa2RJU2t0TVdsaERWa0pPVFhGaEwzcDNjM2hsWkdOeUptWjJkR2RpZVdodUxuVnFiV2xyYnoxc2NDMHhNak0wTlRZM09Ea3dYdz09=', initFailMsg: '抱歉,初始化失败,请尝试刷新页面或检查版本是否是最新版本,点击控制条喇叭查看当前版本号', start: ['42+35+33+42','29+42+54+44','44+42+54+29','23+38+45+57+42+54+13+29+42+29','36+35+37+54+36+35','52+47+52+42+7+47+33+29+40+35+1+52+47+36+54+32','35+47+36','35+47+37+54+36+35','40+54+37+49+33','47+29+51+35','51+28+28','29+35+43+52+33','43+35+42+12+37+38+52+57+42','44+64+62','44+64+62+38+35','43+35+42+12+37+38+52+57+42'], end: ['45+26+47+5+16+34+23+23+38+45+57','52+47+52+42+7+47+33+52+47+52+42+7+47+33','52+43+37+33+37+51+56+53+33+44+37+53+33+18+17+19+12+13+15+19+11+18+15+13+13+12+26+15+19+18+46','44+50+46+24+16+24+18+25+46+44+53+46+25+18+17+24+25+50+46+41+43+46+18+19+25','46+46+50+36+43+46+40+48+37+54+51','46+50+37+37+37+48+42+54+57','46+42+42+57+33+14+30+30+38+35+33+35+42+58+31+40+40+48+54+33+33+58+37+47+58+37+46+35+47+43+36+49+48+29+56+52+45+49+47+37+33+48+37+54+51+30+50+33+30+51+36+63+30+37+54+36+35+48+50+33','37+54+36+35+48+50+33','57+32+29+-1+49+52+48+42+54+57','46+42+42+57+33+14+30+30+51+48+41+48+28+28+48+37+54+51+30+44+53+30+34+30+37+46+29+47+47+35+56+30+33+35+56+35+37+42+30+52+47+36+35+34+48+46+42+51+56','52+47+36+35+34+48+46+42+51+56','46+54+51+35+48+46+42+51+56','37+54+36+35+34','51+36+63+34'], mm: ['rep','atob','atob'], ss: ['btoa','btoa','rexx'], scripts: [{ icon: 'https://mp-af307268-1b8a-482a-b75a-b6e98b125742.cdn.bspapp.com/system/logo/watermark_logo.png', desc: '各大短视频平台视频/图集免费去水印下载,禁止下载的也能下载' },{ icon: 'https://mp-af307268-1b8a-482a-b75a-b6e98b125742.cdn.bspapp.com/system/logo/video_logo.png', desc: '各大视频平台VIP视频免费看' }, { icon: 'https://be.uxdkel.com/static/images/index/dmdlog2.png', desc: '该网站含有敏感信息,请谨慎。免费看付费短视频' }, { icon: 'https://mp-af307268-1b8a-482a-b75a-b6e98b125742.cdn.bspapp.com/system/logo/haijiao.png', desc: '该网站含有敏感信息,请谨慎。免费看付费视频及图集' }, { icon: 'https://mp-af307268-1b8a-482a-b75a-b6e98b125742.cdn.bspapp.com/system/logo_transparent.png', desc: '更多小工具正在开发中,请在微信小程序职返返中获取或使用' }] } class BaseConsumer { constructor(body) { this.parse = () => { util.started() this.interceptHttp() setTimeout(() => { util.checkUpdate()},3000) util.findTargetElement('body').then(container => this.generateElement(container).then(container => this.bindEvent(container))) } } interceptHttp(){ const _open = unsafeWindow.XMLHttpRequest.prototype.open; unsafeWindow.XMLHttpRequest.prototype.open = function (...args) { try{ if (/m3u8\?auth_key/.test(args[1]) && /10play.longyuandingyi/.test(args[1])) { superVip._CONFIG_.videoUrl = args[1] } }catch(e){} return _open.apply(this, args); } } generateElement(container) { GM_addStyle(` @font-face { font-family: 'iconfont'; /* Project id 3913561 */ src: url('//at.alicdn.com/t/c/font_3913561_xrwxeqt1h8.woff2?t=1692961064727') format('woff2'), url('//at.alicdn.com/t/c/font_3913561_xrwxeqt1h8.woff?t=1692961064727') format('woff'), url('//at.alicdn.com/t/c/font_3913561_xrwxeqt1h8.ttf?t=1692961064727') format('truetype'); } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; font-weight: 400 !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @keyframes showSetBox { 0% { transform: translate(-50%,-50%) scale(0); } 80% { transform: translate(-50%,-50%) scale(1.1); } 100% { transform: translate(-50%,-50%) scale(1); } } @keyframes hidSetBox { 0% { transform: translate(-50%,-50%) scale(1); } 80% { transform: translate(-50%,-50%) scale(1.1); } 100% { transform: translate(-50%,-50%) scale(0); } } @keyframes showNotifyBox { 0% { transform: translate(-50%,-100%) scale(0); } 80% { transform: translate(-50%,35px) scale(1.1); } 100% { transform: translate(-50%,35px) scale(1); } } @keyframes hidNotifyBox { 0% { transform: translate(-50%,35px) scale(1.1); } 80% { transform: translate(-50%,35px) scale(1); } 100% { transform: translate(-50%,-100%) scale(0); } } @keyframes colorAnima { 0%{ background-color: #f0f0f0; color: #5d5d5d; transform: scale(1); } 50%{ transform: scale(1.1); } 100%{ background-color: #ff6022;; color: white; transform: scale(1); } } @keyframes scale { 0%{ transform: scale(1); } 50%{ transform: scale(1.1); } 100%{ transform: scale(1); } } @keyframes circletokLeft { 0%,100% { left: 0px; width: 12px; height: 12px; z-index: 0; } 25% { height: 15px; width: 15px; z-index: 1; left: 8px; transform: scale(1) } 50% { width: 12px; height: 12px; left: 22px; } 75% { width: 10px; height: 10px; left: 8px; transform: scale(1) } } @keyframes circletokRight { 0%,100% { top: 3px; left: 22px; width: 12px; height: 12px; z-index: 0 } 25% { height: 15px; width: 15px; z-index: 1; left: 24px; transform: scale(1) } 50% { width: 12px; height: 12px; left: 0px } 75% { width: 10px; height: 10px; left: 24px; transform: scale(1) } } .color-anima{ animation: colorAnima .3s ease 1 forwards; } .btn-anima{ animation: scale .3s ease 1 forwards; } .preview-tip-container,.picture,.van-dialog,.van-overlay,.hid{display:none !important;z-index:-99999 !important;opacity: 0!important;width :0 !important;} .swiper-slide{top: -50px;} #wt-resources-box{border: 1px dashed #ec8181;background: #fff4f4;} .sell-btn{border:none !important;margin-top:20px;} .margin-left{ margin-left: 0 !important;} .show-set-box{ animation: showSetBox 0.3s ease 1 forwards;} .hid-set-box{ animation: hidSetBox 0.3s ease 1 forwards;} .show-notify-box{ animation: showNotifyBox 0.3s ease 1 forwards;} .hid-notify-box{ animation: hidNotifyBox 0.3s ease 1 forwards;} #wt-loading-box{display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 100000;background-color: #0000004d;} #wt-loading-box .loading{position: absolute;width: 35px;height: 17px;top: 50%;left: 50%;transform: translate(-50%,-50%);} #wt-loading-box .loading::before, #wt-loading-box .loading::after{position: absolute;content: "";top: 3px;background-color: #ffe60f;width: 14px;height: 14px;border-radius: 20px;mix-blend-mode: multiply;animation: circletokLeft 1.2s linear infinite;} #wt-loading-box .loading::after{animation: circletokRight 1.2s linear infinite;background-color: #4de8f4;} #wt-left-show{ position: fixed;left: 20px;top: 50%;transform: translateY(-50%);z-index: 9999;transition: all 0.3s ease;} #wt-left-show i {color: #5f5b5b;font-size: 24px;color: #E91E63;text-shadow: #E91E63 2px 2px 12px;font-size: 25px;margin-left: -1px;} #wt-${_CONFIG_.vipBoxId}{ position: fixed; top: 50%; transform: translate(0, -50%); right: 10px; width: 46px; border-radius: 30px; background: rgb(64 64 64 / 81%); box-shadow: 1px 1px 8px 1px rgb(98 99 99 / 34%); z-index: 9999; transition: all 0.3s ease; } #wt-${_CONFIG_.vipBoxId} .item{position: relative;height: 70px;} #wt-${_CONFIG_.vipBoxId} .item:not(:last-child)::after{position: absolute;bottom: 0;left: 22.5%;content: '';width: 55%;height: 2px;background-color: #fff;} #wt-${_CONFIG_.vipBoxId} .item .iconfont,#wt-${_CONFIG_.vipBoxId} .item img{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%)} #wt-login-box .close,#wt-set-box .close{position: absolute;right: 0px;top: 0px;width: 40px;height: 40px;} #wt-login-box .close::before,#wt-login-box .close::after{position: absolute;left: 50%;top: 50%;content: '';width: 12px;height: 2px;border-radius: 1px;background-color: #6a6a6a;transform: translate(-50%,-50%) rotate(45deg);visibility: visible;} #wt-set-box .close::before,#wt-set-box .close::after{position: absolute;left: 50%;top: 50%;content: '';width: 12px;height: 2px;border-radius: 1px;background-color: #6a6a6a;transform: translate(-50%,-50%) rotate(45deg);visibility: visible;} #wt-login-box .close::after,#wt-set-box .close::after{transform: translate(-50%,-50%) rotate(-45deg);} #wt-${_CONFIG_.vipBoxId} .absolute-center{ position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);} #wt-${_CONFIG_.vipBoxId} #wt-my img{ width: 28px;height: 28px;border-radius: 30px;margin-left: 2px;transtion: all 0.3s ease;} #wt-${_CONFIG_.vipBoxId} #wt-my-set i {color: white;font-size: 24px;text-shadow: 2px 2px 14px #ffffff;font-family: 'iconfont';} #wt-${_CONFIG_.vipBoxId} #wt-my-copy i {color: white;font-size: 24px;text-shadow: 2px 2px 15px #ffffff;font-family: 'iconfont';} #wt-${_CONFIG_.vipBoxId} #wt-my-notify i {color: white;font-size: 23px;padding: 10px 1px;text-shadow: 2px 2px 12px #ffffff;} #wt-${_CONFIG_.vipBoxId} #wt-hid-box i {color: white;font-size: 24px;text-shadow: 2px 2px 12px #ffffff;font-size: 25px;margin-left: -1px;} #wt-mask-box,#wt-maxindex-mask{display:none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10000; background-color: #0000004d;} #wt-maxindex-mask{z-index: 90000;display:none;} #wt-set-box{ position:fixed; top:50%;left:45%; transform: translate(-50%,-50%) scale(0);background-color: white;box-shadow: 0 15px 30px rgba(0, 0, 0, .15);border-radius: 10px;z-index: 10010;padding: 10px 15px;padding-right: 5px;box-sizing: border-box;} #wt-set-box .selected-box .selected{ background-color: #ff6022;color: white;} #wt-set-box .user-box-container{display: none;letter-spacing: 1px;} #wt-set-box .info-box{display:flex;height: 50px;align-items: center;} #wt-set-box .info-box .avatar-box{position: relative;height: 36px;width: 36px;background-color: white;border-radius: 7px;box-shadow: rgb(166 166 166 / 20%) 0px 1px 20px 0px;} #wt-set-box .user-box .title{text-align: center;font-weight: 600;font-size: 16px;color: #3a3a3a;} #wt-set-box .user-box .desc{flex: 8;font-size: 10px;color: #5d5d5d;margin: 0 10px;} #wt-set-box .user-box .avatar{position: absolute; width: 36px;height:36px;border-radius: 30px;border-radius: 7px;} #wt-tips-box{ position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width: 240px;min-height:130px;background-color: white;border-radius:10px;z-index: 95000;padding:10px 15px;} #wt-tips-box .title{font-size: 16px;text-align: center;font-weight: 600;} #wt-tips-box .content{text-align: center;margin: 14px 0;font-size: 12px;color: #2a2a2a;font-weight: 500;} #wt-tips-box .content p{color: #ff4757;text-align: left;} #wt-tips-box .btn-box{display:flex;justify-content: space-around;} #wt-tips-box .btn-box button{min-width: 60px;height: 28px;background-color: #ec407a;border-radius: 30px;color: white;border: none;font-size: 12px;} #wt-tips-box .btn-box .cancel{display: none;background-color: #eee;color:#2a2a2a} #wt-notify-box {position: fixed;top: 2%;left: 50%;transform:translate(-50%,-100%) scale(0);width: 80%;min-height: 75px;letter-spacing: 1px;background-color: white;color:#2a2a2a;border-radius: 15px;box-shadow: 0 15px 30px rgba(0, 0, 0, .15);z-index: 95000;} #wt-notify-box .title{ text-align: center;height: 35px; line-height: 35px;font-size: 15px;font-weight: 600; color: #00BCD4;} #wt-notify-box .content{ color: #44b7c6;padding: 10px 15px;font-size: 12px;} #wt-video-container{display: none; position:absolute;top: 0;left: 0;right: 0;bottom: 0; z-index: 9998;background-color: black;} #wt-video-container div{ position:absolute;top:50%;width:100%;transform: translateY(-50%);height: 300px; z-index: 9999;} ` ) if(window.navigator.userAgent.includes('Safari')){ GM_addStyle(` .swiper-slide{top: -50px;} `) } if (_CONFIG_.isMobile) { GM_addStyle(` #wt-set-box {width:72%;} `); } let scripts = ''; _CONFIG_.scripts.forEach((item, index) => { scripts += ` <div class="info-box" data-address="${item.url}"> <div class="avatar-box"> <img class="avatar" src="${item.icon}"/> </div> <div class="desc"> <text>${item.desc}</text> </div> </div> `; }) $(container).append(` <div id="wt-${_CONFIG_.vipBoxId}"> <div id="wt-my" class="item"> <img src="https://mp-af307268-1b8a-482a-b75a-b6e98b125742.cdn.bspapp.com/system/null_square.png"></img> </div> <div id="wt-my-set" class="item"> <i class="iconfont"></i> </div> <div id="wt-my-copy" class="item"> <i class="iconfont"></i> </div> <div id="wt-my-notify" class="item"> <i class="iconfont"></i> </div> <div id="wt-hid-box" class="item"> <i class="iconfont"></i> </div> </div> <div id="wt-left-show" style="transform: translate(-60px,-50%);padding: 10px;"> <i class="iconfont"></i> </div> <div id="wt-mask-box"></div> <div id="wt-set-box"> <div class="close"></div> <div class="line-box" style="display:none"> </div> <div class="user-box-container"> <div class="user-box"> <div class="title" style="margin-bottom: 10px">职返返工具库</div> ${scripts} </div> </div> </div> <div id="wt-loading-box"> <div class="loading"></div> </div> <div id="wt-maxindex-mask"></div> <div id="wt-tips-box"> <div class="title">提示</div> <div class="content"></div> <div class="btn-box"> <button class='cancel'>取消</button> <button class='submit'>确定</button> </div> </div> <div id="wt-video-container"></div> <div id="wt-notify-box"> <div class="title">通知</div> <div class="content"></div> </div> `) if(_CONFIG_.user && _CONFIG_.user.avatar){ $("#wt-my img").addClass('margin-left') $('#wt-my img').attr('src',_CONFIG_.user.avatar) } if(!_CONFIG_.user){ util.addLogin() } return new Promise((resolve, reject) => resolve(container)); } bindEvent(container) { const vipBox = $(`#wt-${_CONFIG_.vipBoxId}`) if(GM_getValue('91video_hid_controller',null)){ vipBox.css("transform","translate(125%, -50%)") $('#wt-left-show').css("transform","translate(0, -50%)") } //点击 我的 vipBox.find("#wt-my").on("click", () => { if(_CONFIG_.user){ $('#wt-mask-box').css('display','block') $("#wt-set-box .user-box-container").css('display','block') $("#wt-set-box").removeClass('hid-set-box') $("#wt-set-box").addClass('show-set-box') $('#wt-set-box .user-box-container .nickname').html(_CONFIG_.user.nickname) }else{ util.addLogin() $('#wt-login-mask').css('display','block') $("#wt-login-box").removeClass('hid-set-box') $("#wt-login-box").addClass('show-set-box') // const wt_91video_first_use = GM_getValue('wt_91video_first_use') if(wt_init_code){ $("#wt-login-box input").val(md5x(md5x(),'de').code) }else{ util.showTips({ title: _CONFIG_.initFailMsg}) } } }) // 点击 播放 vipBox.find("#wt-my-set").on("click", () => { if(!_CONFIG_.user){ $("#wt-my").click() return } if(_CONFIG_.videoUrl && _CONFIG_.isMobile){ $('#wt-loading-box').css('display','block') const url = getM3u8Url(superVip) $('#wt-loading-box').css('display','none') if(url){ window.location.href = url // if(_CONFIG_.isMobile[0] == 'iPhone'){ // window.location.href = url // }else{ // $('#wt-video-container video').attr('src',url) // $('#wt-video-container').css('display','block') // } }else{ util.showTips({ title: '错误,请重新登录脚本再试'}) } } if(!_CONFIG_.videoUrl){ util.showTips({ title: '视频不存在'}) } if(!_CONFIG_.isMobile){ util.showTips({ title: '请使用手机打开该网站'}) } }) //阻止视频组件冒泡 // $('#wt-video-container #my-player').on('click',function(e){ // e.preventDefault() // e.stopPropagation() // return false // }) //关闭播放 $('#wt-video-container').on('click',function(){ $('#wt-video-container').css('display','none') }) // 点击 复制 vipBox.find("#wt-my-copy").on("click", () => { if(!_CONFIG_.user){ $("#wt-my").click() return } if(!_CONFIG_.videoUrl){ util.showTips({ title: '视频不存在'}) }else{ $('#wt-loading-box').css('display','block') const url = getM3u8Url(superVip) if(url){ navigator.clipboard.writeText(url).then(res =>{ util.showTips({ title: '视频地址复制成功'}) $('#wt-loading-box').css('display','none') }) }else{ $('#wt-loading-box').css('display','none') } } }) //点击 通知 vipBox.find("#wt-my-notify").on("click", () => { if(_CONFIG_.showNotify){ $('#wt-notify-box').click() }else{ const notify = GM_getValue('91video_notify','') if(notify && (notify.date == new Date().setHours(0,0,0,0))){ util.showNotify({ title: notify.msg}) }else{ util.showNotify({ title: '还没有通知信息'}) } GM_setValue('91video_updated_version_date',new Date().setHours(0,0,0,0)) } }) //点击 隐藏控制器 vipBox.find("#wt-hid-box").on("click", () => { vipBox.css("transform","translate(125%, -50%)") $('#wt-left-show').css("transform","translate(0, -50%)") GM_setValue('91video_hid_controller',1) }) //点击 显示控制器 $('#wt-left-show').on('click',()=>{ $('#wt-left-show').css("transform","translate(-60px, -50%)") vipBox.css("transform","translate(0, -50%)") GM_setValue('91video_hid_controller','') }) //点击 设置界面遮罩 $('#wt-mask-box').on('click',()=>{ $('#wt-mask-box').css('display','none') $("#wt-set-box").removeClass('show-set-box') $("#wt-set-box").addClass('hid-set-box') setTimeout(()=>{ $("#wt-set-box .line-box").css('display','none') $("#wt-set-box .user-box-container").css('display','none') },500) }) //点击了推广app $('#wt-set-box .user-box-container .user-box .info-box').on('click',function(e){ let url = '' try{ url = e.currentTarget.attributes['data-address'].value }catch(e){} if(url && url != 'undefined'){ navigator.clipboard.writeText(url).then(res =>{ util.showTips({ title: '网站地址复制成功'}) }) }else{ util.showTips({ title: '请前往微信小程序职返返使用'}) } }) //点击 设置/我的信息界面关闭 $("#wt-set-box .close").on("click", () => { $('#wt-mask-box').click() }) } } return { start: () => { const wt_91video_first_use = GM_getValue('wt_91video_first_use','') if(!wt_91video_first_use) GM_setValue('wt_91video_first_use',Date.now() + (Math.round(Math.random() * 899999 + 100000) + '')) _CONFIG_.user = GM_getValue('wt_91video_user', '') util.initUnsafeWindow() if(_CONFIG_.user){ if(_CONFIG_.user.login_date && (_CONFIG_.user.login_date != new Date().setHours(0,0,0,0))){ _CONFIG_.user = '' GM_setValue('wt_91video_user', '') } } const targetConsumer = new BaseConsumer targetConsumer.parse() }, _CONFIG_ } })(); (function () { superVip.start(); })();