• AppleCentral Network:
  • Tech Support
  • |
  • Open Source
  • |
  • Apple News
  • |
  • Register Domains
  • |
  • SSL Certificates
  • |
  • iPod Deals
  • |
  • Mac Deals
  • |
  • Mac Book Shelf
  • AppleCentral Home
  • MacTech Magazine
    • About MacTech in Print
    • Issue Table of Contents
    • Subscribe
    • Risk Free Sample
    • Back Issues
    • MacTech DVD
    • MacTech Archives
    • MacTech Print Archives
    • MacMod
    • MacTutor
    • FrameWorks
    • develop
  • MacNews.com
    • MacNews News
    • Blog
    • MacTech Reviews and KoolTools
    • Whitepapers, Screencasts, Videos and Books
    • News Scanner
    • Rumors Scanner
    • Documentation Scanner
  • Apple Expo
    • by Category
    • by Company
    • by Product
  • MacForge.net
  • Job Board
  • Advertising
    • Benefits of MacTech
    • Mechanicals and Submission
    • Dates and Deadlines
    • Submit Apple Expo Entry
  • User
    • Register for Ongoing Raffles
    • Register new user
    • Edit User Settings
    • Logout
  • Contact
    • Customer Service
    • Webmaster Feedback
    • Submit News or PR
    • Suggest an article
  • Connect Tools
    • MacTech Live Podcast
    • RSS Feeds
    • Twitter
You are not logged in. [Log In] AppleCentral » Forums » Mac » Software » IE search hack
Register User    Forum List        Active Topics    FAQ
Topic Options
Hop to:
#1630 - 06/23/01 06:46 PM IE search hack
Anonymous
Unregistered


can someone tell me the Rezedit hack to make the web search in IE go to google instead of msn...<br><br>

Top
#1631 - 06/23/01 07:01 PM Re: IE search hack
sean Offline
Carpal Tunnel

Registered: 05/21/01
Posts: 8538
Loc: my basement
try here:<br><a href="http://www.ResExcellence.com/11-02-97.shtml">http://www.ResExcellence.com/11-02-97.shtml</a><br><br>[color:blue] -sean</font color=blue>

Top
#1632 - 06/24/01 12:31 AM Re: IE search hack [Re: sean]
Anonymous
Unregistered


thanks..just what i needed..<br><br>

Top
#1633 - 06/24/01 12:53 AM Re: IE search hack
siletz Offline
journeyman

Registered: 06/10/01
Posts: 88
Loc: Oregon USA
Another way is to put Google addy into your favorites list or add it to the toolbar,<br><br>Bondi "B" Maxed out
_________________________



Top
#1634 - 06/24/01 05:15 AM Re: IE search hack [Re: siletz]
bdog Offline
enthusiast

Registered: 06/04/01
Posts: 222
Loc: Shoreview, MN 55126
Hey siletz, have you read the thread right under this one? I have a "search engines" folder! 16 links!<br><br>http://www.macminute.com/cgi-bin/wwwthre...;o=31&part=<br><br>[color:red]-- John Bailey</font color=red> ( [color:red]Bdog</font color=red> )<br><br>[color:blue]Email Me!</font color=blue> [email] [color:green]bdog_111@yahoo.com</font color=green> [/email]
_________________________
--------------------------
John Bailey ([red]Bdog[/red])

Email Me! ---> Bdog111@mac.com

Top
#1635 - 06/24/01 07:15 PM Re: IE search hack [Re: bdog]
TreeBeard Offline
Carpal Tunnel

