From fe60223bece8c9ef0db41b3d3fa7f975879339c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@hornquist.se> Date: Sat, 13 Apr 2019 13:26:24 +0200 Subject: [PATCH] Add README. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e15a8bf --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Web Monkey Scripts +================== +A collection of user scripts for different browsers. Mainly tested in chrome. + +Easiest way to import them is to use their raw URL's from this repo. +For example; `reddit-hide-sidebar` has its main/index file @ +<https://git.lysator.liu.se/hugo/web-monkey-scripts/blob/master/reddit-hide-sidebar/index.js> + +Simply replacing blob => raw gives the actual text file, fit for a direct +import. +<https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/reddit-hide-sidebar/index.js> + -- GitLab