mirror of https://gitlab.com/curben/blog
post(tags): consolidate tags
This commit is contained in:
parent
c803c1aee5
commit
eedb5241a1
|
@ -5,7 +5,6 @@ date: 2019-02-28
|
||||||
lastUpdated: 2019-04-29
|
lastUpdated: 2019-04-29
|
||||||
tags:
|
tags:
|
||||||
- firefox
|
- 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.
|
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.
|
||||||
|
|
|
@ -6,7 +6,6 @@ lastUpdated: 2019-08-27
|
||||||
tags:
|
tags:
|
||||||
- firefox
|
- firefox
|
||||||
- privacy
|
- 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).
|
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).
|
||||||
|
|
|
@ -4,7 +4,7 @@ excerpt: How to get rid of these bloatware.
|
||||||
date: 2018-09-26
|
date: 2018-09-26
|
||||||
lastUpdated: 2019-03-01
|
lastUpdated: 2019-03-01
|
||||||
tags:
|
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.
|
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.
|
||||||
|
|
|
@ -4,6 +4,7 @@ excerpt: How to run binaries of locally installed node packages.
|
||||||
date: 2018-10-24
|
date: 2018-10-24
|
||||||
tags:
|
tags:
|
||||||
- node
|
- node
|
||||||
|
- javascript
|
||||||
---
|
---
|
||||||
|
|
||||||
Installing a package with `--global` introduce more trouble than convenience. Here's how to run binaries of locally installed node packages.
|
Installing a package with `--global` introduce more trouble than convenience. Here's how to run binaries of locally installed node packages.
|
||||||
|
|
|
@ -7,6 +7,7 @@ tags:
|
||||||
- node
|
- node
|
||||||
- snyk
|
- snyk
|
||||||
- security
|
- security
|
||||||
|
- javascript
|
||||||
---
|
---
|
||||||
|
|
||||||
## Intro
|
## Intro
|
||||||
|
|
|
@ -4,7 +4,6 @@ excerpt: Use this workaround to view the whole image.
|
||||||
date: 2019-06-28
|
date: 2019-06-28
|
||||||
tags:
|
tags:
|
||||||
- firefox
|
- 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue