How to block alert popups on imvu!?
Yay. Ever wondered if its possible to block those annoying alert popups on imvu? I mean not in general and not when turning off Javascript on your browsers settings. I mean just for imvu homepages!
The following does only work on Firefox!
Some steps are required in order to make it work.
1st: Grab this extension for firefox:
ChromEdit Plus and restart your browser to activate the addon.
2nd: Decide on what things you want to block. Just alerts or even confirm requests and propmpting boxes?
Expecting you want to block it all you need to do the following steps:
Click on Tools > ChromEdit Plus > ChromEdit and go to the user.js tab. Now be careful on what you are doing here. When adding the following lines of code there it will block all popping up boxes on websites that start with avatars.imvu.com:
// block alert popups on imvu
user_pref(“capability.policy.policynames”, “imvurestriction”);
user_pref(“capability.policy.imvurestriction.sites”, “http://avatars.imvu.com”);
user_pref(“capability.policy.imvurestriction.Window.alert”, “noAccess”);
user_pref(“capability.policy.imvurestriction.Window.confirm”, “noAccess”);
user_pref(“capability.policy.imvurestriction.Window.prompt”, “noAccess”);
To tell you more about the code: First we define a policyname (imvurestriction) to be used on sites like http://avatars.imvu.com. The three lines after that are used to define an noAccess-Rule to the alert/confirm/prompt functions of Javascript. If you decide to not disable all three of them, just leave out the ones you want to keep. When finished: Save and Restart and it will immediately take action. Technically this means the browser prevents access to this built-in features on imvu homepages because of these settings.
Like this Javascript is still fully working and the pages will still loading fine as usual, but without any annoying popups.
Against annoyance. Ben
Productions 9:38 am on December 17, 2008 Permalink
Just a problem might be, that once a imvu avatar page was loaded and closed the browser still reminds: “oh I should not display alert messages” and will still not show them even when a totally different website is open.
Cibele Grenza 9:22 pm on December 18, 2008 Permalink
eu gostaria de arrumar minha homepage
Richard 9:23 pm on May 2, 2009 Permalink
This doesn’t seem to help against the blue advertisment bars that are on top of every page when you are logged in. Those really need to go, but I can’t find out how. Any suggestions, anyone? PLEASE?
Ben 9:30 pm on May 2, 2009 Permalink
This doesnt help indeed against these advertisements because it wasnt made for it. Blocking the ads is not strictly allowed. Even more its _not_ allowed. Thats why you wont find the code on imvucodes – yet – anymore. Just for the reason that it is risky to use. Accounts already got blocked because of using codes that hide certain things on the pages.