Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 752 Bytes

File metadata and controls

17 lines (10 loc) · 752 Bytes

tt-rss-one-click-mark

A TT-RSS plugin that will add a one-click 'Mark as read' button on the toolbar.

Installing the plugin

  1. Clone this repo or just grab the latest release and extract the one_click_mark folder into the plugins.local folder of ttrss
  2. Enable in preferences

Screenshot

Prefs Screenshot

Hiding the original button

  1. Go to Preferences / Theme / Customize
  2. Copy & paste this css: #main-catchup-dropdown { display: none !important; }