fix-image-error at inoreader

Fix image load error caused by CSP(Content Security Policy)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Автор
Mengtao Xin
Щоденних встановлень
0
Всього встановлень
424
Рейтинги
2 1 0
Версія
0.5.0
Створено
07.04.2023
Оновлено
09.06.2024
Size
5,4 кБ
Ліцензія
MIT
Відноситься до

Fix image error at inoreader.

Question

At browser, images may be loaded like here:

<img 
src="https://www.inoreader.com/camo/syTLE-a1MEdDXhwx3ApEOV-s5_G8gDPx0rW5DvgKbE2Q,b64/aHR0cHM6Ly90dmF4Mi5zaW5haW1nLmNuL2xhcmdlLzhkZmI2ZDA2Z3kxZ3pwY2ttZWJkemoyMHJzMGZtZGkwLmpwZw" 
alt="8dfb6d06gy1gzpckmebdzj20rs0fmdi0.jpg" 
data-original-src="https://tvax2.sinaimg.cn/large/8dfb6d06gy1gzpckmebdzj20rs0fmdi0.jpg" 
style="max-width: 650px; height: auto; object-fit: contain;">

Our images will be loaded by inoreader like http proxy, but the origin server may not be happy and don’t provide good images. We need to load images manually and put them to our web pages.