W
W
wisd_arh2015-06-03 23:44:37
Opera
wisd_arh, 2015-06-03 23:44:37

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

2 answer(s)
V
VampireDragula, 2015-06-14
@VampireDragula

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:"); 
 }

The file should be called habr .user. js requires the presence of user in the file name.
Then add https://habrastorage.org/ to the content blocker. Everything should work.
Taken from the materials of the topic on ru.board

M
Maxim Moseychuk, 2015-06-04
@fshp

The opera's certificates are expired. Add new ones manually.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question