From c126ac68a43053919e29c5638e4a283da4260900 Mon Sep 17 00:00:00 2001 From: Lior Grossman Date: Mon, 24 Jul 2023 17:16:51 -0500 Subject: [PATCH] Update links in docs & comments to HTTPS --- .gitignore | 4 ++-- CONTRIBUTING.md | 8 ++++---- README.md | 2 +- chrome-extension/icons/README.txt | 4 ++-- chrome-extension/js/background/analytics.js | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 63df7dff..28c6f287 100644 --- a/.gitignore +++ b/.gitignore @@ -32,13 +32,13 @@ coverage # nyc test coverage .nyc_output -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # node-waf configuration .lock-wscript -# Compiled binary addons (http://nodejs.org/api/addons.html) +# Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Dependency directories diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b1e1173..df9af77e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ Start by inspecting the inverted element using Chrome Developer Tools. You will 1. **invert-back is necessary and missing**: the element needs to be inverted back, but isn't. Inverting the element colors back is done by adding a selector in `[SITENAME].scss`, e.g. ``` -.elementSelector { +.elementSelector { @include invert-back(); } ``` @@ -51,7 +51,7 @@ Start by inspecting the inverted element using Chrome Developer Tools. You will This happens when overly-wide selector is is used, for example: `img { @include invert-back() }`. In such case, you can exclude this specific element from being inverted back: ``` -img { +img { @include invert-back(); .elementSelector { filter: none !important; @@ -68,7 +68,7 @@ git add . git commit -m "Description of Changes" git push origin master ``` -3. Go to [GitHub](https://github.com) and navigate to **your fork of Darkness**. +3. Go to [GitHub](https://github.com) and navigate to **your fork of Darkness**. 1. Click the **New pull request** button (above the file list) 1. Click the **Create pull request** button. 1. Add a description for your pull request and click **Create pull request** @@ -81,4 +81,4 @@ git push origin master #### Git Configuration After [installling Darkness locally](./README.MD), the 1st remote is **origin**, which points to your fork on GitHub (use it to push and pull). -The 2nd remote that is added by you is **upstream** that points to the original Darkness repo (use it to fetch and make pull requests). [See diagram](http://i.stack.imgur.com/cEJjT.png). +The 2nd remote that is added by you is **upstream** that points to the original Darkness repo (use it to fetch and make pull requests). [See diagram](https://i.stack.imgur.com/cEJjT.png). diff --git a/README.md b/README.md index d9b8eb20..d9243e26 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Using dark themes reduces the eye strain and fatigue caused by a bright screen, **[Pull requests are welcome! Help us improve Darkness by contributing fixes and new themes](./CONTRIBUTING.md)** -**Major contributors (10+ commits):** [Lior Grossman](http://liorgrossman.com/), [Theis Villumsen](https://folkmann.it/), [Nicolas Botello](http://nicolasbotello.com/), [Derek Bytheway](https://github.com/derekbtw/), [Matt Tayler](https://github.com/maylortaylor) +**Major contributors (10+ commits):** [Lior Grossman](https://liorgrossman.com/), [Theis Villumsen](https://folkmann.it/), [Nicolas Botello](https://nicolasbotello.com/), [Derek Bytheway](https://github.com/derekbtw/), [Matt Tayler](https://github.com/maylortaylor)
Screenshot diff --git a/chrome-extension/icons/README.txt b/chrome-extension/icons/README.txt index beaab336..035a3fa4 100644 --- a/chrome-extension/icons/README.txt +++ b/chrome-extension/icons/README.txt @@ -1,4 +1,4 @@ -This webfont is generated by http://fontello.com open source project. +This webfont is generated by https://fontello.com open source project. ================================================================================ @@ -21,7 +21,7 @@ Comments on archive content - /font/* - fonts in different formats -- /css/* - different kinds of css, for all situations. Should be ok with +- /css/* - different kinds of css, for all situations. Should be ok with twitter bootstrap. Also, you can skip style and assign icon classes directly to text elements, if you don't mind about IE7. diff --git a/chrome-extension/js/background/analytics.js b/chrome-extension/js/background/analytics.js index ed83ce7d..30290d1a 100644 --- a/chrome-extension/js/background/analytics.js +++ b/chrome-extension/js/background/analytics.js @@ -28,7 +28,7 @@ var initializeAnalyticsOnStart = function() { ga('create', 'UA-76391501-2', 'auto'); // Initialize analytics to work properly in a background script - ga('set', 'checkProtocolTask', function() {}); // Removes failing protocol check. @see: http://stackoverflow.com/a/22152353/1958200 + ga('set', 'checkProtocolTask', function() {}); // Removes failing protocol check. @see: https://stackoverflow.com/a/22152353/1958200 // Keep users' privacy ga('set', 'anonymizeIp', true); // Anonymize users' IP