VidUP Auto Download Link

When at VidUP, automagically go to current video's download page

当前为 2018-07-24 提交的版本,查看 最新版本

// ==UserScript==
// @name        VidUP Auto Download Link
// @namespace   https://gf.qytechs.cn/en/users/13772-endorakai
// @description When at VidUP, automagically go to current video's download page
// @include     http*://vidup.me/*
// @exclude     http*://vidup.me/download/*
// @exclude     http*://vidup.me/download%2F*
// @exclude     http*://vidup.me/mpaabpu/*
// @version     0.02b
// @grant       none
// ==/UserScript==

location.pathname = '/download'+encodeURIComponent(location.pathname);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址