InoReader - Fix Open Article in Background Tab

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

< 脚本InoReader - Fix Open Article in Background Tab的反馈

提问/评论

§
发表于: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.

LittlePluto作者
§
发表于:2015-12-16

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

§
发表于: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!

发表回复

登录以发表回复。