Answer the question
In order to leave comments, you need to log in
How to browse Habrahabr using Opera 12.17?
After all the pictures on Habré began to be given over https
( https://habrastorage.org/files/****************.jpg ),
the old Opera stopped displaying them .
As I understand it, due to SSL v3 disabled in this build.
Answer the question
In order to leave comments, you need to log in
There is a solution.
We write userscript for opera:
// ==UserScript==
// @name HabraIMGfix
// @include http://habrahabr.ru/*
// @include http://geektimes.ru/*
// @include http://megamozg.ru/*
// ==/UserScript==
//
var imgs=document.getElementsByTagName('img');
for(var i=0;i<imgs.length;++i){
imgs[i].src=imgs[i].src.replace(/^https:/,"http:");
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question