aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAge
* Add recipe for Microsoft To Do (#325)Libravatar Yoga Setiawan2020-10-10
|
* Fixed Slite querySelector and code style improvements (#324)Libravatar Francisco Marques2020-10-10
|
* Use imagemin to minify images (#323)Libravatar Vijay Raghavan Aravamudhan2020-10-09
|
* Add recipe for Disqus (#322)Libravatar Francisco Marques2020-10-08
|
* Minify images using ImageOptim (lossless compression) (#313)Libravatar Vijay Raghavan Aravamudhan2020-10-07
|
* Added recipe for Pinterest (#316)Libravatar Yoga Setiawan2020-10-07
|
* Add recipe for Slite (#312)Libravatar Francisco Marques2020-10-07
|
* Add recipe for Lark (#315)Libravatar Shao Yang Hong2020-10-07
|
* Add recipe for Simplenote (#317)Libravatar Yoga Setiawan2020-10-07
|
* Add recipe for YouTrack (#318)Libravatar Yoga Setiawan2020-10-07
|
* Add OneNoteLibravatar Bennett2020-10-04
|
* Add iCloud RemindersLibravatar Bennett2020-10-04
|
* Add FigmaLibravatar Bennett2020-10-04
|
* Add DevDocsLibravatar Bennett2020-10-04
|
* Add TickTickLibravatar Bennett2020-10-04
|
* Fixing PR comments: changed name to 'Yahoo Mail' and id to 'yahoo-mail'.Libravatar Vijay A2020-10-04
|
* Added recipe for yahoo mail.Libravatar Vijay A2020-10-04
|
* Merge pull request #307 from kris7t/gmail-unread-countLibravatar Bennett2020-10-03
|\ | | | | More careful Gmail unread count detection
| * More careful Gmail unread count detectionLibravatar Kristóf Marussy2020-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 10a670fe33bd7fab841ddaf4674deb11477f2267 changed the unread count detection to grab the number besides the Inbox link instead of the total number of unread messages in the traditional inbox. However, this detection may fail in there are no unread messages in the inbox and report the number of unread messages from a different category instead. This commit combines the previous and the combined approach by first finding the "Inbox" link as in the previous approach, but it extracts the number of unread messages from the number beside it (instead of the aria-label with the total number of unread messages).
* | Merge pull request #308 from kris7t/skype-callsLibravatar Bennett2020-10-03
|\ \ | | | | | | Spoof Chrome plugins for Skype
| * | Spoof Chrome plugins for SkypeLibravatar Kristóf Marussy2020-10-03
| |/ | | | | | | | | | | | | | | | | | | | | Skype for Web requires either Chrome or Edge, but refuses to cooperate with Chromium. The detection of (non-)Chromium is based on navigator.plugins: https://github.com/Eloston/ungoogled-chromium/issues/1010#issuecomment-643740388 Since we cannot rebuild Chromium to report a different plugin identity, we instead patch Plugins.prototype to do the spoofing. Closes https://github.com/getferdi/ferdi/issues/973
* / Updated Zoho iconsLibravatar tofran2020-10-03
|/
* Update user agent for OWA and Outlook (#302)Libravatar Daniel Smith2020-10-02
|
* Update Hangouts Chat to display direct and indirect notifications (#306)Libravatar Mahadevan Sreenivasan2020-10-02
|
* Merge pull request #301 from stephenpapierski/masterLibravatar Bennett2020-09-26
|\ | | | | Gmail getMessages produces wrong value
| * Bumping recipe versionLibravatar Stephen Papierski2020-09-24
| |
| * Changed gmail getMessages to grab value next to Inbox (changes withLibravatar Stephen Papierski2020-09-22
| | | | | | | | inbox type) instead of total messages in the traditional inbox.
* | Remove getDisplayMedia patches from recipesLibravatar Amine Mouafik2020-09-22
|/ | | | See https://github.com/getferdi/ferdi/pull/802
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
Co-authored-by: Amine Mouafik <amine@mouafik.fr>