Firefox change adress bar behavior to google search - firefox

Is there a way to change the behavior of the address bar in firefox 38?
I would like to be able to type in the bar and it autocomplete from google, instead of my history.
I no previously this was accomplished by changing keyword.url, but this no longer exists in the newer version of Firefox.
Is there a new method someone has found to achieve this?

I don't know if the source of the suggestions can be changed, but the default search engine can be changed by going to Settings>Customize>Search (on Android) or [Magnifying glass]>Change search settings (on desktop).
This might result in different suggestions. (I infer that you're using desktop, since Android Firefox seems to give decent suggestions, only the wrong search engine.)
I found these instructions out on https://duck.co/help/desktop/firefox by searching "how to make duckduckgo default search engine in firefox on android", on DuckDuckGo, in case you want to make further discoveries along the same route.

Related

Hide Search Bar and Time Control on Kibana Dashboard, v8.0

I've been searching a lot for this but I didn't find any link that helped me.
I would like to hide/remove (just) the search bar (KQL) and the time control from it. I'm using ES/Kibana 8.0, for one specific Space/Dashboard/Role.
Here's what I want to remove:
PS: I already know about "embed=true&hide-filter-bar=true" but I would still like to have the top black menu and the side bar. And I also know about the css tricks.
I just find hard to believe that Kibana 8.0 doesn't have a more a direct way to remove these features from Dashboard/Space/Role (on any of these would do it), already searched in advanced settings and didn't find anything that helped.

How to getrid of Search.sidecubes

Malware Search.sidecubes has affected by mozilla firefox
Using google, I uninstalled all programs which could be related to searchcubes, further I deleted all add-on's and also checked regedit, about:config, checked folders in ../users/appdata/local/mozilla etc etc. I managed to get rid of search.sidecubes getting set as homepage.
But now even after selecting google as default search option (including about:config page), whenever I search anything in search toolbar of firefox it always redirects to search.sidecubes instead of Google.
same issue is also happening in google chrome
I'm not sure your question is well suited for SO. Anyway, Mozilla SUMO has a nice support guide about how to deal with malware on Firefox.
Some suggestions extracted from that page:
If you're executing Firefox from a link, make sure the link does not contain any undesired command line option.
Use the SearchReset addon to clean up your default page and reset settings.
Scan using Malwarebytes Anti-malware free.

Where is the firefox title located in the source?

This may seem like an odd question, but does anybody know where or how to locate the title in the firefox source code? like firefox.exe and the default home page source and such?
Google yielded no results, same as on the firefox page.
Looking for it manually would take a while, considering the sheer size.
The latest source code for Mozilla Firefox is nicely indexed on DXR in a searchable form (you can even use regular expressions there!).

VSCommands Solution Badges parameters

does anyone know what are the various parameters for VSCommands's Solution Badges feature? On the official site http://vscommands.squaredinfinity.com/Features-SolutionBadges they tell you everything BUT the most important thing and that is the list of available parameters (ie. {solutionFileName}, {sln:activeConfig}, {branchDirectoryName} and so on). Can't seem to be able to google them either. Am I missing something obvious here?
So it seems that pretty much all available parameters are already displayed with the default configuration (had to decompile and deobfuscate the extension to find out this information). What I was after was full solution path in the window's title bar. I solved the problem with this handy extension
Visual Studio Window Title Changer.

How to make a site-lookup addon for Firefox?

I'd like to create an addon for Firefox that would enable me to search a particular site by selecting text on one site and choosing to search another site by selecting that option in the context menu.
I already have an extension like that in my browser - the Wikipedia Lookup extension. Basically, I want the exact same functionality but which will send the search text to a different site.
I'm completely new to Firefox addons, so can somebody tell me what's involved in this? Or point me at a site with a list of instructions to do a plugin like this? I can see examples on how to make a Hello World kind of plugin but I can't see how to extend that example into what I need. Thanks.
Have you considered opening the Wikipedia extension source and modifying the pointer from wikipedia.com to the other search site? This is assuming you're using Windows Vista or higher. The source code should be located at:
C:\Users\YourUserName\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default\extensions\something#wikipedia.com\chrome\content
You would then have to modify the source code inside to change the pointer, and the POST variables string to match that of the site you will be using.
I hope this at least points you in the general direction!
-Alex

Resources