Skip to main content

(Hindi/English) Remove Youtube, and other platform ads for free (Without subscription)


Hello friends,

In today's digital world there is hardly anyone who does not use the Internet. If whenever a man learns to run the Internet, he first opens three things -
  • YouTube
  • Google
  • Facebook
That is why there are more than 50,000 searches on Google every second, while videos of more than 300 hours are uploaded to YouTube every minute. Now that so many people will come here every second, this will be the place to advertise for the best business. Because of this, we have to watch many ads, which are very annoying and boring but still, we have to watch. Or we get a notification to subscribe, which a common man cannot give in exchange for not just watching ads. So if you too are going through this problem then today this post is for you only. Today I have brought a website that will remove your problem. With this, not only YouTube but if you search any site on Google Chrome, then you will not have to bother with Ads. Let us start -


You can watch the above video as an example.

      First of all, you have to search GHOSTERY by going to Google's search bar or you can click Direct Ghostery.

      Then you will see the button of 'Install Ghostery' on the right and top, click on it.

      After that, you will again see an 'Add to Chrome' button on the right side. Click on it.
A confirmation notification will pop-up, click on it.

      Then you will have the option to select a privacy plan in which you have to suck the basic 0 $ plan.

      Then you will have the option to select a privacy plan in which you have to suck the basic 0 $ plan.

       After this, you will be asked to register, which you do not need to do.
   
       Your Chrome browser without Ads is ready.

Now enjoy YouTube and other websites without Ads.
If you liked this post, like it. And if there is any problem or suggestion then please comment. We look forward to your suggestion.

****In Hindi**** 


नमस्कार दोस्तों,

आज की इस डिजिटल दुनिया में शायद ही कोई हो जो इंटरनेट का इस्तेमाल ना करता हो। और जब भी कोई आदमी इंटरनेट चलाना सीखता है तो वो सबसे पहले तीन चीजें ओपन करता है -

  • यूट्यूब (YouTube)
  • गूगल (Google)
  • फेसबुक (Facebook)
इसीलिए तो हर सेकण्ड गूगल पे 50,000 searches से ज्यादा होते है जबकि यूट्यूब पर हर मिनट में 300 घंटों से ज्यादा वक्त की वीडियोस अपलोड हो जाती है। अब जब इतने लोग हर सेकंड इधर आएंगे तो बिज़नेस के लिए सबसे अच्छा advertisement करने की जगह भी यही होगी। जिसकी वजह से हमें बहुत से ads देखने पड़ते है, जो की बहुत ही annoying और boring होते हैं लेकिन फिर भी हमें देखने पड़ते हैं। या फिर हमको सब्स्क्रिब्शन (subscription) लेने का नोटिफिकेशन मिलता है जो की एक आम आदमी सिर्फ ads न देखने के बदले में नहीं दे सकता। तो अगर आप भी इस समस्या से गुजर रहे हैं तो फिर आज की ये पोस्ट आपके लिए ही है। आज में लाया हूँ एक ऐसी वेबसाइट जिससे आप की ये परेशानी दूर हो जाएगी। इससे सिर्फ यूट्यूब ही नहीं आप कोई भी साइट गूगल क्रोम पे सर्च करेंगे तो आपको एड्स से परेशान नहीं होना पड़ेगा। आइये शुरू करते हैं --


ऊपर दी हुई वीडियो को आप एक एक्सामप्ल के तौर पे देख सकते हैं।

  1.  सबसे पहले आपको गूगल के सर्च बार पे जाकर GHOSTERY सर्च करना है या फिर आप डायरेक्ट Ghostery इसे क्लिक कर सकते हैं। 
  2. फिर आपको दायीं और ऊपर की तरफ 'Install Ghostery' का बटन दिखेगा उसपर क्लिक करना है। 
  3. उसके बाद आपको फिर से दायीं और ऊपर की तरफ एक 'Add to Chrome' की बटन दिखेगी।  उसपर क्लिक कर दीजिये। 
  4. एक कन्फर्मेशन नोटिफिकेशन का पॉप-अप आएगा, उसपर क्लिक करना है। 
  5. फिर आपको प्राइवेसी प्लान सेलेक्ट करने का ऑप्शन आएगा जिसमे आपको बेसिक 0$ वाला प्लान चूस करना है। 
  6. इसके बाद आपको रजिस्टर करने को बोलेगा, जिसको करने की आपको कोई जरुरत नहीं है। 
  7. आपका बिना एड्स वाला क्रोम ब्राउज़र तैयार है। 
अब आनंद उठाइये बिना एड्स वाले यूट्यूब और अन्य websites का।

अगर आपको ये पोस्ट पसंद  आयी हो तो लाइक करें। और यदि कोई भी परेशानी या फिर सुझाव हो तो कृपया कमेंट करे।  हमें आपके सुझाव का इंतज़ार है।



Comments

Post a Comment

Popular posts from this blog

Java Stdin and Stdout II Hackerrank Solution in Java

 Java Stdin and Stdout II Hackerrank Solution in Java Problem-4:- In this challenge, you must read an  integer , a  double , and a  String  from stdin, then print the values according to the instructions in the  Output Format  section below. To make the problem a little easier, a portion of the code is provided for you in the editor. Note:  We recommend completing  Java Stdin and Stdout I  before attempting this challenge. Input Format There are three lines of input: The first line contains an  integer . The second line contains a  double . The third line contains a  String . Output Format There are three lines of output: On the first line, print  String:  followed by the unaltered  String  read from stdin. On the second line, print  Double:  followed by the unaltered  double  read from stdin. On the third line, print  Int:  followed by the unaltered  integer  rea...

Java Output Formating Hackerrank Solution in Java

  Java Output Formating Hackerrank Solution in Java Problem-5:- Java's  System.out.printf  function can be used to print formatted output. The purpose of this exercise is to test your understanding of formatting output using  printf . To get you started, a portion of the solution is provided for you in the editor; you must format and print the input to complete the solution. Input Format Every line of input will contain a  String  followed by an  integer . Each  String  will have a maximum of   alphabetic characters, and each  integer  will be in the inclusive range from   to  . Output Format In each line of output there should be two columns: The first column contains the  String  and is left justified using exactly   characters. The second column contains the  integer , expressed in exactly   digits; if the original input has less than three digits, you must pad your outp...

Welcome to Java! Hackerrank Solution in Java

  W elcome to Java! Hackerrank Solution in Java Problem-1:- Welcome to the world of Java! In this challenge, we practice printing to stdout. The code stubs in your editor declare a  Solution  class and a  main  method. Complete the  main  method by copying the two lines of code below and pasting them inside the body of your  main  method. System . out . println ( "Hello, World." ); System . out . println ( "Hello, Java." ); Input Format There is no input for this challenge. Output Format You must print two lines of output: Print  Hello, World.  on the first line. Print  Hello, Java.  on the second line. Sample Output Hello, World. Hello, Java. Solution:- public   class   Solution   {      public   static   void   main ( String []   args )   {          /* Enter your code here. Print output...