[ solved ] Help for use Script in Midori ...

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
windowsxp
Posts: 52
Joined: 23. Sep 2009, 18:43

[ solved ] Help for use Script in Midori ...

Post by windowsxp »

Hi,

i want use this script with midori :

https://github.com/Freso/gm-http2https

It 's possible and where put that ?

Thank .
Last edited by windowsxp on 10. Jan 2013, 00:26, edited 1 time in total.
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: Help for use Script in Midori ...

Post by zAchAry »

This script does not for for me.

Midori
Enable: Edit/Preferences/Extensions/User addons
Goto: https://raw.github.com/Freso/gm-http2ht ... ps.user.js
Click on Install user script

Privoxy
This is what I do to redirect HTTP to HTTPS:
Install Privoxy with Sourcery and add the followings to an .action file.

Code: Select all

{ +redirect{s@http://@https://@} }
See also: linux - Privoxy redirect rule for Wikipedia - Unix and Linux - Stack Exchange

Code: Select all

#############################################################################
# Redirect
#############################################################################
#----------------------------------------------------------------------------
# Free Software PDF reader
#----------------------------------------------------------------------------
{+redirect{http://pdfreaders.org/}}
.get.adobe.com/reader/

#----------------------------------------------------------------------------
# Gnash
#----------------------------------------------------------------------------
{+redirect{http://www.getgnash.org/}}
.adobe.com/go/getflash/
.adobe.com/flashplayer/
.macromedia.com/go/getflashplayer
.noscript.net/\?ver=*

#----------------------------------------------------------------------------
# HTTPS Everywhere
#----------------------------------------------------------------------------
{ +redirect{s@http://@https://@} }
.archlinux.org/
.bit.ly/
.blogger.com/
.btjunkie.org/
.code.google.com/
.duckduckgo.com/
.drupal.org/
.fronter.com/
.bugs.gentoo.org/
.forums.gentoo.org/
.gmx.com/
.gmx.net/
.gna.org/
.isohunt.com/
.ixquick.com/
.bugs.kde.org/
.mail2web.com/
.mediawiki.org/
.microsoft.com/
.musicbrainz.org/
.myspace.com/
.registration.excite.com/
.sourceforge.net/
.startingpage.com/
.startpage.com/
.thepiratebay.se/
.torrentz.eu/
.torrentz.me/
.userscripts.org/
.wikimedia.org/
.wikipedia.org/
.wikispecies.org/
.wordpress.com/
.youtube.com/

{ -redirect }
.about.gna.org/
.c.youtube.com/
.home.gna.org/
.gna.org/css/*
.gna.org/images/*
.list.wikimedia.org/

Image
Help to make Slackware easier Donate to Salix
User avatar
windowsxp
Posts: 52
Joined: 23. Sep 2009, 18:43

Re: Help for use Script in Midori ...

Post by windowsxp »

Hi ,

i think it 's not good use with midori ( better with firefox ) ... but i use "https finder 0.86" with firefox .

Privoxy it 's not for me !!!

Thank for your response ...
Post Reply