Pohódnoćenja za Google Search date range shortcut
Google Search date range shortcut wot sweet_extension
18 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18085313, წლის წინIndispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18143891, წლის წინ
- Z 5 z 5 pohódnoćenywot Mr. Snuggles, 2 წლის წინPerfect, I had a similar add-on in Chrome and thank god someone did it for Firefox. You are a lifesaver!
- Z 5 z 5 pohódnoćenywot felistime, 3 წლის წინ
- Z 5 z 5 pohódnoćenywot circcc, 3 წლის წინ
- Z 5 z 5 pohódnoćenywot Milor123, 3 წლის წინ
- Z 5 z 5 pohódnoćenywot 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.
- Z 5 z 5 pohódnoćenywot Виктор Минин, 4 წლის წინСпасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- Z 5 z 5 pohódnoćenywot Fredisland, 5 წლის წინ
- Z 5 z 5 pohódnoćenywot 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 - Z 5 z 5 pohódnoćenywot Wužiwar Firefox 12597924, 6 წლის წინExcellent - and a great companion to Google Search Geolocation & Language Change
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14548294, 6 წლის წინ
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14548255, 6 წლის წინ