From 4457a639386ea9b9c6b5b880e6daa5f22057079b Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 21 Oct 2020 17:20:22 +0800 Subject: import(ProxyChanger): Add readme. --- works/ProxyChanger/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 works/ProxyChanger/README.md (limited to 'works/ProxyChanger/README.md') diff --git a/works/ProxyChanger/README.md b/works/ProxyChanger/README.md new file mode 100644 index 0000000..2177289 --- /dev/null +++ b/works/ProxyChanger/README.md @@ -0,0 +1,5 @@ +Finally I create an extension of Firefox to change proxy. + +It is **extremely dumn and stupid**! + +No webpack, no node, no npm. What you write is what you finally use! -- cgit v1.2.3 From d3fb8fae17f451c2c018c6c97eccc17c844c9f46 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 22 Oct 2020 20:11:34 +0800 Subject: import(ProxyChanger): Fix a typo in README.md. --- works/ProxyChanger/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'works/ProxyChanger/README.md') diff --git a/works/ProxyChanger/README.md b/works/ProxyChanger/README.md index 2177289..939f079 100644 --- a/works/ProxyChanger/README.md +++ b/works/ProxyChanger/README.md @@ -1,5 +1,5 @@ Finally I create an extension of Firefox to change proxy. -It is **extremely dumn and stupid**! +It is **extremely dumb and stupid**! No webpack, no node, no npm. What you write is what you finally use! -- cgit v1.2.3