好东西,可惜只有 FF 能用。
写了一个 Opera 用的 js 脚本,让 Opera 实现 Google 搜索自动显示日期的效果XDDD
=====脚本开始的分隔线=====
// ==UserScript==
// @exclude http://www.google.com/reader/*
// @include www.google.com/search*
// @include www.google.cn/search*
// ==/UserScript==
if ( location.href.indexOf("&as_qdr=")==-1 && location.href.indexOf("?as_qdr=")==-1)
{
location.href = location.href.replace("search?", "search?as_qdr=y15&");
}
=====脚本结束的分隔线=====
存为 js 文件放在 Opera 的 User JS 文件夹,重启 Opera 生效。
--
没有评论:
发表评论