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.