How To Remove Adchoices From Android Phones? [Guide #2023]

Do you feel bombarded with more advertisements than usual? This might be an indication of AdChoices on your device. But don’t worry, AdChoices isn’t malicious software, despite the fact that it may degrade your online browsing experience by displaying a slew of advertisements and unskippable video commercials. Furthermore, AdChoices may

Read More »

hide a DIV when the user clicks outside of it

  Here is the Example of it. <div class=”jumbo”> <h1>this is sample div</h1> <p> plz click outside of this div.</p> </div> <style> .jumbo { position: fixed; background-color: #008cff; color: #fff; padding: 100px; margin: 0 auto; top: 50%; left: 50%; transform: translate(-50%,-50%); } </style> <script> $(document).mouseup(function(e) { var container = $(“.jumbo”);

Read More »
No data found.