2012年12月17日星期一

让Google在国内使用更快速稳定、减少被重置的浏览器

刚刚看了其他网站推荐使用插件来满足 google search结果,直接显示目标地址网址,而不是一个redirect网址,而在国内,这个redirect网址很容易被GFW重置,那么很有必要使用目标地址的实际网址来访问,是非常不错的选择。在这我就推荐一个基于Greasemonkey的script来达到这个效果,并可以自定义搜索偏好。

这里我使用的代码是:

GoogleMonkeyR

和Google Imanges direct links 2012.11.26

使在Google搜索和图片搜索都直接转换网址。

1. GoogleMonkeyR是一个非常不错的自定义google搜索的代码

他主要可以实现:

  • Allows you to select 1,2,3 and 4 columns of Google results. You can now use more of your screen space with less scrolling (based on the original concept of Two Column Google by Jeffrey Sharkey)
  • A background or border hue to your search results. Now configurable from the user dialogue with a simple color picker! glooble
  • Remove the Google "Sponsored Links". Like you need Google telling you where to buy stuff!
  • Result numbering. When looking at loads of results you can use this feature to quickly identify where you are and what relevance they may have (especially useful when we come to Auto-loading more results!)
  • Auto-load more results. Seen else where on userscripts.org. This version of the scripts code has been streamlined to allow almost seamless result fetching when you approach the bottom of the screen. Never have to load the next page by hand! (based on the Definitive Google Auto Pager by Paweł Kubisz)
  • Remove the web search dialogues from your Google pages. If you use FireFox's built in search dialoges why waste your valuable screen space when you can hide the extraneous elements away.
  • Make external Google links open in a new window/tab. Now this is configurable in your Google preferences but not with the distinction between when your searching and when your using iGoogle. Well now you can!
  • Disable Google tracking your search results. Every time you click a link in your search results, the click gets reported back to Google for their statisticians to ponder over. If you are signed in to a Google account this click will be recorded in your search history. This function allows you to disable this reporting to Google completely or add an extra "Trackless" link to each of your search results.
  • Self updating when a new version of the script is available. Using the same technology seen in my other scripts you'll always be notified of updates. This feature checks userscripts.org every 24hours for later versions of the script. Opening the preferences will force a check there and then (although there is possible caching by FF). Also note currently this feature is only available in FireFox (Opera and Chrome don't allow cross site queries).
  • Thumbnails for each of your results. Incorporating resources from SearchPreview.de now allows you to see a thumbnail of the home page of each of your search results. If you use this feature think about helping out with the server costs and donate!
  • Favicons for each of your results. Show the sites favicon if you so choose... and, of course, they actually have one !)
  • Result flow direction. If you use multiple columns select either left to right or top to bottom newspaper style. If you use "Auto-load" the newspaper style is automatically paginated to try and keep some clarity in your results.
  • Remove the "Related Search" links You can now specify in the preferences to remove the "Related Search" links that sometimes appear at the top of your search results.
  • Remove the "Search Tools" links You can now remove the "Search Tools" links that appear to the left of your results.
  • And all of this can be configured through one simple screen. Simply click on the gear icon in the top right hand corner of your page, then on the GoogleMonkeyR settings link.

    settings lnk

    The original idea/concept for this wonderful preferences screen came from the Rllmuk User Ignore List script written by Jonathan Buchanan (his web site). Reading his code made me stop and look at how i wrote my own code... and then think about going back to school. Hats off!

  • Remove the Google "Site Preview" feature. You can now remove the "Site Preview" feature that appears when you click on the body of a result.
  • Now compatible with Opera and Google Chrome! After many of you asked for it I've finally altered the code to work on multiple browsers. Unfortunately the automatic update does not work in these browsers due to the lack of native cross domain requests
  • 简单来说:

    1.搜索结果分栏

    2.搜索结果背景,宽度设置

    3.移除Google 的Sponsored Links

    4. 对搜索结果标号

    5.自动加载更更多的搜索结果,无需你点击下一页,自动加载

    6.移除搜索结果对话框

    7.这点是非常不错的哦,因为在使用google.com/ncr搜索时,google自定义在当前窗口打开,前提你也不喜欢登入和设置自己的搜索偏好,且经常使用Google,而浏览器经常的使用安全浏览或者自动清空cookies,那么这个可以帮你解决问题,在新窗口或标签页打开。

    8.禁止google跟踪你的搜索结果

    9.代码自动升级

    10.支持搜索结果预览

    11.可以设置显示搜索结果网站的ico

    12.可以自定义搜索结果排列方式,在使用分栏显示时,使结果显示更清晰。

    13.移除相关搜索,搜索工具(推荐保留哈,可以自定义设置过滤)。

    14.整合了快速设置,在当前页面就可以完成你自己喜欢的样式。

    15.移除预览功能

    16.已经推出Opera和Google Chrome版本,最后欢迎大家使用啊。

    最后上张我自己设置的图吧:

    image



    Orignal From: 让Google在国内使用更快速稳定、减少被重置的浏览器

    没有评论:

    发表评论