Greasy Fork is available in English.

InoReader - Fix Open Article in Background Tab

Fixes InoReader's keyboard shortcut to open articles in background tabs in Firefox

< Feedback on InoReader - Fix Open Article in Background Tab

Question/comment

§
Posted: 2015-11-13

Https

This script doesn't work when using https with Inoreader. I uploaded a copy of it with support for https here: https://goo.gl/j1nBUp but didn't make it searchable since I'm not the author of it.
I assume it's possible to include support for both http and https in the same script, but I don't know how, so I will leave that up to the original poster.

LittlePlutoAuthor
§
Posted: 2015-12-16

you could try the following:
if (event.origin == 'https://www.inoreader.com' || event.origin == 'http://www.inoreader.com') {

§
Posted: 2015-12-16

That'll probably work but the people behind Inoreader have already fixed the issue themselves, so I have no real use of the script anymore.

Thanks anyway!

Post reply

Sign in to post a reply.