Recensiones de Google Search date range shortcut
Google Search date range shortcut per sweet_extension
19 recensiones
- Classificate 5 de 5per HellPhantom, 2 місяці томуI love this feature, please do this for DuckDuckGo. I love that I can add additional time periods. There is one but it does not have these features, the source code is also available but I cant change it. It is called "DuckDuckGo Date Range"
- Classificate 5 de 5per Usator de Firefox 18085313, рік томуIndispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- Classificate 5 de 5per Usator de Firefox 18143891, 2 роки тому
- Classificate 5 de 5per Mr. Snuggles, 2 роки томуPerfect, I had a similar add-on in Chrome and thank god someone did it for Firefox. You are a lifesaver!
- Classificate 5 de 5per felistime, 3 роки тому
- Classificate 5 de 5per circcc, 3 роки тому
- Classificate 5 de 5per Milor123, 4 роки тому
- Classificate 5 de 5per aelcros, 4 роки томуAlways annoyed me I had to click tools to get to the time range. Now it's available right as the search results show up. Adding more time ranges is a great bonus plus. A simple but very useful addon, and exactly what I was looking for.
- Classificate 5 de 5per Виктор Минин, 5 років томуСпасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- Classificate 5 de 5per Fredisland, 5 років тому
- Classificate 5 de 5per 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 - Classificate 5 de 5per Usator de Firefox 12597924, 6 років томуExcellent - and a great companion to Google Search Geolocation & Language Change
- Classificate 5 de 5per Usator de Firefox 14548294, 6 років тому
- Classificate 5 de 5per Usator de Firefox 14548255, 6 років тому