在您安裝前,Sleazy Fork希望您了解本腳本包含“可能不受歡迎的功能”,可能幫助腳本的作者獲利,而不能給你帶來任何收益。
此腳本只有在您 付費後才能使用全部的功能。 Sleazy Fork尚未支付費用,因此無法驗證使用需要付費的商品,也無法幫助您獲得退款。
用于观看swag(R站)vip視頻&19J.TV韓國女主播vip視頻
目前為
// ==UserScript== // @name swag(R站)vip视频随意观看&19J.TV韩国女主播vip视频任意看 永久vip // @name:zh-TW swag(R站)vip視頻隨意觀看&19J.TV韓國女主播vip視頻任意看 永久vip // @namespace http://tampermonkey.net/ // @version 2.0.3 // @description 用于观看swag(R站)vip视频&19J.TV韩国女主播vip视频 // @description:zh-TW 用于观看swag(R站)vip視頻&19J.TV韓國女主播vip視頻 // @author FFFFFFeng // @include /^http.*://ri.+\.xyz.*$/ // @include /^http.*://ri333\.xyz.*$/ // @include /^http.*://ri111\.xyz.*$/ // @include /^http.*://swag555\.xyz.*$/ // @include /^https://19j.+\.xyz.*$/ // @icon https://www.google.com/s2/favicons?domain=swag555.xyz // @grant none // @antifeature payment // ==/UserScript== (function () { let VipPageData = { tabIndex: 0 } if (document.title.includes('韩国主播国产主播原创网') || document.title.includes('SWAG资源合集下载')) { vipPanelInit() } function vipPanelInit() { let style = document.createElement("style") style.innerHTML = ` #vipPanel { width: 310px; height: 500px; box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 4px 1px rgb(0 0 0 / 9%); border-left: 1px solid transparent; border-right: none; border-top: 1px solid transparent; border-bottom: 1px solid transparent; background-color: #FFFFFF; position: fixed; left: 6px; bottom: 6px; z-index: 99999; } .panelHead { display: flex; border-bottom: 1px solid #ececec; } .panelHead>div { color: #444; font-size: 14px; padding: 0 10px; height: 40px; line-height: 40px; box-sizing: border-box; user-select: none; text-align: center; width: 76px; } .panelHead>div:not(.headDivActive):hover { border-bottom: 3px solid #ccc; cursor: pointer; } .headDivActive { border-bottom: 3px solid #00809d; color: #444; font-weight: bold; } .searchInput { width: 80%; border-radius: 24px; box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 4px 1px rgb(0 0 0 / 9%); height: 40px; border-left: 1px solid transparent; border-right: none; border-top: 1px solid transparent; border-bottom: 1px solid transparent; margin: 0 auto; overflow: hidden; margin-top: 40px; display: flex; padding-right: 10px; align-items: center; } .searchInput:hover { border-top-left-radius: 24px; box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 2px 4px 1px rgb(0 0 0 / 18%); border-left: 1px solid transparent; border-right: none; border-top: 1px solid transparent; border-bottom: 1px solid transparent; } .searchInput input { flex: 1; height: 100%; border: 0; outline: 0; font-size: 16px; padding-left: 10px; } .searchInput .userSearchI { width: 30px; height: 30px; text-align: center; box-sizing: border-box; line-height: 26px; } .tipContentBox { display:flex; color: #71777d; font-size: 14px; margin: 0 auto; margin-top: 20px; width: 280px; } #tipContent { width: 0; flex: 1; } .getVipA { color: #FFFFFF; font-weight: bold; background-color: #00809d; height: 100px; width: 100px; border-radius: 50px; text-align: center; line-height: 100px; margin: 20px auto; box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 4px 1px rgb(0 0 0 / 9%); user-select: none; } .getVipA:hover { cursor: pointer; box-shadow: 0 0 0 0 rgb(0 0 0 / 5%), 0 2px 4px 1px rgb(0 0 0 / 18%); -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 5%), 0 2px 4px 1px rgb(0 0 0 / 18%); -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.05),0 2px 4px 1px rgba(0,0,0,.18); } @keyframes float { 0% { transform: translateY(0px); } 5% { transform: translateY(-10px); } 10%,100% { transform: translateY(0px); } } .navy_ { position: relative; } .navy_ span { position: relative; display: inline-block; color: white; font-size: 2em; animation: float 10s ease-in-out infinite; animation-delay: 5s; } .resolvePro { color: #71777d; font-size: 14px; position: absolute; bottom: 10px; left: 10px; } .hiddenPanel { left: -310px !important; } .hiddenBtn,.showBtn { position: absolute; left: 320px; bottom: 20px; width: 60px; height: 40px; line-height: 40px; color: #00809d; user-select: none; background-color: #FFFFFF; position: absolute; left: 320px; bottom: 20px; } .showBtn { display: none; } .hiddenBtn:hover,.showBtn:hover { cursor: pointer; } .panelBody_1 { display: none; } .panelBody_1 p { padding: 0 10px; font-size: 14px; text-indent: 1em; } ` document.getElementsByTagName("head")[0].appendChild(style) let panel = document.createElement("div") panel.setAttribute("id", "vipPanel") panel.innerHTML = ` <div class="hiddenBtn"><<隐藏</div> <div class="showBtn">>>显示</div> <div class="panelMain"> <div class="panelHead"> <div class="headDivActive">获取权限</div> <div>支付</div> <div>使用指南</div> <div>最新版本</div> </div> <div class="panelBody panelBody_0"> <div class="searchInput"> <input id="txm" type="text" placeholder=""> <div class="userSearchI getVipBtn"><i class="fa fa-search"></i></div> </div> <div class="tipContentBox"> <div style="width:50px;">提示: </div> <div id="tipContent">未获取权限,请输入您的支付宝昵称以获取vip权限</div> </div> <div class="getVipBtn getVipA navy_"> <span>G</span> <span>O</span> <span>!</span> </div> <div class="resolvePro"> 有问题请骚扰邮箱: <br/> JamJamToday@protonmail.com </div> </div> <div class="panelBody panelBody_1"> <p>0.双网站vip,价格:39.99,脚本使用期为永久,一定要付款前设置好支付宝昵称。</p> <p>1.提前设置好支付宝昵称,如果你支付宝App头像旁边显示的是你的真实姓名,那就是你没设置昵称。</p> <p>2.昵称设置规则:三位字符或以上,不要使用如:123、啊啊啊之类简单的,后台已经做了过滤,大概率会失效。</p> <p>3.有任何问题联系我的邮箱。</p> <div style="text-align: center;margin-top: 20px;"> <img style="width:150px;height:150px;border: 1px solid;" src="https://124.223.114.203:3004/swag_.png" alt=""> </div> </div> </div> ` document.body.appendChild(panel) let nodes = document.querySelectorAll(".f-red") for (let i = 0; i<nodes.length; i++) { //return if (nodes[i].innerHTML.includes("联合登录")) { if (nodes[i].nextElementSibling) { let href = nodes[i].nextElementSibling.href nodes[i].nextElementSibling.href = href.replace("jijiji", "19j10") } } } let tabs = document.querySelectorAll(".panelHead>div") for (let i = 0; i < tabs.length; i++) { tabs[i].addEventListener("click", function() { if (tabs[i].innerHTML == "最新版本") { toNewVersionF() return } if (tabs[i].innerHTML == "使用指南") { useMethodF() return } for (let ii = 0; ii < tabs.length; ii++) { tabs[ii].className = "" } tabs[i].className = "headDivActive" VipPageData.tabIndex = i changeTabF() }) } document.querySelector(".hiddenBtn").addEventListener("click", function() { hiddenBtnF() }) document.querySelector(".showBtn").addEventListener("click", function() { showBtnF() }) let gets = document.querySelectorAll(".getVipBtn") for (let i = 0; i < gets.length; i++) { gets[i].addEventListener("click", function() { console.log("11") if (getTip() == "获取权限中..." || getTip() == "请先登录....") { return } if (getTxm()) { getPermissionF(getTxm()) } }) } // 读取本地是否有通行码 if (window.localStorage.getItem("txm") != null && window.localStorage.getItem("txm") != "") { document.getElementById("txm").value = window.localStorage.getItem("txm") } if (isSuccess()) { setTip("已获取权限,不行就刷新页面") document.querySelector(".hiddenBtn").click() } } function getTxm() { console.log("222") if (!document.getElementById("txm").value) { if (getTip().includes("输入您的支付宝昵称 ")) { setTip(getTip()+"!!! ") } else { setTip("输入您的支付宝昵称 ") } if(getTip().includes("!!! !!! !!! !!!")) { setTip("输入您的支付宝昵称 ") } return false } else { return document.getElementById("txm").value } } function changeTabF() { let mains = document.querySelectorAll(".panelBody") for (let i = 0; i < mains.length; i ++) { mains[i].style.display = "none" } mains[VipPageData.tabIndex].style.display = "block" } function setTip(str) { document.querySelector("#tipContent").innerHTML = str } function toNewVersionF() { window.open("https://sleazyfork.org/zh-CN/scripts/440139-swag-r%E7%AB%99-vip%E8%A7%86%E9%A2%91%E9%9A%8F%E6%84%8F%E8%A7%82%E7%9C%8B-19j-tv%E9%9F%A9%E5%9B%BD%E5%A5%B3%E4%B8%BB%E6%92%ADvip%E8%A7%86%E9%A2%91%E4%BB%BB%E6%84%8F%E7%9C%8B-%E6%B0%B8%E4%B9%85vip") } function useMethodF() { window.open("http://66.42.117.77/swag.html") } function getPermissionF(t) { setTip("获取权限中...") window.localStorage.setItem("txm", t) let url = "" let href = location.href if (href.includes("https")) { url = "https://124.223.114.203:3001/getPermission/" } else { url = "http://124.223.114.203:3000/getPermission/" } fetch(url+""+t+"/154").then(async function(result) { let res = await result.json() if (res.code == 300) { setTip(res.msg) return } let href = window.location.href if (href.includes("19j")) { setTip("请先至姐妹站:ri666.xyz (即swag站),获取权限后点击右上角会员中心,里面有个登录联合会员的链接,点一下即可。") } else { let cookieArr = res.data.cookieHeader cookieArr.forEach((item) => { let temp = item.split(";")[0] let tempArr = temp.split("=") if (tempArr[0] == 'user') { setCookie('user', tempArr[1], 1) } else { setCookie(tempArr[0], tempArr[1]) } }) location.reload() } }).catch(function(e) { console.log(e) setTip("请求异常,请联系开发者。") }) } function hasGetPermissionF() { } function hiddenBtnF() { document.querySelector(".hiddenBtn").style.display = "none" document.querySelector("#vipPanel").className = "hiddenPanel" document.querySelector(".showBtn").style.display = "block" } function showBtnF() { document.querySelector(".hiddenBtn").style.display = "block" document.querySelector("#vipPanel").className = "" document.querySelector(".showBtn").style.display = "none" } function isSuccess() { let dom = document.getElementById("vip1") let dom_ = document.querySelector("a.tx-flex-hc") let b = false if (dom_) { b = dom_.innerHTML.includes("会员中心") } if (dom||b) { return true } else { return false } } function getTip() { return document.querySelector("#tipContent").innerHTML } function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toGMTString(); document.cookie = cname + "=" + cvalue + "; " + expires; } })();