LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Make MozillaFirebird block sites *not popup/ads* (https://www.linuxquestions.org/questions/linux-software-2/make-mozillafirebird-block-sites-%2Anot-popup-ads%2A-111522/)

GT_Onizuka 11-02-2003 12:58 PM

Make MozillaFirebird block sites *not popup/ads*
 
I have a problem with a certain webpage, i'm sure many of you know of it, SuprNova. Anyways, I'm having problems with it eating up my CPU all because it loads all this irrelevent info from newsticker.shortnews.de, my question is, how can I make Firebird not load anything from this page? Itll make browsing SuprNova a whole lot easier for me, thanks in advance.

david_ross 11-02-2003 01:07 PM

I don't know how to stop it loading a site but you could always put "newsticker.shortnews.de" next to the loopback address in your hosts file or write an iptables rule to stop outgoing conenctions to that site.

GT_Onizuka 11-02-2003 02:18 PM

I'm not very iptables fluent, although I have been meaning to read up on some tutorials and whatnot. If you could provide a little how-to just for this occassion, I would be very appreciative.

david_ross 11-02-2003 02:49 PM

perhaps something like:
iptables -A output -s newsticker.shortnews.de -j DROP

GT_Onizuka 11-02-2003 03:52 PM

I had to change the -s to a -a but it works. Problem is apparently it was semi-crucial to the site so it takes quite a while to load now. I learned something new but I don'n know if its worth it or not :P. Thanks for the help!


All times are GMT -5. The time now is 05:26 AM.