Recommended Posts

After installing the public release of Internet Explorer 7 I discovered my life would not be worth continuing unless I could add Wikipedia and IMDB to the search bar, gladly to say I have succeeded and can live.

Now to share the process.

First off, I've deleted all non-Google search providers out of the options; so I was left with just one - Google.

The Steps:

1.) Open the Registry (I suppose it's a good idea before making changes)

Start> Run> regedit

2.) Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes

3.) Once there right click underneath Search scopre and make a new 'Key'. Then name this key accordingly, I shall call it Wikipedia.

4.) Select the Key, then right click and make a new 'String Value' and call it:

DisplayName. Then double click the new Sting and type in the name you want for the Search Provider. (Looks like this.

5.) Then create a new 'Sting Value' and call it:

URL

Then double click this Sting and enter a URL, for example a search URL, replace words the bit of the URL where the search term goes with this:

{searchTerms}

Examples of this are:

http://en.wikipedia.org/wiki/Special:Search?search={searchTerms}&fulltext=fulltext

http://imdb.com/find?q={searchTerms}

Hope this helps anyone using IE 7 Beta to add search providers, if any of this doesn't make sense I'll be happy to help.

Reg Files for Search Engines requested so far:

Wikipedia (English)

AMG allmusic

IMDB

IMDB UK

Dictionary.com

The Free Dictionary (tfd)

Answers.com

Dogpile

Edited by Nighthawk-F117
Link to comment
https://www.neowin.net/forum/topic/427720-adding-search-engines-to-ie7/
Share on other sites

Cool, please reply if you do do it later on.

Hi Nighthawk-F117,

I saw some mention of adding various 'search engines' with the leaked IE7 Beta (b 5299), and rather then search through a bunch of threads & replies, saw your thread...

Looking to add:

Dictionary.com or

Websters

As I have just gone to the newly updated IE7 Search engines webpage (and these two were not included)...could not find any 'dictionary or encyclopedia related engines'...

Thanks

Hi Nighthawk-F117,

I saw some mention of adding various 'search engines' with the leaked IE7 Beta (b 5299), and rather then search through a bunch of threads & replies, saw your thread...

Looking to add:

Dictionary.com or

Websters

As I have just gone to the newly updated IE7 Search engines webpage (and these two were not included)...could not find any 'dictionary or encyclopedia related engines'...

Thanks

Although you've probably got what you need from ClintEastman, I've made a reg file for you.

http://www.nighthawk-f117.myby.co.uk/Dictionary.com.reg

Clicking the link shall show what's in it, but you need to save it to your computer and add the the registry.

To make the whole process easier i have uploaded a basic search profiles page.

I will take requests for new profiles.

Hope it's of use!

:)

Grrrr! Now my guide is kinda useless. :(

Although you've probably got what you need from ClintEastman, I've made a reg file for you.

http://www.nighthawk-f117.myby.co.uk/Dictionary.com.reg

Clicking the link shall show what's in it, but you need to save it to your computer and add the the registry.

Grrrr! Now my guide is kinda useless. :(

Opps! sorry Nighthawk-F117. :(

Have been thinking of setting that page up for a while (For my own use) and you prompted me into doing it!

Opps! sorry Nighthawk-F117. :(

Have been thinking of setting that page up for a while (For my own use) and you prompted me into doing it!

It's cool. :)

Seeing as you've made that, how did you do it?

You obviously know about Scripts, HTML and OpenSearch...?

It's cool. :)

Seeing as you've made that, how did you do it?

You obviously know about Scripts, HTML and OpenSearch...?

All i did was write some OpenSearch XML scripts and linken them using javascript (window.external.AddSearchProvider()).

<?xml version="1.0" encoding="UTF-8" ?> 
  <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
	<ShortName>Play.com</ShortName> 
	<Description>Search Movies Music Games</Description> 
	<Url type="text/html" template="http://www.play.com/play247.asp?pa=search&searchtype=allproducts&searchstring={searchTerms}&page=search" /> 
</OpenSearchDescription>

Example play search script.

Here are a couple I find useful:

Open a MS KB article:

 
DisplayName: MS KB Number
URL: http://support.microsoft.com/?kbid={SearchTerms}

just type in the KB number (without the KB , just the number) in the search box

Search MS KB by string:

DisplayName: MS KB String
URL: http://support.microsoft.com/search/default.aspx?query={SearchTerms}

type the string

Edited by JRosenfeld

After installing the public release of Internet Explorer 7 I discovered my life would not be worth continuing unless I could add Wikipedia and IMDB to the search bar, gladly to say I have succeeded and can live.

Now to share the process.

First off, I've deleted all non-Google search providers out of the options; so I was left with just one - Google.

The Steps:

1.) Open the Registry (I suppose it's a good idea before making changes)

Start> Run> regedit

2.) Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes

3.) Once there right click underneath Search scopre and make a new 'Key'. Then name this key accordingly, I shall call it Wikipedia.

4.) Select the Key, then right click and make a new 'String Value' and call it:

DisplayName. Then double click the new Sting and type in the name you want for the Search Provider. (Looks like this.

5.) Then create a new 'Sting Value' and call it:

URL

Then double click this Sting and enter a URL, for example a search URL, replace words the bit of the URL where the search term goes with this:

{searchTerms}

Examples of this are:

http://en.wikipedia.org/wiki/Special:Search?search={searchTerms}&fulltext=fulltext

http://imdb.com/find?q={searchTerms}

Hope this helps anyone using IE 7 Beta to add search providers, if any of this doesn't make sense I'll be happy to help.

Maybe ill try that for neowin.net's search

oh and thx for the tip

02-03-06 edit: ive tried it for neowin.net and it works

Great work.

I tried to add http://www.allmusic.com/ but unfortunately, it didn't work out.

I'd like to search by Artist name.

Thank you

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\allmusic]
"DisplayName"="allmusic"
"URL"="http://www.allmusic.com/cg/amg.dll?p=amg&sql=1:{searchTerms}"

