From 96ecc1c5f94561047da5b31bf87780660ed61728 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Tue, 20 Aug 2019 16:47:49 +0200 Subject: [PATCH] Link old code --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d912e5b..5a53622 100644 --- a/Readme.md +++ b/Readme.md @@ -3,6 +3,8 @@ DownThemAll! WE The DownThemAll! WebExtension. +For those still on supported browser: [Non-WebExtension legacy code](https://github.com/downthemall/downthemall-legacy). + About --- @@ -34,4 +36,4 @@ Afterwards there is two important commands to run Before submitting patches, please make sure you run eslint, if this isn't done automatically, and eslint does not report any open issues. Code contributions should favor typecript code over javascript code. External dependencies that would ship with the final product (including all npm/yarn packages) should be kept to a bare minimum. -The code base is comparatively large for a WebExtension, with over 10K sloc of typescript and over 14K sloc total. \ No newline at end of file +The code base is comparatively large for a WebExtension, with over 10K sloc of typescript and over 14K sloc total.