Registered: 05/20/01
Posts: 2033
Loc: the ancient forests of MiddleE...
As is typical, the bookmarklets presented on Google's page<br><http://www.google.com/options/macexplorer.html>for IE5/Mac are not<br>as fully featured as those for IE5/Win it's not that it's not<br>technically possible, they are just lazy. However a quick bit of<br>javascript research identifies the key<br><br>below is the modified windows version to work on the mac <br><br>javascript:q=(document.frames.length?'':document.getSelection());for(i=0;i<document.frames.length;i++){q=document.frames.document.getSelection();if(q!='')break;}if(q=='')void(q=prompt('Enter text to search using Google. You can also highlight a word on this web page before clicking Google Search.',''));if(q)location.href='http://www.google.com/search?client=googlet&q='+escape(q)<br><br><br>this is the original windows version<br><br>javascript:q=(document.frames.length?'':document.selection.createRange().text);for(i=0;i<document.frames.length;i++){q=document.frames[i].document.selection.createRange().text;if(q!='')break;}if(q=='')void(q=prompt('Enter text to search using Google. You can also highlight a word on this web page before clicking Google Search.',''));if(q)location.href='http://www.google.com/search?client=googlet&q='+escape(q)<br><br><br>the difference is obvious: the phrase -<br>document.selection.createRange().text is replaced by the much simpler<br>document.getSelection() on the mac.<br><br>The same should hold true for GreyMatter, yet to test this, but handy<br>to know/use<br><br>There is also similar codes for Netscape but NS is limited to 500<br>chars in a bookmark, meaning some of the niceties of the script must<br>be left out. NS uses the same document.getSelection() as IE for mac,<br>so the IE5/Win one would probably work with Netscape 6/Mozilla<br><br>The challenge now is to work out if it is possible to hack IE5s menus<br>to embed similar javascript call in that, to enable the right click<br>version that the IE5/Win GreyMatter supports. One could envision<br>contextual clicking on a URL and being able to search google for<br>related URLs<br><br>Can you also test this with IE 5.1 for OS X?<br><br><br>=============================================================<br>|[i] "Behold the Turtle, he maketh no progress ==== until he sticketh out his neck." |<br>=============================================================
_________________________

but where will we be when the future comes?

Top
#1636 - 06/25/01 10:54 AM Re: IE search hack [Re: TreeBeard]
sean Offline
Carpal Tunnel

Registered: 05/21/01
Posts: 8538
Loc: my basement
treebeard -- wow!! <br><br>um, what is it?<br><br>the original poster was looking for information to allow him/her to do searches from the address bar/line of the browser. i do this and it is most convenient. instead of typing http://etc. i just type a ? and then the term i want to use. when i hit the enter key, the term is searched and results in google are returned. very easy and quick.<br><br>i don't want an extra google search window on my browser. i already have all of my buttons up above appearing as text-only. i want as much real estate for the webpages and that is what makes this hack so valuable to me. any time i want to search google, i can quickly hit the tab button into the address bar and type my quick ? and term and...ta da! i have a google search appearing.<br><br>[color:blue] -sean</font color=blue>

Top
#1637 - 06/25/01 11:12 AM Re: IE search hack [Re: sean]
TreeBeard Offline
Carpal Tunnel

Registered: 05/20/01
Posts: 2033
Loc: the ancient forests of MiddleE...
what it is ... is a scripted URL that appears only as a URL in the toolbar or as a favorite if you wish<br> when clicked upon you can type or paste any word or phrase or even select and highlight a word on the page you are on to be searched @ google Mac ....simple as that ....yeah I already have my search engine button set to search Australian sites search engines<br><br>=============================================================<br>| "Behold the Turtle, he maketh no progress ==== until he sticketh out his neck." |<br>=============================================================
_________________________

but where will we be when the future comes?

Top
#1638 - 06/26/01 02:14 PM Re: IE search hack [Re: TreeBeard]
Anonymous
Unregistered


if you have a two button mouse, set the right button to ctrl-click and now highlight a word in a html page and right click on it. You'll see a option to 'web search' if you choose this it will take the highlighted term and search MSN for it. <br>I just wanted to know how to change it from MSN to Google...<br>thanks again<br><br>

