From eedb5241a1422807d337f8db12e0db64892e749a Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Thu, 5 Mar 2020 07:13:27 +0000 Subject: [PATCH] post(tags): consolidate tags --- source/_posts/aliexpress-no-login-firefox.md | 1 - source/_posts/firefox-containers.md | 1 - source/_posts/how-to-remove-windows-10-default-apps.md | 2 +- source/_posts/running-locally-installed-node-packages.md | 1 + source/_posts/secure-node-modules-snyk.md | 1 + source/_posts/view-image-dark-reader-firefox.md | 1 - 6 files changed, 3 insertions(+), 4 deletions(-) diff --git a/source/_posts/aliexpress-no-login-firefox.md b/source/_posts/aliexpress-no-login-firefox.md index f22348b..591e0e0 100644 --- a/source/_posts/aliexpress-no-login-firefox.md +++ b/source/_posts/aliexpress-no-login-firefox.md @@ -5,7 +5,6 @@ date: 2019-02-28 lastUpdated: 2019-04-29 tags: - firefox -- firefox-ext --- AliExpress login doesn't show up on Firefox when there is a strict cross-origin policy (i.e. `network.http.referer.XOriginPolicy`). Here's how to whitelist it. diff --git a/source/_posts/firefox-containers.md b/source/_posts/firefox-containers.md index 0b5c968..598475d 100644 --- a/source/_posts/firefox-containers.md +++ b/source/_posts/firefox-containers.md @@ -6,7 +6,6 @@ lastUpdated: 2019-08-27 tags: - firefox - privacy -- firefox-ext --- There are situations where you may want to use more than one account on a website. Meaning you want to use more than one cookie for a specific website. This can be achieved by using a Private Window or creating/cloning a new Firefox profile. I previously wrote about Firefox profile in a {% post_link firefox-instances-profiles 'separate article' %}. While you can use more than two cookies through Firefox profile, this also means managing multiple profiles (especially if you want to use more than *four* cookies). diff --git a/source/_posts/how-to-remove-windows-10-default-apps.md b/source/_posts/how-to-remove-windows-10-default-apps.md index 711ca9a..7ffe80e 100644 --- a/source/_posts/how-to-remove-windows-10-default-apps.md +++ b/source/_posts/how-to-remove-windows-10-default-apps.md @@ -4,7 +4,7 @@ excerpt: How to get rid of these bloatware. date: 2018-09-26 lastUpdated: 2019-03-01 tags: -- microsoft +- windows --- Windows 10 comes bundled with many unused apps. Worse, it even install third-party apps from time to time by *itself* (even after you remove it!). Here's how to get rid of these bloatware. diff --git a/source/_posts/running-locally-installed-node-packages.md b/source/_posts/running-locally-installed-node-packages.md index 2e75fab..7be74d1 100644 --- a/source/_posts/running-locally-installed-node-packages.md +++ b/source/_posts/running-locally-installed-node-packages.md @@ -4,6 +4,7 @@ excerpt: How to run binaries of locally installed node packages. date: 2018-10-24 tags: - node +- javascript --- Installing a package with `--global` introduce more trouble than convenience. Here's how to run binaries of locally installed node packages. diff --git a/source/_posts/secure-node-modules-snyk.md b/source/_posts/secure-node-modules-snyk.md index bf91d4e..f6562c5 100644 --- a/source/_posts/secure-node-modules-snyk.md +++ b/source/_posts/secure-node-modules-snyk.md @@ -7,6 +7,7 @@ tags: - node - snyk - security +- javascript --- ## Intro diff --git a/source/_posts/view-image-dark-reader-firefox.md b/source/_posts/view-image-dark-reader-firefox.md index b3ff9b7..5d5fede 100644 --- a/source/_posts/view-image-dark-reader-firefox.md +++ b/source/_posts/view-image-dark-reader-firefox.md @@ -4,7 +4,6 @@ excerpt: Use this workaround to view the whole image. date: 2019-06-28 tags: - firefox -- firefox-ext --- When using [Dark Reader](https://addons.mozilla.org/en-US/firefox/addon/darkreader/) (DR) add-on with "Filter" or "Filter+" mode in Firefox (FF 67 as of writing), you may encounter this issue where only the lower half of an image is shown.