Skip to content

Instantly share code, notes, and snippets.

View IanSmith123's full-sized avatar
🎯
Focusing

Les1ie IanSmith123

🎯
Focusing
View GitHub Profile
@IanSmith123
IanSmith123 / spider.py
Created April 11, 2019 11:16
获取vista看天下《天下焦点》链接
import json
from concurrent.futures import ThreadPoolExecutor
import requests
pool = ThreadPoolExecutor(10)
sample = "http://v20.tp.wkread.com/index.php/WeiXin/Focus/getColumnList/id/103"
@IanSmith123
IanSmith123 / ucas-course-console.js
Last active November 28, 2022 11:31
ucas课程网站
// ==UserScript==
// @name ucas-course-console-helper
// @namespace https://les1ie.com/
// @version 0.2
// @description 去除中国科学院大学课程网站对进入控制台的限制
// @author Les1ie
// @match https://course.ucas.ac.cn/portal/*
// @grant none
// ==/UserScript==
@IanSmith123
IanSmith123 / back2scu.yml
Last active June 25, 2023 08:33
clash规则列表
port: 7890
socks-port: 7891
redir-port: 7892
allow-lan: false
mode: Rule
log-level: info
external-controller: '127.0.0.1:9090'
secret: ''
cfw-bypass:
- localhost
@IanSmith123
IanSmith123 / remove_play_list_suffix.js
Last active April 21, 2024 07:00
移除JLRS 歌单的前缀
// ==UserScript==
// @name remove play list suffix
// @namespace http://tampermonkey.net/
// @version 2024-04-21
// @description 移除JRLS 歌单的前缀
// @author Les1ie
// @match https://www.bilibili.com/video/BV*
// @icon https://www.google.com/s2/favicons?sz=64&domain=bilibili.com
// @grant none
// ==/UserScript==