Status
Not open for further replies.

REAK

Active Member
651
2012
294
0
If you are finding the clock 'in-the-face' or simply dont like it,
You can block it using adblock.

Here are the steps :

WARNING : Do not complain to me stating that you missed the quiz due to it. :P


Back, here are the steps.

1. Install Ad-Block on your browser, i am using Chrome for this tutorial

2. You will get a menu Like this :

Click on "Block This Ad"

lnXUQ7R.png





3. A popup will be there asking what to block

cAiCnPl.png




4. Slide it until the clock is completely hidden, the point will be here

oj2s.png





5. Perform the last step and Bam! you are done.

oj2s.png



Finally,


oiNYg00.png
 
Last edited:
15 comments
The open / close option needs to be re-made As it was not working right, this option will be fixed today.
@sp your way is very good, but I hope that you won't need to screen grab it every time the div names will change.
 
If the open close button is implemented then there is no need to try this,

It's a crude method as i was damn desperate to remove it :P
 
JQuery cookies staff. Do itttt.

Code:
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.3.1/jquery.cookie.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  $("#hide").click(function(){
    $(".shww").hide();
    $.cookie('hidetimer', true);
  });
  $("#show").click(function(){
    $(".shww").show();
    $.cookie('hidetimer', false);
  });

if($.cookie('hidetimer') == 'true'){
    $('#hide').click();
}
});
</script>
 
The hide/show button is pointless if it does not use a cookie to remember :|, I don't want to have to click it every time i reload / go to a different page.
 
The clock is only for 48hours, so I'm sure that when the cookie based show / hide option will be implanted you will be able to close the bad disgusting bothering clock for the whole 48 hours.

Please don't blow this thing over proportions, the clock is there to remind people of a very good and interesting thing that goes on here on WJ, I took the time to make it and explaining all the haters about how important it is for wj, just saying that it will turn people away is a saying without a thought been made and I'm not sure to why you said that.

Instead of showing hate to it, try to spread the word about the quiz night.
 
Status
Not open for further replies.
Back
Top