how to Prevent Governmental blocking ruls ?!

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
peaceful1
Posts: 114
Joined: Thu Nov 18, 2010 6:25 pm

Re: how to Prevent Governmental blocking ruls ?!

Post by peaceful1 »

first of all this is not the off topic section of the forums second I assure you this one is much better
peaceful1
Posts: 114
Joined: Thu Nov 18, 2010 6:25 pm

Re: how to Prevent Governmental blocking ruls ?!

Post by peaceful1 »

ha!!

the government has blocked Google search & gmail permanently.

the first phase of national internet (intranet) has been lunched in the governmental departments
smartgig
Posts: 2
Joined: Thu Aug 30, 2012 1:12 pm

Re: how to Prevent Governmental blocking ruls ?!

Post by smartgig »

Please help ! :
lewisje wrote:Have you considered changing your DNS settings to use these servers?

Code: Select all

156.154.70.22
156.154.71.22
These are for Comodo Secure DNS: http://www.comodo.com/secure-dns/

Also, I have gone ahead and copied in that UserScript; just copy the text, save as "peyvanda.user.js" and use it with Chrome, Firefox with GreaseMonkey or Scriptish, or Opera, or any other browser that allows UserScripts...

Code: Select all

// ==UserScript==
// @name              Remove peyvandha.ir
// @namespace    http://userscripts.org/users/293637
// @description    Replaces the Islamic Republic of Iran censored content notice page with this message: "Content has been censored by the Islamic Republic of Iran!" and allows you to load the censored content from Google web cache.
// @include           *
// ==/UserScript==

var filters = ["http://10.10.34.34/"];
var iframe = document.getElementsByTagName("iframe")[0];
var loc = document.location;

for (var j = 0; j < filters.length; ++j) {
	if (iframe.src.indexOf(filters[j]) != -1) {
		var cache = "https://webcache.googleusercontent.com/search?q=cache:" + loc + "&hl=en";
		var text = document.createElement("p");
		text.innerHTML = "Content has been censored by the Islamic Republic of Iran! <a href = '" + cache + "'>Click here</a> to try loading it from Google web cache.";
		iframe.parentNode.replaceChild(text, iframe);
	}
}
For Safari, the author's extension is here: http://www.multiupload.com/KOX1F1FIV6
I've used your script and it's nice.
I just want to modify the script so as it automatically loads the blocked url from my socks5 proxy server instead of showing the phrase '"Content has been censored by the Islamic Republic of Iran! <a href = '" + cache + "'>Click here</a> to try loading it from Google web cache.";'

Please help me with the userscript.

Thanks
peaceful1
Posts: 114
Joined: Thu Nov 18, 2010 6:25 pm

Re: how to Prevent Governmental blocking ruls ?!

Post by peaceful1 »

sorry I don't know java script

I think if your request here:
http://userscripts.org/forums
it will be more relevant
Guest

Re: how to Prevent Governmental blocking ruls ?!

Post by Guest »

peaceful1 wrote:it's been 3-4 months that Fanboy site has been blocked by the government so I guess Iranians can only use Easy list (hope they won't block the main site)
peaceful1
Posts: 114
Joined: Thu Nov 18, 2010 6:25 pm

Re: how to Prevent Governmental blocking ruls ?!

Post by peaceful1 »

whats with the quoting ?
peaceful1
Posts: 114
Joined: Thu Nov 18, 2010 6:25 pm

Re: how to Prevent Governmental blocking ruls ?!

Post by peaceful1 »

they have changed the blocking method I think it is DNS based or something else the side IP stays the same the blocking page becomes a part of the main domain & you can't view the pages third part details :

for example the blocking url won't be:

payvandha.ir/pic.jpeg it will be bbc.com/1.jpeg


so if you try to block the page it will block the main page & if you try to block the elements the are too general so false positives my happen

the only way is too block the elements :

Code: Select all

##.idc.c10
##.idc.c4
##.idc.c9
##.idc.c2
##.idc.c3
##.idc.c8
##.idc.c5
##.idc.c6
##.idc.c7
##DIV[style="background-color:#751868;    font-size:16px;    height:41px;    padding-top:15px;    width:950px;"]
###foo
||internet.ir^
but unfortunately it won't block the redirection anymore.

none of the java scripts or add ons or others respond any more

any suggestions ?


by the way there was a site that viewed blocked sites as they are viewed in iran do any of u guys have its address ?
peaceful1
Posts: 114
Joined: Thu Nov 18, 2010 6:25 pm

Re: how to Prevent Governmental blocking ruls ?!

Post by peaceful1 »

looks like it is a thing for FANAVA co. not for all internet providers
peaceful1
Posts: 114
Joined: Thu Nov 18, 2010 6:25 pm

Re: how to Prevent Governmental blocking ruls ?!

Post by peaceful1 »

Iran rolls out domestic internet

http://www.bbc.com/news/technology-37212456

Iran's Own Internet
The country has been blocking certain websites for more than a decade. Now, it’s creating an intranet that is entirely Iranian.

http://www.theatlantic.com/news/archive ... et/497894/
peaceful1
Posts: 114
Joined: Thu Nov 18, 2010 6:25 pm

Re: how to Prevent Governmental blocking ruls ?!

Post by peaceful1 »

As it seems the public sector has been shifted to national intranet for security reasons for awhile

the documentary zero days was after the Stuxnet attack made the government sector to take it more seriously :

documentary zero days: http://www.imdb.com/title/tt5446858/

So you can't bypass the internet in the public sectors anymore. the infrastructure cant support for the whole country

the national intranet well block the unwanted sites for good you cant access any block site any more
Post Reply