|
-
May 21st, 2009, 05:01 AM
#1
Thread Starter
Frenzied Member
[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
-
May 21st, 2009, 07:40 AM
#2
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.
-
May 21st, 2009, 08:04 AM
#3
Thread Starter
Frenzied Member
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
-
May 21st, 2009, 08:48 AM
#4
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");
})();
-
May 21st, 2009, 08:57 AM
#5
Re: [serious] FireFox: Warn before accessing site
I lurve firefox *drooooool*
-
May 22nd, 2009, 05:39 PM
#6
Re: [serious] FireFox: Warn before accessing site
Has the address bar been banned in your company?
-
May 23rd, 2009, 12:58 AM
#7
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.
-
May 24th, 2009, 12:52 PM
#8
Thread Starter
Frenzied Member
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.
-
May 25th, 2009, 05:56 AM
#9
Re: [serious] FireFox: Warn before accessing site
-
May 25th, 2009, 06:25 AM
#10
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
-
May 25th, 2009, 07:44 AM
#11
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.
-
May 25th, 2009, 08:37 AM
#12
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.
-
May 27th, 2009, 10:38 AM
#13
Re: [serious] FireFox: Warn before accessing site
 Originally Posted by MaximilianMayrhofer
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
-
May 27th, 2009, 05:42 PM
#14
Thread Starter
Frenzied Member
Re: [serious] FireFox: Warn before accessing site
Cheers AndrewG, I have made a greasemonkey script with an annoying message box for every loverly page
-
May 27th, 2009, 05:47 PM
#15
Re: [serious] FireFox: Warn before accessing site
My usual boring signature: Nothing
 
-
May 27th, 2009, 09:09 PM
#16
Re: [serious] FireFox: Warn before accessing site
No worries
-
May 28th, 2009, 07:00 AM
#17
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|