Results 1 to 17 of 17

Thread: [serious] FireFox: Warn before accessing site

  1. #1

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    [serious] FireFox: Warn before accessing site

    Hello all!

    Does anyone know how to get Firefox to warn me before entering a specific website. I sometimes need to access our live server but it is so similar to my dev server I sometimes make changes on the live site

    I need to be able to just throw up a "Your accessing the live server" message.


    Thanks
    ILMV

  2. #2
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [serious] FireFox: Warn before accessing site

    How about putting a big message on the dev website. If you don't see it, you're in the live one.

    Alternatively, you could take 2 seconds to glance at your ADDRESS BAR.

  3. #3

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: [serious] FireFox: Warn before accessing site

    Both of those points are not an option.

    I need something like this, but not black ;D, of which throws up a barrier before I access the site.

    http://media.photobucket.com/image/f...eta5attack.jpg

  4. #4
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: [serious] FireFox: Warn before accessing site

    One method is greasemonkey. Create a script that pops up a box when you enter the site.

    Example
    Code:
    // ==UserScript==
    // @name           Something Test
    // @namespace      testing
    // @include        http://www.something.com/
    // ==/UserScript==
    
    (function () {
    	alert ("hi");
    })();

  5. #5
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [serious] FireFox: Warn before accessing site

    I lurve firefox *drooooool*

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [serious] FireFox: Warn before accessing site

    Has the address bar been banned in your company?

  7. #7
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [serious] FireFox: Warn before accessing site

    Lol, that's basically what I was asking. I thought perhaps he's so brainy that his neck can't support his head enough to look up that high.

  8. #8

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: [serious] FireFox: Warn before accessing site

    The systems look exactly the same and the URLs are all very similar... so no.

    So go forth and suck it.

  9. #9
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [serious] FireFox: Warn before accessing site


  10. #10
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: [serious] FireFox: Warn before accessing site



    I have nothing more useful to input, but I needed to post this image somewhere... Hope it helps with your problem

  11. #11
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [serious] FireFox: Warn before accessing site

    You might have been better off posting it in the 'fail' thread, rather than one with a serious tag.

  12. #12
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: [serious] FireFox: Warn before accessing site

    Instead of building a complete script you could install adblock and block the live site.
    When you want to view the live site just rightclick the adblock icon and tick the whitelist button; unticking when you're leaving the live site.
    Not the most beautiful solution, but at least one...
    Delete it. They just clutter threads anyway.

  13. #13
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: [serious] FireFox: Warn before accessing site

    Quote Originally Posted by MaximilianMayrhofer View Post
    You might have been better off posting it in the 'fail' thread, rather than one with a serious tag.
    True.. but when has anything I've ever done been useful?


    On the more serious side, you can colour the tab depending on the site. Its not a box that pops up or anything, but you should be able to notice a change in colour, especially if you make it the only site to change.
    https://addons.mozilla.org/en-US/firefox/addon/8004

  14. #14

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: [serious] FireFox: Warn before accessing site

    Cheers AndrewG, I have made a greasemonkey script with an annoying message box for every loverly page

  15. #15
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: [serious] FireFox: Warn before accessing site

    Quote Originally Posted by I_Love_My_Vans View Post
    The systems look exactly the same and the URLs are all very similar... so no.

    So go forth and suck it.

    BWAHAHAHAHAHAHA!!!!

    I thought that was a truly great response.
    My usual boring signature: Nothing

  16. #16
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: [serious] FireFox: Warn before accessing site

    No worries

  17. #17

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: [serious] FireFox: Warn before accessing site

    I have even gone to the extent to write a greasemonkey script to remove all spam posts made by Kregg from my screen, but when I do that the entire CC dissapears?!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width