wget --reject-regex "(.*)\?(.*)" --mirror --no-parent --convert-links -p -U Mozilla https://program-think.blogspot.com/find . -type f -name '*.html' -exec sed -i '' 's|https://program-think.blogspot.com/|/|g' {} +| // ==UserScript== | |
| // @name Fuck X | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Save your eyes while using X (formerly Twitter) | |
| // @author Cyandev <[email protected]> | |
| // @match https://twitter.com/* | |
| // @grant none | |
| // ==/UserScript== |
| module demo/mysqlperf | |
| go 1.20 | |
| require github.com/go-sql-driver/mysql v1.7.1 |