1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-22 19:28:39 +00:00
Commit Graph

89 Commits

Author SHA1 Message Date
Aurelien David
019211e341 handle content-type x-rss+xml as feed (#64) 2023-05-27 13:48:08 +02:00
Aurelien David
85e190eaad v3.19 2022-11-19 14:19:56 +01:00
Aurelien David
4f8a523d5f Merge branch 'jonafato-youtube-handle-urls' 2022-11-19 14:19:31 +01:00
Jon Banafato
08435a3921 Support handle URLs for YouTube detection
YouTube recently added support for handles and has updated some links in
the UI to default to these formats. The existing logic works without
modification once a new regex for matching against handle URLs is added.
2022-11-18 14:56:09 -05:00
Aurelien David
0f3d18390b youtube: handle non-latin characters in channel name 2022-08-04 13:53:43 +02:00
Aurelien David
8aae6d1b4a release 3.17 2022-03-18 16:04:37 +01:00
J. Tóth Tamás
4c68719d6d Pass the opener tab ID to browser.tabs.create
This means that:
- the RSS preview tab opens in the same container in which the opener
  tab was open (without need for extra permissions);
- the RSS preview tab appears right next to the tab from which it was
  opened, not at the end of the tab bar; and
- if the user closes the tab without switching tabs between opening and
  closing the tab, Firefox activates the previous tab (i.e. from which
  the RSS preview was opened), not the next one.
2022-03-17 23:33:56 +01:00
Aurelien David
177aacd95c extension.getUrl() is deprecated 2022-02-16 16:14:09 +01:00
Aurelien David
5a33e6eda2 release 3.16 2022-02-16 15:35:27 +01:00
Aurelien David
eb0da24672 add bypassCSP option + fix sync options in background 2022-01-14 17:19:42 +01:00
Aurelien David
0291039c55 force content security policy to accept inline css (#69) 2022-01-05 20:12:25 +01:00
Aurelien David
8a6ccab606 add option to open feeds in new tabs or not (#62) 2020-12-04 17:35:37 +01:00
Aurelien David
c910cf1a8f v3.14 2020-07-15 22:04:55 +02:00
Aurelien David
8f219951a8 add label for lastbuilddate (#57) 2020-07-15 22:04:33 +02:00
Aurelien David
6ef3c00ace handle lastbuilddate (#57) 2020-07-15 18:33:13 +02:00
Aurelien David
97ca03cb5d regexp named groups aren't supported until ff 78 (#56) 2020-07-09 20:24:01 +02:00
Aurelien David
10790dfede v3.13 2020-07-08 10:53:14 +02:00
Aurelien David
884a7c3697 youtube: handle user/<username> urls (#55) 2020-07-08 10:51:11 +02:00
Aurelien David
ecc7288d44 Merge branch 'jonafato-youtube-improvements' 2020-07-08 10:45:35 +02:00
Jon Banafato
acdf89e736 Improve YouTube feed detection
YouTube supports channels identified by both channel ID and channel
name. For example, https://www.youtube.com/c/dslrvideoshooter and
https://www.youtube.com/channel/UCMmA0XxraDP7ZVbv4eY3Omg are the same
channel, but the former has a more human-friendly URL. This change
allows the extension to detect the channel's RSS feed regardless of
which URL is loaded using the canonical link provided on each channel
page. This change is fully backward compatible.
2020-07-07 18:54:04 -04:00
Aurelien David
4ca2e1cc3f minor release 3.12.1 2020-04-09 15:27:06 +02:00
Aurelien David
b2d0b97784 use browser ui language instead of page lang preference (#47) 2020-01-26 14:29:23 +01:00
Aurelien David
319faddd49 v3.12 manifest 2020-01-26 14:13:17 +01:00
Aurelien David
f28c05e4b9 Merge branch 'Zocker1999NET-patch-1' 2020-01-26 14:12:18 +01:00
Aurelien David
2e1116e48f Merge branch 'patch-1' of https://github.com/Zocker1999NET/rsspreview into Zocker1999NET-patch-1 2020-01-26 14:07:54 +01:00
Aurelien David
d1c0af7b55 use option to use color icon in url bar (#33) 2020-01-26 14:07:00 +01:00
Felix Stupp
dd13667ef7
CSS: Declare text color to default black
Because background color is defined, the text may be not readable if users changed their default colors in the "Preferences" page of Firefox. So to ensure the text can be read if the defaults are changed, the text color too should be declared.
2020-01-25 15:30:32 +01:00
Aurelien David
39d49f5e09 v3.11 2019-10-27 10:38:04 +01:00
Aurelien David
e6f6c1183e add support for content:encoded in rss (#45) 2019-10-27 10:36:47 +01:00
Aurelien David
90bce18337 allow dash and underscore in youtube channel ids 2019-10-27 09:44:54 +01:00
Aurelien David
18c4388714 Merge branch 'jonafato-domain-specific-feed-finders' 2019-10-27 09:43:12 +01:00
Jon Banafato
e8f697ade2 Add support for domain-specific feed detection
Refactor the `findFeeds` function to allow easy addition of custom
finder functions. This change does three things:

1. Breaks the iTunes and standard feed detection logic into their own respective functions
2.  Adds a YouTube feed detection function
3. Creates a mapping to support custom feed detection functions for
additional domains

Fixes #34.
2019-10-26 21:48:21 -04:00
Aurelien David
83326eeec0 added support for dc:creator (#43) 2019-08-13 22:01:09 +02:00
Aurelien David
509fac7ad6 v3.10 2019-07-28 17:35:40 +02:00
Aurelien David
dfd61e960b add option to display authors (#41) 2019-07-28 17:35:12 +02:00
Aurelien David
d0102e9330 reorder xsl 2019-06-27 00:26:33 +02:00
Aurelien David
4199255108 atom: prioritize link rel alternate to entry links (#40) 2019-06-27 00:05:32 +02:00
A. David
6f6f53ee58
update readme 2019-06-25 22:08:23 +02:00
Aurelien David
05e8c18cdb fix for new apple podcasts urls 2019-06-25 22:01:06 +02:00
Aurelien David
65ec9799d7 handle whitespace in code blocks better (#36) 2019-06-02 15:35:49 +02:00
Aurelien David
1be5615326 enable detection by default 2019-06-02 13:52:18 +02:00
Aurelien David
f03abbfb84 detect rss feeds from itunes links 2019-03-10 15:57:12 +01:00
Aurelien David
537dfaeb6c manifest v3.5 2019-02-28 10:35:46 +01:00
A. David
33d4027b4a
added LICENSE
closes #31
2019-02-28 10:27:53 +01:00
A. David
325fd17273
Merge pull request #30 from jonafato/preview-full-content-option
Add option to preview full feed contents
2019-02-28 10:04:15 +01:00
Jon Banafato
6f1bba64d9 Add option to preview full feed contents
Currently, if a feed provides summaries of posts, it's not possible to
view the full content within the preview page. This change adds a new
option to choose between summary and full contents.
2019-02-27 22:45:16 -05:00
Aurelien David
e721622394 manifest v3.4 2019-02-14 23:05:32 +01:00
Aurelien David
8a1585f1be add option for custom css (#28) 2019-02-14 23:04:18 +01:00
Aurelien David
fe1fc2ea3a add option to display raw xml instead of preview (#29) 2019-02-14 21:44:15 +01:00
Aurelien David
55f8d983c8 update readme 2019-02-12 08:31:32 +01:00