bing year search

changes default search entry to one year ago

目前为 2016-07-26 提交的版本。查看 最新版本

作者
jccalhoun
评分
0 0 0
版本
0.1
创建于
2016-07-20
更新于
2016-07-26
大小
990 字节
许可证
GNU General Public License version 3 or any later version
适用于

Bing search has added a dropdown menu to restrict your search to certain dates. The last option on this menu is to put in your own date but for some reason it defaults to ten days ago. This changes it to default to a year ago.

Bing loads in the submenu through javascript and I'm not a programmer so the script isn't perfect. I added in a delay to wait between the time you click the "any time" menu and changing the date because if it runs instantly bing hasn't loaded in the submenu yet. I could probably do it through using the waitForKeyElements helper script but it works the way it is.

Also, it doesn't work if you click the "any time" menu before the page completely loads.