Skip to content

Instantly share code, notes, and snippets.

@hepsontam
Last active January 20, 2023 12:42
Show Gist options
  • Save hepsontam/f7924039544282ab9b6a080726154400 to your computer and use it in GitHub Desktop.
Save hepsontam/f7924039544282ab9b6a080726154400 to your computer and use it in GitHub Desktop.
Fileball挂载-自用版
#!name = Fileball挂载
#!desc = 支持挂载阿里云盘、夸克网盘和PikPak网盘,点击下面的链接查看使用方法。
#!openUrl = https://gitlab.com/lodepuly/vpn_tool/-/blob/main/Resource/Markdown/Fileball/README.md
#!author = 小白脸
#!homepage = https://gitlab.com/lodepuly/vpn_tool/-/tree/main/Tool/Loon/Plugin
#!icon = https://gitlab.com/lodepuly/iconlibrary/-/raw/master/App_icon/80px/Fileball.png
[General]
# 要开MPV的话必须添加
force-http-engine-hosts = aliyun.example.com:0, quark.example.com:0, pikpak.example.com:0
[Script]
阿里云盘挂载 = type=http-request,pattern="^http:\/\/aliyun\.example\.com",requires-body=1,max-size=-1,script-path=https://gitlab.com/lodepuly/vpn_tool/-/raw/main/Resource/Script/Fileball/Fileball_mount_aliyundrive.js,script-update-interval=0
夸克网盘挂载 = type=http-request,pattern="^http:\/\/quark\.example\.com",requires-body=1,max-size=-1,script-path=https://gitlab.com/lodepuly/vpn_tool/-/raw/main/Resource/Script/Fileball/Fileball_mount_quark.js,script-update-interval=0
PikPak网盘挂载 = type=http-request,pattern="^http:\/\/pikpak\.example\.com",requires-body=1,max-size=-1,script-path=https://gitlab.com/lodepuly/vpn_tool/-/raw/main/Resource/Script/Fileball/Fileball_mount_pikpak.js,script-update-interval=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment