Skip to content

Commit

Permalink
Add reader.miniflux.app as match site
Browse files Browse the repository at this point in the history
  • Loading branch information
PipecraftNet committed Apr 25, 2023
1 parent 218faa0 commit 9e167f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/userscript/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// @icon {icon}
// @author {author}
// @license {license}
// @match https://reader.miniflux.app/*
// @match https://miniflux.pipecraft.net/*
// ==/UserScript==
//
5 changes: 4 additions & 1 deletion src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import styleText from "data-text:./content.scss"
import type { PlasmoCSConfig } from "plasmo"

export const config: PlasmoCSConfig = {
matches: ["https://miniflux.pipecraft.net/*"],
matches: [
"https://reader.miniflux.app/*",
"https://miniflux.pipecraft.net/*",
],
}

const storageKey = "extension.miniflux.cache"
Expand Down

0 comments on commit 9e167f9

Please sign in to comment.