mirror of
https://github.com/XIU2/UserScript.git
synced 2026-09-07 11:27:41 +00:00
补充 新的分享链接域名
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
// ==UserScript==
|
||||
// @name 蓝奏云网盘增强
|
||||
// @version 1.3.5
|
||||
// @version 1.3.6
|
||||
// @author X.I.U
|
||||
// @description 刷新不回根目录、后退返回上一级、右键文件显示菜单、点击直接下载文件、自动显示更多文件、自定义分享链接域名、自动打开/复制分享链接、带密码的分享链接自动输密码、拖入文件自动显示上传框、输入密码后回车确认、调整描述(话说)编辑框初始大小
|
||||
// @match *://*.lanzous.com/*
|
||||
// @match *://*.lanzoux.com/*
|
||||
// @match *://*.lanzoui.com/*
|
||||
// @match *://*.lanzouo.com/*
|
||||
// @match *://pan.lanzou.com/*
|
||||
// @match *://lanzou.com/u
|
||||
// @match *://www.lanzou.com/account.php*
|
||||
@@ -99,9 +100,7 @@
|
||||
|
||||
|
||||
if (window.top.location.pathname === '/u' || window.top.location.pathname.indexOf('account.php') > -1 || window.top.location.pathname.indexOf('mydisk.php') > -1) { // 后台页
|
||||
if (window.top.location.href != 'https://pc.woozooo.com/mydisk.php') {
|
||||
window.top.location.href = "https://pc.woozooo.com/mydisk.php"
|
||||
}
|
||||
if (window.top.location.href != 'https://pc.woozooo.com/mydisk.php') window.top.location.href = 'https://pc.woozooo.com/mydisk.php';
|
||||
var mainframe;
|
||||
iframe();
|
||||
} else if (window.top.location.pathname.indexOf('%') > -1) { // > 带密码的分享链接页面
|
||||
|
||||
Reference in New Issue
Block a user