Page 1 of 1

NoScript quit working...

Posted: Tue Jan 08, 2013 2:38 pm
by yoog
The other day I down loaded a torrent movie. While I played that file, it mentioned to download tool bar for NicePlayer from start.tootid.info to play the whole movie. I installed the toolbar but it did not play the movie and hence, I removed it using addon manager "remove". Since then, "NoScript" as well as "AdBlock plus" do not work at all.
I un installed firefox and reinstalled but no go. What am I doing wrong?

I am using Ubuntu 11.04 and FireFox 16.0.2.

Re: NoScript quit working...

Posted: Tue Jan 08, 2013 3:05 pm
by therube
> I installed the toolbar but it did not play the movie

Of course.

> I un installed firefox and reinstalled but no go.

Create a new Profile & migrate your settings over.


What I see, "niceplayer" (NicePlayer_cidNP_1036), is the Conduit Toolbar.
What I was served was a Windows EXE, so that isn't even going to run on your OS.
Perhaps it sniffs your OS & sends you something different?

Don't know if this applies or not, Conduit search has hijacked my firefox browser how do I remove it?


I see, it also downloads an XPI, so that could affect you.

Code: Select all

// this file is used for getting that from setup.txt directly to prefs
pref("CT3238255.webServerUrl", "http://NicePlayer.OurToolbar.com/");
pref("CT3238255.openUninstallPage", "True");
pref("CT3238255.enableAlerts", "TRUE");
pref("CT3238255.defaultSearch", "TRUE");
pref("CT3238255.defaultSearchDisplayName", "NicePlayer Customized Web Search");
pref("CT3238255.defaultSearchUrl", "http://search.conduit.com/ResultsExt.aspx?q=searchTerms&SearchSource=3&CUI=SB_CUI&ctid=CT3238255");
pref("CT3238255.shouldFirstTimeDialog", "TRUE");
pref("CT3238255.enableSearchFromAddressBar", "TRUE");
pref("CT3238255.fixPageNotFoundError", "TRUE");
pref("CT3238255.enableFix404", "FALSE");
pref("CT3238255.searchAddressUrl", "http://search.conduit.com/ResultsExt.aspx?ctid=CT3238255&SearchSource=2&CUI=SB_CUI&q=");
pref("CT3238255.startPageUrl", "http://search.conduit.com/?ctid=CT3238255&SearchSource=13&CUI=SB_CUI");
pref("CT3238255.startPage", "TRUE");
pref("CT3238255.TrusteLinkUrl", "http://trust.conduit.com/CT3238255");
pref("CT3238255.myStuffEnabled", "TRUE");
pref("CT3238255.navigateToSearch", "FALSE");
pref("CT3238255.isToolbarShrink", "FALSE");
pref("CT3238255.silentAllow", "FALSE");
pref("CT3238255.CECookieDomainUrl", "");
pref("CT3238255.embeddedWorkWhenHidden", "FALSE");
pref("CT3238255.startAsHidden", "FALSE");
pref("CT3238255.sspv", "");
pref("CT3238255.revertSettings", "TRUE");

Made it work

Posted: Tue Jan 08, 2013 8:03 pm
by yoog
I uninstalled FireFox through Synaptic, deleted /home/.mozilla directory and reinstalled FIreFox through Synaptic as suggested by the other forum user. I will try to look into your suggestion for NicePlayer. Thanks for your help.