http://www.nighthawk-f117.myby.co.uk/IE7/allmusic.reg

(Save to Desktop then double click)

What about The Free Dictionary (tfd.com)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\tfd.com]
"DisplayName"="tfd.com"
"URL"="http://www.tfd.com/{searchTerms}"

http://www.nighthawk-f117.myby.co.uk/IE7/tfd.com.reg

(Save to Desktop then double click)

How about a Imdb reg file?

Thanks:

Ok, here it is: http://www.nighthawk-f117.myby.co.uk/IE7/IMDB.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\IMDB]
"DisplayName"="IMDB"
"URL"="http://imdb.com/find?q={searchTerms}"

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Anthropic pulls Fable 5 and Mythos 5 after US export control order by Pradeep Viswanathan In April this year, Anthropic launched the Claude Mythos Preview frontier model with state-of-the-art cyber and coding capabilities for a select set of companies around the world. After preparing appropriate guardrails, early this week, Anthropic launched Claude Fable 5 and Mythos 5, its most capable AI models. Claude Fable 5 is for general users and comes with strict safeguards, while Mythos 5 is designed with fewer safeguards for cybersecurity and biology use cases. Today, Anthropic abruptly suspended access to its Fable 5 and Mythos 5 AI models for all customers after receiving an export control directive from the US government. The company received the directive from the government today at 5:21 p.m. ET, and the received letter did not provide any details regarding the national security concern. Anthropic understands that the government became aware of a method to bypass, or “jailbreak,” Fable 5, which might be the reason behind the directive. The order was issued under national security authorities and requires the company to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether they are inside or outside the United States. The restriction also applies to foreign national employees working at Anthropic. As a result, the company has disabled both models for all customers to ensure compliance. Access to previous Anthropic models like Opus and Sonnet is not affected by this government order. The company highlighted that it had developed strong safeguards to reduce the possibility that Fable is misused for tasks related to cybersecurity. In fact, many developers are complaining that the safeguards are going overboard. Additionally, the company worked with the US government, the UK AISI, multiple private third-party organizations, and internal teams to red-team Fable’s safeguards for thousands of hours. Finally, Anthropic noted that no testers have yet been able to find a universal jailbreak on Fable 5. As expected, Anthropic disagrees that a narrow potential jailbreak should lead to the recall of a commercial model used by hundreds of millions of people. It warned that applying this standard across the AI industry could effectively halt new frontier model deployments. Anthropic concluded by mentioning that it is working to restore access to Fable 5 and Mythos 5 as soon as possible and plans to share more details within the next 24 hours.
    • Brave Browser 1.91.172 is out.
    • Any Video Converter Free 9.2.3 by Razvan Serea Any Video Converter is an All-in-One video converting tool with an easy-to-use graphical interface, fast converting speed and excellent video quality. Any Video Converter supports all popular video formats and converts your videos to different video formats including MP4, MOV, MKV, M2TS, M4V, MPEG, AVI, WMV, ASF, OGV, WEBM, and more. It supports converting videos to customized percent (50%, 100%, 200%, and more) or resolution (480p, 720p, 1080p, 4K, and more); It supports encoding videos into x264, x265, h263p, xvid, mpeg, wmv, and more. Any Video Converter Free key features: Compatible with Windows 11/10/8.1/8/7 (32-64bit) User interface are available in 14 languages Convert all kinds of video formats including high-definition videos Extract audio from any videos and save as MP3/WMA for your mp3 player Take snapshot from any videos and build your own picture collection Support high-definition for both input and output Batch add videos from hard drive and batch convert Customize output parameters completely as you like Manage your output videos files by group or output profile Merge several video files into a single and long one Clip a video into segments Free Audio Filter: Adjust audio volume and add audio effects Crop frame size to remove black bars and retain what you want only Adjust the brightness, contrast, saturation Rotate or flip or add noise/sharpen effects Produce output video with subtitles of your own dialogue and much, much more... Any Video Converter Free 9.2.3 changelog: Fixed video download engine auto-update failures. Added custom speed control support in the speed change tool. Added support for downloading YouTube AI-generated subtitles. Added support for preserving original audio stream in the format convert tool (e.g., Dolby Atmos, DTS:X). Fixed other bugs and improved overall performance. Download: Any Video Converter Free 9.2.3 | 7.6 MB (Freeware) View: Any Video Converter Free Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Not sure what country you’re in but in many countries you can absolutely jail the sellers behind businesses… in fact I’d say in most countries you can do that
    • I guess we are done since you refuse to read my comment you replied to or my other comment in another thread you were also a part of here.
  • Recent Achievements

    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
    • One Month Later
      Markus94287 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      497
    2. 2
      +Edouard
      173
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      ATLien_0
      92
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!