Firefox Settings: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
This page some Firefox extensions that I use regularly. Click on the name to search for them on Mozilla's site. | This page some Firefox extensions that I use regularly. Click on the name to search for them on Mozilla's site. | ||
= Settings = | |||
== Force pop-ups in a new Tab == | == Force pop-ups in a new Tab == | ||
| Line 19: | Line 21: | ||
# Search for the preference named "browser.tabs.closeWindowWithLastTab" | # Search for the preference named "browser.tabs.closeWindowWithLastTab" | ||
# Change its value to false. | # Change its value to false. | ||
== Firefox disable website notifications == | == Firefox disable website notifications == | ||
| Line 29: | Line 29: | ||
# Click Settings | # Click Settings | ||
# Check 'block new requests ~' | # Check 'block new requests ~' | ||
= Usage = | |||
== Find bookmark in folder structure == | == Find bookmark in folder structure == | ||
| Line 40: | Line 42: | ||
Block images, popups banners and flash before they annoy you: | Block images, popups banners and flash before they annoy you: | ||
== | == Ads == | ||
* [https://addons.mozilla.org/en-US/firefox/search/?platform=Linux&q=Adblock%20Plus Adblock Plus] | * [https://addons.mozilla.org/en-US/firefox/search/?platform=Linux&q=Adblock%20Plus Adblock Plus] | ||
| Line 49: | Line 51: | ||
* [[Raspberry Pi - Pi-Hole Network-wide ad blocking]] | * [[Raspberry Pi - Pi-Hole Network-wide ad blocking]] | ||
== | == Script == | ||
* [https://addons.mozilla.org/en-US/firefox/search/?platform=Linux&q=NoScript NoScript: block Javascript, Flash, Silverlight etc.] | * [https://addons.mozilla.org/en-US/firefox/search/?platform=Linux&q=NoScript NoScript: block Javascript, Flash, Silverlight etc.] | ||
| Line 81: | Line 83: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</blockquote> | </blockquote> | ||
== Context Search Menu == | == Context Search Menu == | ||
Revision as of 13:12, 3 August 2021
This page some Firefox extensions that I use regularly. Click on the name to search for them on Mozilla's site.
Settings
Force pop-ups in a new Tab
https://support.mozilla.org/en-US/questions/1066799
- Enter about:config into the address bar
- Search for the preference named "browser.link.open_newwindow.restriction"
- Change its value to 0.
Don't close browser with last tab
- Enter about:config into the address bar
- Search for the preference named "browser.tabs.closeWindowWithLastTab"
- Change its value to false.
Firefox disable website notifications
- Go to url: about:preferences
- Search 'notifications'
- Look for 'Permissions' and sub-item 'Notifications'
- Click Settings
- Check 'block new requests ~'
Usage
Find bookmark in folder structure
- Open the website the bookmark points to
- Click the bookmark star-icon in the address-bar
- In the dialog you can see where the bookmark is located
Block functionality
Block images, popups banners and flash before they annoy you:
Ads
See also:
Script
Search
Add right-click search engines
Make search functionality available in the Search Bar with Add to Search bar
The search engine's URL can be customized to your wishes. I made changes to IMDB search to jump to the best match immediately, instead of showing all possible matches. This trick uses Google's 'Im+Feeling+Lucky' function. First make sure you have the IMDB search engine and then modify it following beneath example.
gedit /home/$USER/.mozilla/firefox/*.default/searchplugins/imdb.xml
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/"
xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>IMDb</os:ShortName>
<os:Description>IMDb</os:Description>
<os:InputEncoding>ISO-8859-1</os:InputEncoding>
<os:Image width="16" height="16">data:image/png;base64,icon_image_data_here</os:Image>
<SearchForm>http://www.google.com/search</SearchForm>
<os:Url type="text/html" method="GET" template="http://www.google.com/search">
<os:Param name="btnI" value="Im+Feeling+Lucky"/>
<os:Param name="q" value="IMDB+{searchTerms}"/>
</os:Url>
</SearchPlugin>
Context Search Menu
Context Search expands the context menu's 'Search for' item into a list of installed search engines, allowing you to choose the engine you want to use for each search.