Step 1. Download Flash for Firefox
Step 2. Extract those files inside the zip file to your
Firefox Portable\App\firefox\plugins\Lunch Your Firefox Portable and enjoy browsing. For installing non portable Flash for Firefox
FireFox is a web browser created by Mozilla, the original creators of the Netscape series of browsers. Version one was released in November 2004. Every day, weeks of updates for Firefox version. You can download Firefox for free, download Firefox for windows 7, download Firefox beta, learn to how to download Firefox and install. You can download Firefox plugins and more
Firefox Portable\App\firefox\plugins\Lunch Your Firefox Portable and enjoy browsing. For installing non portable Flash for Firefox
Adblock Plus allows you to regain control of the internet and view the web the way you want to. The add-on is supported by over forty filter subscriptions in dozens of languages which automatically configure it for purposes ranging from removing online advertising to blocking all known malware domains. Adblock Plus also allows you to customize your filters with the assistance of a variety of useful features, including a context option for images, a block tab for Flash and Java objects, and a list of blockable items to remove scripts and stylesheets.
Fight the text ads! Element Hiding Helper is a companion extension for Adblock Plus meant to make creating element hiding rules easier. You simply select the element you want to be hidden and then choose which attributes of this element should be taken into account when hiding it in future. The element hiding rule is generated and added automatically.----------------------------------------------------------------------------------------------------
#IfWinActive ahk_class MozillaUIWindowClass ; Lazy Tab (Firefox 3.6.x) ^k::^+t ; turns search into undo close tab Alt:: if winc_presses 0 { winc_presses += 1 return } winc_presses = 1 SetTimer, KeyWinC, 300 return KeyWinC: SetTimer, KeyWinC, off if winc_presses = 1 { Send ^{TAB} } else if winc_presses = 2 { Send ^+{TAB} } else if winc_presses 2 { } winc_presses = 0 return
#IfWinActive ahk_class MozillaWindowClass ; Lazy Tab (Firefox 4.0*) ^k::^+t ; turns search into undo close tab Alt:: if wind_presses 0 { wind_presses += 1 return } wind_presses = 1 SetTimer, KeyWinD, 300 return KeyWinD: SetTimer, KeyWinD, off if wind_presses = 1 { Send ^{TAB} } else if wind_presses = 2 { Send ^+{TAB} } else if wind_presses 2 { } wind_presses = 0 return