Skip to content

Instantly share code, notes, and snippets.

View missuo's full-sized avatar
:octocat:
Exploring

Vincent Yang missuo

:octocat:
Exploring
View GitHub Profile
{
"inbounds": [
{
"listen": "0.0.0.0",
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "xxxxxx",
@missuo
missuo / download_fansone.py
Created February 1, 2025 07:57
download fansone
import requests
import os
from tqdm import tqdm
def download_and_merge_segments(base_url, start_segment, end_segment, output_file):
# Set headers
headers = {
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36',
'Accept': '*/*',
'Accept-Language': 'en-US,en;q=0.9',
@missuo
missuo / nf_check.js
Last active April 3, 2022 15:58 — forked from Hyseen/nf_check.js
Netflix 解锁检测模块
/**
*
* [Panel]
* nf_check = script-name=nf_check, title="Netflix Unlock Check", content="Please refresh the panel", update-interval=1
*
* [Script]
* nf_check = type=generic, script-path=https://gist.githubusercontent.com/Hyseen/b06e911a41036ebc36acf04ddebe7b9a/raw/nf_check.js?version=1633074636264, argument=title=Netflix 解锁检测
*
* 支持使用脚本使用 argument 参数自定义配置,如:argument=key1=URLEncode(value1)&key2=URLEncode(value2),具体参数如下所示,
* title: 面板标题
@missuo
missuo / youtube_premium_check.js
Last active April 3, 2022 15:57 — forked from Hyseen/youtube_premium_check.js
YouTube Premium 解锁检测模块
/**
*
* [Panel]
* youtube_premium_check = script-name=youtube_premium_check, title="YouTube Premium Unlock Check", update-interval=1
*
* [Script]
* youtube_premium_check = type=generic, script-path=https://gist.githubusercontent.com/Hyseen/5ae36a6a5cb5690b1f2bff4aa19c766f/raw/youtube_premium_check.js?version=1633074636264, argument=title=YouTube 解锁检测
*
* 支持使用脚本使用 argument 参数自定义配置,如:argument=key1=URLEncode(value1)&key2=URLEncode(value2),具体参数如下所示,
* title: 面板标题
@missuo
missuo / disney_check.js
Created April 3, 2022 15:35 — forked from Hyseen/disney_check.js
Disney+ 解锁检测
/**
* @author Helge_0x00
*
* [Panel]
* disney_check = script-name=disney_check,title=Disney+ 解锁检测,style=alert,content=请刷新面板,update-interval=1800
*
* [Script]
* disney_check = type=generic,script-path=https://gist.githubusercontent.com/Hyseen/729fc4c3ac28c3f2e7c4a832d81780f3/raw/disney_check.js
*
* 支持使用脚本使用 argument 参数自定义配置,如:argument=key1=URLEncode(value1)&key2=URLEncode(value2),具体参数如下所示,
Vue.js 3 mins ██████████▌░░░░░░░░░░ 50.3%
XML 3 mins ██████████▍░░░░░░░░░░ 49.7%