Análises para Google Search date range shortcut
Google Search date range shortcut por sweet_extension
19 análises
- Avaliado em 5 de 5por HellPhantom , há 21 horas
- Avaliado em 5 de 5por Utilizador do Firefox 18085313 , há um anoIndispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- Avaliado em 5 de 5por Utilizador do Firefox 18143891 , há um ano
- Avaliado em 5 de 5por Mr. Snuggles , há 2 anosPerfect, I had a similar add-on in Chrome and thank god someone did it for Firefox. You are a lifesaver!
- Avaliado em 5 de 5por Виктор Минин , há 4 anosСпасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- Avaliado em 5 de 5por Fredisland , há 5 anos
- Avaliado em 5 de 5por Mathieu CAROFF , há 6 anosThank 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 - Avaliado em 5 de 5por Utilizador do Firefox 12597924 , há 6 anosExcellent - and a great companion to Google Search Geolocation & Language Change
- Avaliado em 5 de 5por Utilizador do Firefox 14548294 , há 6 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14548255 , há 6 anos