Tagged: RSS

  • bp 1:18 pm on December 7, 2008 Permalink | Reply
    Tags: ads, alert, annoying, block, chromedit, , confirm, firefox, javascript, plus, popups, pref, prevent, prompt, scam, , settings, user.js   

    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.

  • bp 12:55 pm on December 6, 2008 Permalink | Reply
    Tags: better, blog, , faster, host, improvements, , , layouts, , , twitter, version, xmas   

    Introducing Blog 

    It has been quite a while since imvucodes had a blog-liked content. It was handy but barely updated.

    Anyways I decided to make up a simple blog until its news will be included into the new imvucodes version that is being prepared (already for a while).

    Imvucodes gets its 16.000 visitors each month, rising. The work I put in imvucodes will have a totally redesigned and improved version upcomming in the next version. It should be ready somewhen next year…

    Thanks for trusting imvucodes and stay tuned.. for the next version on a new space. Any I go even a step further. No idea how many of you heared about Twitter, but I made up a new account there that will post updates and any kind of useful stuff belonging to imvu and its codes on time! Feel free to follow!

    Merry (early) Xmas,

    Ben

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel