• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

HyperFilter ads for subs

Joined
Aug 10, 2011
Messages
7,399
Reaction score
3,308
totally forgot Hostkey, never saw those ads anymore :b

They switched servers yesterday.

Download adblocker -> right click -> block this poop -> ok -> done.

Before:

After:

Habbo RZ'ing!

--

Sorry dan, but ads are annoying as poop.

For people that cannot google:
 
Last edited:
Banned
Banned
Joined
Jul 30, 2014
Messages
166
Reaction score
7
Any way we can disable the ads?
Maybe an option for subs?
Cause I think it excessively long and huge. I almost thought that some one is advertising for Hyperfliter in a thread.( I was like WTF!!? ) till I saw its just an ads.
 
Elite Diviner
Joined
Aug 15, 2008
Messages
489
Reaction score
43
They switched servers yesterday.

Download adblocker -> right click -> block this poop -> ok -> done.

Before:

After:

Habbo RZ'ing!

--

Sorry dan, but ads are annoying as poop.
I figured this out myself too, but after that, each thread has this thing.
 
Banned
Banned
Joined
Jul 30, 2014
Messages
166
Reaction score
7
Ads Blocked via Elements in Chrome.
080AZ6B.png
hdOQUJG.png
751M4sC.png

IGjtTh4.jpg



I used this:
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Aug 15, 2008
Messages
489
Reaction score
43
@Lineager What did you add as a filter? I tried forum.ragezone.com###yui-gen1 and forum.ragezone.com###yui-gen66, but those only remove it from this thread.
 
Banned
Banned
Joined
Jul 30, 2014
Messages
166
Reaction score
7
1st i download this:

2nd: it should appear like this
rsvdQv6.png
Click and Select "Block smiliar Elements" << is a must to be effect on all Rz Threads.

3rd AaxvS6O.png
Just Click where u want to remove ( Like a Puzzle )

4th. Repeat STEP 2.

5th. B0WtEAX.png

and It there some more? Just keep repating step 2 and Click where u want.


and finally :
ut0HHXu.png
 

Attachments

You must be registered for see attachments list
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
Or click edit rules and enter:
Code:
HTML[id="vbulletin_html"]>BODY>DIV[id="pageWrapper"]>DIV[id="contentWrapper"]>DIV[id="contentBody"]>DIV[class="body_wrapper"]>DIV[id="contentMain"]>DIV[id="postlist"][class="postlist restrain"]>DIV[class="forumbitBody"]>OL[id="posts"][class="posts"]>LI[class="postbitlegacy postcontainer"][id="yui-gen1"]>DIV[class="posthead"],HTML[id="vbulletin_html"]>BODY>DIV[id="pageWrapper"]>DIV[id="contentWrapper"]>DIV[id="contentBody"]>DIV[class="body_wrapper"]>DIV[id="contentMain"]>DIV[id="postlist"][class="postlist restrain"]>DIV[class="forumbitBody"]>OL[id="posts"][class="posts"]>LI[class="postbitlegacy postcontainer"][id="yui-gen1"]>DIV[class="postdetails"]>DIV[class="userinfo"],HTML[id="vbulletin_html"]>BODY>DIV[id="pageWrapper"]>DIV[id="contentWrapper"]>DIV[id="contentBody"]>DIV[class="body_wrapper"]>DIV[id="contentMain"]>DIV[id="postlist"][class="postlist restrain"]>DIV[class="forumbitBody"]>OL[id="posts"][class="posts"]>LI[class="postbitlegacy postcontainer"][id="yui-gen1"]>DIV[class="postfoot"]>DIV[class="textcontrols floatcontainer"],HTML[id="vbulletin_html"]>BODY>DIV[id="pageWrapper"]>DIV[id="contentWrapper"]>DIV[id="contentBody"]>DIV[class="body_wrapper"]>DIV[id="contentMain"]>DIV[id="postlist"][class="postlist restrain"]>DIV[class="forumbitBody"]>OL[id="posts"][class="posts"]>LI[class="postbitlegacy postcontainer"][id="yui-gen1"]>DIV[class="postdetails"]>DIV[class="postbody"]
 
