Google Search date range shortcut 的评价
Google Search date range shortcut 作者: sweet_extension
20 条评价
- 评分 5 / 5来自 全民三退解体中共邪教, 16 天前
- 评分 5 / 5来自 远离中共邪教快退出党团队, 2 个月前
- 评分 5 / 5来自 Firefox 用户 18085313, 1 年前Indispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- 评分 5 / 5来自 Firefox 用户 18143891, 1 年前
- 评分 5 / 5来自 Mr. Snuggles, 2 年前Perfect, I had a similar add-on in Chrome and thank god someone did it for Firefox. You are a lifesaver!
- 评分 5 / 5来自 Виктор Минин, 4 年前Спасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- 评分 5 / 5来自 Fredisland, 5 年前
- 评分 5 / 5来自 Mathieu CAROFF, 6 年前Thank you!! I was just writing a script to do that job when I though of searching for an extension to do it and found yours! ^^
-- Code below
I'd like to contribute some features to your extension, like:
(1) Checkbox to add times above Google defaults rather than below.
(2) Re-order declared times by drag and drop.
(3) Checkbox to auto-order the declared times.
(4) Checkbox to add a [Time] button (or some other name), which adds a button to the "Custom Range" modal~.
Is the code open source?
Would you want to open-source it?
Have a good day!
```js
$ = document.querySelector.bind(document)
x = toolsButton = $("#hdtb-tls")
y = timeButton = x.cloneNode(true)
y.textContent = "Time"
x.parentElement.appendChild(y)
y.addEventListener('click', () => {
let z = customTimeRangeButton = $("#cdrlnk")
z.click()
}, true)
```
+ my github is https://github.com/mathieucaroff - 评分 5 / 5来自 Firefox 用户 12597924, 6 年前Excellent - and a great companion to Google Search Geolocation & Language Change
- 评分 5 / 5来自 Firefox 用户 14548294, 6 年前
- 评分 5 / 5来自 Firefox 用户 14548255, 6 年前