Home » Archive

Articles in the Firefox Tips Category

Cool Tricks, Firefox Tips, Internet Hacking »

[15 Aug 2009 | No Comment | ]

1) Go to the site you wish to edit like paypal etc
2) In the browser’s address bar, paste this code:
javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0
3) Now click on the part of the page you want to edit and start changing, deleting and adding text.

Firefox Tips, Internet Hacking »

[25 May 2009 | No Comment | ]

Here are few shortcut keys which will remove the hassle to type in the
http://
www
.com
.net and
.org.
On new browsers, such as IE8 IE7 Firefox Opera Chrome and Safari, hitting Ctrl + Enter will automatically fill in the http:// www. and the .com part of the URL.

Ctrl + Enter – Auto-complete *.com address
Shift + Enter – Auto-complete *.net address
Ctrl + Shift + Enter – Auto-complete *.org address

If you add Alt to any of those key combination, it will auto-complete and will open the new address in a new tab as well.

Firefox Tips »

[18 May 2009 | No Comment | ]

In Mozilla Firefox web browser, sometimes an extension, toolbar (which is installed as add-on), theme or other add-on cannot be uninstalled or removed through the use of the Firefox Add-ons window. The “Uninstall” button on the Add-ons window appears to be disabled or grayed out. In such cases, try the following workarounds to manually force uninstall, remove or delete the ’stubborn’ add-ons, themes, toolbars, or extensions.

Workaround 1: Uninstall using program’s uninstaller or from Windows Add or Remove Programs
Some add-ons or extensions is installed by their respective application programs, and …

Firefox Tips »

[12 May 2009 | No Comment | ]

Funny Mozilla tricks
TYPE
chrome://browser/content/browser.xul
IT Opens another Firefox inside a tab in the the existing Firefox window.
chrome://browser/content/preferences/preferences.xul
IT Opens the Options dialog box inside the Firefox tab.
chrome://browser/content/bookmarks/bookmarksPanel.xul
IT Opens the “Book Marks Manager” inside a tab in the Firefox window.
chrome://browser/content/history/history-panel.xul
IT Opens the History Panel in the Firefox tab.
chrome://mozapps/content/extensions/extensions.xul?type=extensions
IT Opens the Extensions window in the current tab.
chrome://browser/content/preferences/cookies.xul
IT Opens the “cookies window” inside a tab in the Firefox window.
chrome://browser/content/preferences/sanitize.xul
IT Opens the “Clear Private Data” window inside the current tab.
chrome://browser/content/aboutDialog.xul
IT Opens the “About Firefox” Dialog box inside the tab.
chrome://browser/content/credits.xhtml
IT A scrolling list of names. The one’s who …

Firefox Tips, Internet Hacking »

[19 Mar 2009 | No Comment | ]

We all use file hosts like Rapidshare and Megaupload these days. Most of the data hosted on these file hosts are in various parts. Sometimes, due to illegal activity of the hosted files or due to no download for a long time, these files get automatically deleted from the servers. Thus, it becomes very annoying when you have downloaded most of the files and come to find that one of the file links is either dead or blocked by Rapidshare due to possible illegal contents in the file(s).
That is when …

Firefox Tips, Hacking Windows, Internet Hacking »

[14 Jan 2009 | No Comment | ]

This is a simple trick to add ur favourite web site link in START MENU
Right click on the Start button and select Explore
After Windows Explorer opens, in the right window pane, right click and select New / Shortcut
In the “Type the location of the item” enter the Web Site URL you want to create. FOR EXAMPLE http://djrohan.com
Click Next
In the “Type a name for this shortcut:” enter a name for the link that you want to display in the Start menu. eg : PC TRICKS
Click Finish
Now click on the Start …

Firefox Tips, Hacking Computer, Internet Hacking »

[10 Jan 2009 | No Comment | ]

Ctrl+C we use it every day . But it’s
not a very
safe thing to do.
why.
What happens when you press Ctrl+C while you are
Online… We do
copy various data by Ctrl + C for copying & pasting elsewhere.
This copied data is stored in clipboard and is
accessible from
the net by
a combination of Javascripts and ASP.
if u dont believe me
Just try this:
The Clipboard hack is done by the following Source Code: <Script Language=”JavaScript”>
var content = clipboardData.getData(“Text”);
alert(content);
</Script>

Cool Tricks, Firefox Tips, Internet Hacking, Orkut Hacking »

[16 Nov 2008 | No Comment | ]

MAKE IMAGES ON INTERNET DANCE.
A Javascript trick that makes all the images on the site your on float and dance around. :]
You can do this to ANY site with images
OPEN UR BROWSER
OPEN AYN SITE THAT CONTAINS IMAGES
Go to the address bar on top where site name is there eg.www.trickscafe.blogspot.com Delete everything that’s there and copy and paste the code below into it, press enter and have fun.
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName(“img”); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=’absolute’; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+ “px”; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+” px”}R++}setInterval(‘A()’,5); …

Firefox Tips »

[1 Oct 2008 | No Comment | ]

I’ve just updated my stable version of Firefox 3.0.3 to the latest Firefox 3.1 beta 1. I know I am putting my web browsing experience at risk because Firefox 3.1 is still under testing and development. So far so good as I still haven’t experience a single crash yet. It is able to load and end the firefox.exe process much faster than the current version when I close it. Firefox 3.1 introduces a new tab switching preview which I didn’t like so I disabled it.
One biggest …

Firefox Tips »

[28 Jul 2008 | No Comment | ]

All firefox passwords are stored in three files
signons.txt, signons2.txt, key3.db
These files are stored in your firefox profile folder.
In Windows XP firefox profile is at:
c:\Documents and Settings\WindowsUsername\Application Data\Mozilla\Firefox\Profiles\profilename
Copy these three files and save them where ever you want and if you want these passwords in your other os also then just replace these three files.