Skip to content

Commit

Permalink
Merge pull request #4 from litetex/develop
Browse files Browse the repository at this point in the history
Release v1 #2
  • Loading branch information
litetex authored Sep 28, 2020
2 parents 7abbfcd + a7dd8c9 commit 74d92f8
Show file tree
Hide file tree
Showing 5 changed files with 979 additions and 1,069 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
working-directory: src

- run: npm install
working-directory: src

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
working-directory: src

- run: npm install
working-directory: src

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![build](https://img.shields.io/github/workflow/status/litetex/predefined-cookie-loader/Master%20CI?label=build)](https://github.com/litetex/predefined-cookie-loader/actions?query=workflow%3A%22Master+CI%22)
[![build develop](https://img.shields.io/github/workflow/status/litetex/predefined-cookie-loader/Develop%20CI?label=build%20develop)](https://github.com/litetex/predefined-cookie-loader/actions?query=workflow%3A%22Develop+CI%22)
[![Known Vulnerabilities](https://snyk.io/test/github/litetex/predefined-cookie-loader/badge.svg?targetFile=src/package.json)](https://snyk.io/test/github/litetex/predefined-cookie-loader?targetFile=src/package.json)

# predefined-cookie-loader <img src="src/icons/icon96.png" width=56></img>

Loads, overrides and sets predefined 🍪 cookies into the browser
Expand All @@ -15,7 +17,7 @@ Your browser automatically deletes everything after you closed it? <br/>
And when you start it again everything is full of "We use cookies"-popups?<br/>
<img src="assets/CookiePopupExample.png" height=264></img>

Now you can preload the corresponding cookies:
Now you can preload the corresponding cookies and surf 🏄‍ the web in peace ✌️
```JSON
{
"<wellknownSearchEngine>.com": [
Expand Down
Loading

0 comments on commit 74d92f8

Please sign in to comment.