Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

what happened to google site search plugin on Mycroft

  • 3 Antworten
  • 2 haben dieses Problem
  • 4 Aufrufe
  • Letzte Antwort von cor-el

more options

I have searched Mycroft (and every other place I could find including opensearchplugins) but I can't find a plugin for Google site search anymore. I also have not found any announcements about it either.

What gives?

FYI: Using "site:{input url here}" on both the https and http google sites works fine. Pasting the current website's url in is an annoying extra step though. I have lost the plugin I once had.

There used to be an addon to make your own plugins (thought it was Add To Search Bar) but none I find now allow me to edit my plugins.

I don't want to use Google custom search because I don't like being logged into Google when I browse and search.

Anyone know a place to download the plugin? Or can you post the code so I can save the xml file in my searchplugins folder?

Also, I know this is not the mycroft site but I get a "forbidden" error when I try to go their forum.

Thanks in advance.

I have searched Mycroft (and every other place I could find including opensearchplugins) but I can't find a plugin for Google site search anymore. I also have not found any announcements about it either. What gives? FYI: Using "site:{input url here}" on both the https and http google sites works fine. Pasting the current website's url in is an annoying extra step though. I have lost the plugin I once had. There used to be an addon to make your own plugins (thought it was Add To Search Bar) but none I find now allow me to edit my plugins. I don't want to use Google custom search because I don't like being logged into Google when I browse and search. Anyone know a place to download the plugin? Or can you post the code so I can save the xml file in my searchplugins folder? Also, I know this is not the mycroft site but I get a "forbidden" error when I try to go their forum. Thanks in advance.

Alle Antworten (3)

more options

I don't recall that plugin. What did it do exactly? You probably could emulate it with a bookmarklet if it doesn't turn up anywhere. For example, this bookmarklet opens a new tab/window with a site search of the current page's hostname (it's all one line, please ignore the fact that the forum hyperlinks it):

javascript:var%20u='https://www.google.com/search?q=site%3A'+window.location.hostname;%20window.open(u,'_blank');%20void%200;

This variation displays an input box to request any keywords you might want to run against the site. Simply enter to get all results, or type 0 and Enter to cancel your search.

javascript:var%20kw=""+prompt('Enter%20keywords%20or%200%20to%20cancel');if(kw!='0'){var%20u='https://www.google.com/search?q=site%3A'+window.location.hostname;if(kw.length>0)u+='+'+encodeURIComponent(kw);%20window.open(u,'_blank');}%20void%200;

I think I might get some use out of this. :-)

To save a bookmarklet to your Bookmarks Toolbar: copy the script to the clipboard, right-click the Bookmarks Toolbar and choose New Bookmark, paste the script as the location, create the name of your choice, and click Add.

more options

Removed link to Windows Media Player Firefox Plugin since it was not related to the question asked in this thread & seemed suspicious

Geändert am von NoahSUMO

more options

Did you try the extension?