Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.98 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.98 KB

tapas-rss

A Webextension that adds RSS buttons on tapas.io series pages.

Tapas is a platform for publishing and reading webcomics and webnovels and, while it still provides RSS feeds for the series it hosts, there is no ui component to access these feeds. This webextension restores such functionality.

Do you enjoy reading webcomics? Do you like using RSS instead of each different site's App/subscribe method? Then this extension is for you.

Installation

The Firefox Webextension can be installed directly from https://addons.mozilla.org - just click the button below to get to the installation page

Click here!

The Chrome webextension can be installed from the Chrome Web Store

tapas-rss in action

Tapas-rss adds RSS buttons on:

  • A series' /info page Info page with rss button

  • The sidebar in an episode page Sidebar with rss button

  • The info modal in an episode page Info modal with an rss button

Permissions

The only permission requested by the extension is access to data on tapas.io and m.tapas.io pages, as it is needed to inject the JS that creates the rss button and retrieves the series RSS feed.

Similar projects:

  • A userscript was created by another tapas.io user which does the same as this extension. More information can be found in this thread at tapas.io forums.