- V2EXcellent.js v2ex回复树形显示
- https://greasyfork.org/zh-CN/scripts/27183-%E6%8B%92%E7%BB%9D%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%99%BB%E5%BD%95-%E6%B7%98%E5%AE%9D-%E4%BA%AC%E4%B8%9C%E7%AD%89%E7%BD%91%E7%AB%99%E9%BB%98%E8%AE%A4%E5%87%BA%E7%8E%B0%E8%B4%A6%E5%8F%B7%E5%AF%86%E7%A0%81%E7%99%BB%E5%BD%95%E7%95%8C%E9%9D%A2 拒绝二维码登录(淘宝、京东等网站默认出现账号密码登录界面)
- https://greasyfork.org/zh-CN/scripts/329484-%E8%B1%86%E7%93%A3%E8%B5%84%E6%BA%90%E4%B8%8B%E8%BD%BD%E5%A4%A7%E5%B8%88-1%E7%A7%92%E6%90%9E%E5%AE%9A%E8%B1%86%E7%93%A3%E7%94%B5%E5%BD%B1-%E9%9F%B3%E4%B9%90-%E5%9B%BE%E4%B9%A6%E4%B8%8B%E8%BD%BD 豆瓣资源下载大师:1秒搞定豆瓣电影|音乐|图书下载
- https://greasyfork.org/en/scripts/389674-iso-time-format-for-stackoverflow Use ISO time format for Stack Overlow and other Stack Exchange sites
- 夜间模式助手
- [网易云音乐网页直接下载](https://greasyfork.org/scripts/33046-%E7%BD%91%E6%98%93%E4%BA%91%E9%9F%B3%E4%B9%90%E7%9B%B
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Youtube Advanced Speed Controller | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Allows you to play youtube videos from 0 to 16 times normal speed | |
// @author Ehren Julien-Neitzert | |
// @match https://www.youtube.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 在豆瓣查找Z-lib资源 | |
// @description 直接查找在Z-lib网站上的书籍资源 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.5 | |
// @author Tim | |
// @match https://book.douban.com/* | |
// @grant GM_xmlhttpRequest | |
// @license MIT | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from sqlalchemy import create_engine | |
from sqlalchemy.orm import sessionmaker | |
from sqlalchemy.pool import StaticPool | |
import sqlite3 | |
# According to SQLite documentation, both strings below should create in-memory databases: | |
#url_mode_memory = "sqlite:///file:foo.db?mode=memory&uri=true" | |
url_mode_memory = "file:foo.db?mode=memory&cache=shared" | |
sql_url = f'sqlite:///{url_mode_memory}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#~/.bashrc | |
cat << EOF | |
........;,',,... | |
....,lxkOK0K0XXXXXXKK0koc:,. | |
.c,.cOKXXXXXXXXXXXXXXXXXXXXXXKOkd:. | |
.;,:o0KK00KXXXXKKKK00OOO0K0KKKXXXXXXKx, | |
;;...,::;lk0d,...... ...':xKXXXXKl | |
d0do, .c,. .xXXXXXl |
use aptitude to install redsocks:
pi@raspberrypi:~ $ sudo aptitude show redsocks
Package: redsocks
Version: 0.5-1
State: installed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pyautogui | |
import time | |
pyautogui.moveTo(134, 1) | |
pyautogui.click() | |
pyautogui.hotkey('f1') | |
pyautogui.moveTo(260, 112) | |
pyautogui.click() | |
pyautogui.typewrite('519888') | |
time.sleep(0.5) | |
pyautogui.moveTo(278, 201) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/miniconda2/envs/py2k/bin/django-admin startproject mytrans | |
zdbdeMacBook-Air:hashlong zdb$ cd mytrans/ | |
zdbdeMacBook-Air:mytrans zdb$ ls | |
manage.py mytrans | |
~/miniconda2/envs/py2k/bin/python manage.py startapp polls | |
~/miniconda2/envs/py2k/bin/python manage.py runserver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ui] | |
username = nemo.zhang | |
merge = meld | |
editor = vim | |
[extensions] | |
mq = | |
extdiff = | |
[extdiff] |
NewerOlder