Top
#1639 - 06/26/01 05:07 PM Re: IE search hack
TreeBeard Offline
Carpal Tunnel

Registered: 05/20/01
Posts: 2033
Loc: the ancient forests of MiddleE...
yes but the stuff I was posting goes way beyond that, it does indeed! why don't you try some bookmarklets today! Just remember that you have to have correct browser ID to get them! So those who have hacked Browser ID... change it back first.... and that includes those whom have removed the browser name from the titlebar.<br><br>Bookmarklets are fun not to mention very useful... some of them the best ones are those that allow you to highlight any texts, anywhere... and search it ... in the search engine of your choice. with just a highlight and a click.<br><br>=============================================================<br>| "Behold the Turtle, he maketh no progress ==== until he sticketh out his neck." |<br>=============================================================
_________________________

but where will we be when the future comes?

Top
Previous Topic
View All Topics Index
Next Topic

Tweet

Preview

Moderator:  Acumowchek 
Print Topic
Switch to Threaded Mode
Publications, Articles and Industry Discussion
   »MacTech/MacNews Article Discussions
   »Apple World
Marketplace
   »Deals and Special Offers
      »Expired Offers
   »Trading Warehouse
Mac
   »Hardware
   »Software
   »Servers, Security, and Networking
   »Programming, Web Dev & Scripting
   »Windows and Virtualization
   »Cloud and Online Services
Mobile Technologies
   »iPhone Apps, AppStore, and iTunes
   »iPad, iPhone, iPod and Apple TV Hardware
Mods and Hacks
   »General Mods
      »Techniques
      »Miscellaneous
      »Mod Logs
   »Laptop Mods
      »Case Mods
      »Hardware Mods
      »Misc. Mods
   »Desktop Mods
      »Case Mods
      »Hardware Mods
      »Misc. Mods
   »Peripheral Mods
      »iPod Mods
      »Misc Mods
   »Software Hacks & Mods
General Discussion
   »Site Feedback & Issues
   »Stan's Lounge
   »Soapbox
Now Software Support
   »Announcements
   »Now X
      »FAQs
      »Discussion
   »Now Up-to-Date & Contact
      »Community Help
      »Tips and tricks
View profile
Send a PM
View homepage
Add to your Watched Users
View posts
View profile
Send a PM
Add to your Watched Users
View posts
View profile
Send a PM
View homepage
Add to your Watched Users
View posts
View profile
Send a PM
Add to your Watched Users
View posts
View profile
Send a PM
View homepage
Add to your Watched Users
View posts
View profile
Send a PM
Add to your Watched Users
View posts
View profile
Send a PM
Add to your Watched Users
View posts
Board Rules · Mark all read
Contact Us · AppleCentral · Top

MacTech Only Search:
Community Search:

 
 
 

 
 
 
 
 
  • SPREAD THE WORD:
  • Slashdot
  • Digg
  • Del.icio.us
  • Reddit
  • Newsvine
  • Generate a short URL for this page:



AppleCentral. www.applecentral.com
Main office: 805-494-9797
Xplain's use of MacNews, AppleCentral and AppleExpo are not affiliated with Apple, Inc. MacTech is a registered trademark of Xplain Corporation. AppleCentral, MacNews, Xplain, "The journal of Apple technology", Apple Expo, Explain It, MacDev, MacDev-1, THINK Reference, NetProfessional, MacTech Central, MacTech Domains, MacForge, and the MacTutorMan are trademarks or service marks of Xplain Corp. Sprocket is a registered trademark of eSprocket Corp. Other trademarks and copyrights appearing in this printing or software remain the property of their respective holders.
All contents are Copyright 1984-2010 by Xplain Corporation. All rights reserved. Theme designed by Icreon.
Generated in 0.035 seconds in which 0.024 seconds were spent on a total of 13 queries. Zlib compression enabled.
Powered by UBB.threads™ PHP Forum Software 7.5.8