Radikal.ru: fix

показ картинок с отключенным js для сайта

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name        Radikal.ru: fix
// @namespace   http://userscripts.org/scripts/show/181126
// @description показ картинок с отключенным js для сайта
// @include     http://radikal-foto.ru/fp/*
// @include     http://radical-foto.ru/fp/*
// @include     http://radikal.ru/fp/*
// @include     http://radikal.ru/lfp/*
// @include     http://radikal.ru/big/*
// @include     http://f-page.ru/fp/*
// @include     http://f-page.ru/lfp/*
// @include     http://f-lite.ru/lfp/*
// @include     http://0xff.pro/fp/*
// @include     http://f-picture.net/lfp/*
// @include     http://f-picture.net/fp/*
// @include     https://radikal.ru/*
// @version     1.0.6
// @grant       none
// ==/UserScript==

var re = /\"Url\":\"(.*?)\"/i;
document.body.innerHTML = "<img src=\""+document.body.innerHTML.match(re)[1]+"\" />";