Joined
Aug 10, 2011
Messages
7,399
Reaction score
3,308
Just right click it and then block it.

Its not that hard.

Use this adblocker:

Options -> personalize.

Add these filters to make your RaGEZONE Experience more ad free:

Code:
forum.ragezone.com##DIV[class="bannerBoxRZ"]
forum.ragezone.com##DIV[id="socialBar"]
forum.ragezone.com##IFRAME[src="http://clients.ragezone.com/index.php/display/show_section?id=*"]
forum.ragezone.com##DIV[class="bannerBox001"]
forum.ragezone.com##DIV[class="RZ_BOX1"]
forum.ragezone.com##A[id="fb_loginbtn"]
forum.ragezone.com##LI[id="navbar_notice_109"][class="restore"]
forum.ragezone.com##IMG[src="http://ragezone.com/hflarge.png"]
forum.ragezone.com##LI[id="yui-gen*"][class="postbitlegacy postcontainer"]
 
Last edited:
Elite Diviner
Joined
Aug 15, 2008
Messages
489
Reaction score
43
I'm using firefox, so there wasn't an option to hide similar elements, only hide elements.
Though, @The General's filters worked. Thanks for that.

EDIT: Nvm. They removed it again from this thread, but on other threads it's there.
 
Joined
Aug 10, 2011
Messages
7,399
Reaction score
3,308
I'm using firefox, so there wasn't an option to hide similar elements, only hide elements.
Though, @The General's filters worked. Thanks for that.

EDIT: Nvm. They removed it again from this thread, but on other threads it's there.

Here honey:

Code:
forum.ragezone.com##LI[class="postbitlegacy postcontainer"]
 
Last edited:
Game Developer
Loyal Member
Joined
Jun 19, 2009
Messages
1,491
Reaction score
460
You should punish people blocking your ads!
This is what I do with my website... Because I can ?:eek:tt1:
HTML
Code:
<div class="checkingAd" id = "checkingAdId" style="margin:-1px">
    //things people block
</div>

Javascript

Code:
			function TestPage() 
			{
				if ($('.checkingAd').height() == 0)
				{
					AdjustPage();
				}
				/*document.getElementById("checkingAdId").style.cssText = "margin: 0px";*/
				var checkingAds = document.getElementsByClassName("checkingAd");
				for (var i = checkingAds.length - 1; i >= 0; i--) {
					checkingAds[i].style.cssText = "margin: 0px";
				};
			}
			$(TestPage);

			function AdjustPage()
			{
					alert("It appears that you dislike advertisements. Please disable what is blocking my advertisements. Else I will have to annoy you with this alert!. If you are not blocking my advertisements please contact me.");
			}

Got to do something in your free time!

Ohh don't mind my html/javascript. I'm new to that...

It works on my website at least
 
Newbie Spellweaver
Joined
Sep 8, 2011
Messages
67
Reaction score
252
It's not an annoying ad so I don't see any problems. No need to block it.
 
Joined
Nov 14, 2001
Messages
29,450
Reaction score
21,670
You should punish people blocking your ads!
This is what I do with my website... Because I can ?:eek:tt1:
HTML
Code:
<div class="checkingAd" id = "checkingAdId" style="margin:-1px">
    //things people block
</div>

Javascript

Code:
            function TestPage() 
            {
                if ($('.checkingAd').height() == 0)
                {
                    AdjustPage();
                }
                /*document.getElementById("checkingAdId").style.cssText = "margin: 0px";*/
                var checkingAds = document.getElementsByClassName("checkingAd");
                for (var i = checkingAds.length - 1; i >= 0; i--) {
                    checkingAds[i].style.cssText = "margin: 0px";
                };
            }
            $(TestPage);

            function AdjustPage()
            {
                    alert("It appears that you dislike advertisements. Please disable what is blocking my advertisements. Else I will have to annoy you with this alert!. If you are not blocking my advertisements please contact me.");
            }

Got to do something in your free time!

Ohh don't mind my html/javascript. I'm new to that...

It works on my website at least

I wont punish members for blocking ads.
 
Back
Top