Skip to content

Instantly share code, notes, and snippets.

View s-hoviegar's full-sized avatar
Code junior

Sajjad Hoviegar s-hoviegar

Code junior
View GitHub Profile

Keybase proof

I hereby claim:

  • I am sh2p on github.
  • I am s_hoviegar (https://keybase.io/s_hoviegar) on keybase.
  • I have a public key ASC3YWSCS3nO9qLU_qWyWhes9k9_kf6xRIhQ8lkS49bS4Qo

To claim this, I am signing this object:

@s-hoviegar
s-hoviegar / Peyvandha.ir-Remover.js
Created March 23, 2015 15:30
A script to prevent Iran's censoreship page shown. Written by Fardjad Davari
// ==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;