If you're concerned about security, I'd recommend using the MVPS hosts file to block advertizing and malaware. To get it, you can download and extract it, then copy its contents to your hosts file, save and close it. Effects kick in immediately, works with every browser as well. Here are the commands:
wget http://winhelp2002.mvps.org/hosts.zip
unzip ./hosts.zip
gedit ./HOSTS
Then copy the whole content and close it.
sudo -H gedit /etc/hosts
Paste at the bottom, save and close. That should block pretty much anything you had NoScript blocking for you. Feel free to use NoScript if you don't like Flash and JavaScript loading by default, but otherwise there's not much of a need for it in Linux.