Miniflux Mark Above/Below as Read

Add buttons to mark entries above or below as read in Miniflux

作者
brfuk
今日安裝
0
安裝總數
2
評價
0 0 0
版本
1.0
建立日期
2025-07-21
更新日期
2025-07-21
尺寸
4.7 KB
授權條款
MIT
腳本執行於

Add '↑ Above' and '↓ Below' buttons on the feed entry list page of miniflux, to mark above as read or mark below as read.



**How to use**

1. Replace "your_miniflux_url" with your own miniflux url in "// @match https://your_miniflux_url/feed/*"

2. Replace "SAMPLE_API_TOKEN" with your own token in "const API_TOKEN = 'SAMPLE_API_TOKEN';". The token can be generated in "https://your_miniflux_url/keys"

3. Replace "your miniflux_url" with your own miniflux url in "const MINIFLUX_API = 'https://your_miniflux_url/v1/entries';"