From 1a0bde9a5ba5328bd392300c3cb5f3a9502b7cea Mon Sep 17 00:00:00 2001 From: plata Date: Sat, 15 May 2021 18:23:46 +0000 Subject: [PATCH] README: add link to FirefoxCSS subreddit as additional resource (MR 7) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 31231e9..2700d03 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,6 @@ Firefox' developer tools include a [remote debugger](https://developer.mozilla.o * Scroll down to Processes, Main Process, and click "Inspect" * Now use the "Pick an element" button as described in the introduction. Find the `userChrome.css` file in the "Style editor" tab and edit it as you like. * Consider copy pasting the contents to a text editor every now and then, so you don't lose it when closing Firefox by accident. + +## Additional resources +* [FirefoxCSS subreddit](https://www.reddit.com/r/FirefoxCSS/)