Skip to content

Instantly share code, notes, and snippets.

View jae-jae's full-sized avatar
🏠
Working from home

Jaeger jae-jae

🏠
Working from home
  • China
View GitHub Profile
@jae-jae
jae-jae / show-site-all-userjs.user.js
Last active February 20, 2024 03:08
显示当前网站的所有可用Tampermonkey脚本.user.js
// ==UserScript==
// @name Show Site All UserJS | 显示当前网站所有可用的UserJS脚本 Jaeger
// @namespace https://gist.github.com/jae-jae/39d526079cb2408389129caf98debc29
// @version 1.1
// @description 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
// @author Jaeger <JaegerCode@gmail.com>
// @icon https://greasyfork.org/assets/blacklogo16-b3c5358e47023ea84cbeac99a018eb28.png
// @include *
// @require https://cdn.bootcss.com/babel-core/5.6.15/browser-polyfill.min.js
@jae-jae
jae-jae / install-aria2-ui.sh
Last active February 4, 2023 16:29
Ubuntu安装并配置aria2
#!/bin/bash
#
# Ubuntu安装并配置aria2
#
# @Author: Jaeger <JaegerCode@gmail.com>
# @Version: 0.1
#配置文件下载保存路径
downloadPath='/user-files/superuser/dl'
@jae-jae
jae-jae / ThunderDL.user.js
Last active August 11, 2022 15:52
[Tampermonkey脚本]获取页面内所有迅雷下载链接,启动快捷键 alt+x
// ==UserScript==
// @name 嗅探迅雷链接 Jaeger
// @namespace https://gist.github.com/jae-jae/70f175342130f11df1ae7bd54b93581e
// @version 1.4.6
// @description 嗅探页面内所有迅雷下载链接,方便批量离线下载
// @author Jaeger <JaegerCode@gmail.com>
// @icon http://lixian.vip.xunlei.com/favicon.ico
// @include http*
// @require https://raw.githubusercontent.com/jae-jae/l.js/master/userjs/l.userjs.min.js
// @require https://gist.githubusercontent.com/jae-jae/35a1833079d26e6c9d9c6d5bed982353/raw/userjs-base.js
@jae-jae
jae-jae / UserScript.js
Last active July 28, 2021 08:17
tampermonkey脚本基类
// @require https://raw.githubusercontent.com/jae-jae/l.js/master/userjs/l.userjs.min.js
// @require https://gist.githubusercontent.com/jae-jae/35a1833079d26e6c9d9c6d5bed982353/raw/userjs-base.js
// @grant GM_xmlhttpRequest
// @connect cdnjs.cloudflare.com
// @connect raw.githubusercontent.com
// @connect gist.githubusercontent.com
@jae-jae
jae-jae / Pipfile
Last active May 21, 2019 01:58
download m3u8
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pysimplegui = "*"
requests = "*"
@jae-jae
jae-jae / PanDownload网页版.user.js
Last active May 16, 2019 10:37
百度网盘不限速直链下载,百度网盘分享链接自动跳转到 PanDownload 网页版去下载。
// ==UserScript==
// @name PanDownload网页版 - 百度网盘不限速直链下载 Jaeger
// @namespace https://github.com/jae-jae
// @version 1.3
// @description 百度网盘分享链接自动跳转到 PanDownload 网页版去下载
// @author Jaeger
// @match https://pan.baidu.com/s/*
// @match https://pan.baidu.com/share/*
// @match https://yun.baidu.com/s/*
// @grant GM_openInTab
@jae-jae
jae-jae / export-cookie.js
Created April 15, 2019 05:15
Electron Export Netscape HTTP Cookie File
@jae-jae
jae-jae / install-laravel-supervisor.md
Last active September 4, 2018 07:44
laravel supervisor

install-laravel-supervisor

sudo cp install-laravel-supervisor.sh /usr/local/bin/lsp
sudo chmod +x /usr/local/bin/lsp

laravel 项目跟目录 执行:

@jae-jae
jae-jae / baidu.css
Last active July 18, 2018 02:41
Stylus网页界面自定义样式
/**
基于样式:https://userstyles.org/styles/123858/baidu-lite
**/
@-moz-document url-prefix("http://baidu.com"), url-prefix("http://www.baidu.com"), url-prefix("https://www.baidu.com"), url-prefix("https://baidu.com") {
/*========= Public ========= */
* {
font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
}
::-webkit-scrollbar {
@jae-jae
jae-jae / amh4.2.sh
Last active January 9, 2018 14:17
amh4.2.sh
#!/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
clear;
echo '================================================================';
echo ' [LNMP/Nginx] Amysql Host - AMH 4.2 ( mod by 2014520.cn )';
echo ' http://Amysql.com';
echo '================================================================';