23 Mar
Blogger has a Content Policy where certain elements published which are considered detrimental towards the browsing experience of users are flagged as offensive, hence forcing an interstitial page that says “Some readers of this blog have contacted Google because they believe this blog’s content is objectionable. In general, Google does not review nor do we endorse the content of this or any blog. For more information about our content policies, please visit the Blogger Terms of Service” before allowing viewers to access the main site.

This has indeed it’s pros and cons which is highly debatable. More notably, sites featuring pornography and obscenity are often victims of such. Among the criteria for a blog to trigger such action is the posting of the following elements that is listed in the Blogger’s Content Policy. Some might say that the introduction of such a page may stop search engines from indexing their site, thus crippling web traffic, which is rather harsh and unfair. But, bloggers must be held responsible for whatever they post.
While browsing for userscripts, I discovered a Javascript that allows you to bypass the ‘Blogger; Content Warning” page automatically. For this tutorial, I’ll be using Firefox, and notably Greasemonkey.
If you haven’t already installed Greasemonkey, you should first install it. For the benefit of others, Greasemonkey is a Firefox addon which allows users to install scripts to dramatically increase one’s browsing experience. On the Userscripts forum, members Michael Devore and groovyskies have both contributed to writing a simple script which bypasses the “Blogger: Content Warning” page.
Blogger Content Warning Autoskip II which is a revamped version of the previous obsolete script that has since been unable to work following the new page layout overhaul of Blogger.
// ==UserScript==
// @name Blogger Content Warning Autoskip II
// @namespace http://blogger.com/
// @include https://www.blogger.com/blogin.g?blogspotURL=*
// ==/UserScript==var continueButton = document.getElementById('continueButton');
if (continueButton)
{
var oEvent = document.createEvent("MouseEvents");
oEvent.initMouseEvent("click", true, true, window, 1, 1, 1, 1, 1, false, false, false, false, 0, null);
continueButton.dispatchEvent(oEvent);
}
Then install the script. You would then be prompted with a screen as shown below;

Select install, and upon successful installation, a message stating Blogger Content Warning Autoskip II has been installed successfully will be displayed on the status bar below.
Now you can view any of your favorite blogger sites without ever bothering about the annoying “Blogger: Content Warning” page anymore. Note that if you have NoScript installed prior to that, you’ve to allow scripts globally beforehand to make this work as this is basically a script. Keep in mind that most of this sites have such an interstitial page in place for a good reason. At the end of the day, you are responsible for whatever you view on the internet. I hope you all enjoyed the guest article. Please do leave a comment.
This is another great article written by xje4bv.
[tags]blogger, warning, content, greasemonkey, firefox[/tags]
: Copying this article to your website is strictly NOT allowed. However, if you like this article, you can use the HTML code below to directly link to this article.
Bypass, Remove and Disable Windows Genuine Notification Easily Bypass YouTube Ban on Thailand How to View Deleted or Removed YouTube Videos Block Pornographic Pictures by Pixelating Images Bypass Compulsory Web Registration By Sharing Logins Share Invites and Get Invited Method to Bypass Megaupload Download Slots Limit That WORKS
Have computer technical problems? Get FREE help from Raymond.CC FORUM
nice ones..but does it bypass blogger that need be invited
From what I’ve tested, it does work but only on client side. This script actually auto clicks on the “I UNDERSTAND AND I WISH TO CONTINUE” button, so you’ll still be seeing that page except you don’t need to do anything to be forwarded to the blogspot page.
It’s just one click only.
Not worth install greasemonkey just to bypass this thing.
It is impossible to untouch the objectionable content on internet.
Anyway thnx for the nice trick!!
Thanks for the tip.
by the way, may I ask for the nationality of our administrator raymond?
tnx
katel2k
looking for bypass blogger that need be invited huhuhuhu….
This userscript works but, if you notice, you do actually see the warning for a split second. Maybe when it’s updated this will be fixed.
Nice. But how can I do that inside of Thunderbird instead of Firefox (as I’m reading many of the blogs as RSS-Feed).
Thanks for the guide, helped me bypass it.
It is awesome posting. Thanks for sharing with us.
I’d like to know how to not click on that warning saying “Content Warning – The blog that you are about to view may contain content only suitable for adults. In general, Google does not review nor do we endorse the content of this or any blog. For more information about our content policies, please visit the Blogger Terms of Service”.
This bugs me. I’m 30 yo, not a baby anymore and don’t need this stupidity.