Iceggiren i Google Search date range shortcut
Google Search date range shortcut sɣur sweet_extension
Icegger-it HellPhantom
Yettwasezmel 5 ɣef 5
sɣur HellPhantom, 2 hónapjaI 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"
22 n yiceggiren
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18085313, egy éveIndispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 18143891, 2 éve
- Yettwasezmel 5 ɣef 5sɣur Mr. Snuggles, 2 évePerfect, I had a similar add-on in Chrome and thank god someone did it for Firefox. You are a lifesaver!
- Yettwasezmel 2 ɣef 5sɣur grahamperrin, 3 évePlease make it habit to provide release notes (I never allow an update without notes).
Condensed, for 0.2.2:
https://pastebin.com/qJHbXfJi
– and for 0.2.3:
https://pastebin.com/tveYgV7n
– what changes are in 0.2.4? Notes are empty:
https://addons.mozilla.org/ko/firefox/addon/googlesearchdaterangeshortcut/versions/0.2.4/updateinfo/
https://addons.mozilla.org/en-GB/firefox/addon/googlesearchdaterangeshortcut/versions/0.2.4/updateinfo/
https://addons.mozilla.org/en-US/firefox/addon/googlesearchdaterangeshortcut/versions/0.2.4/updateinfo/
https://pastebin.com/Gicg1JrT - Yettwasezmel 5 ɣef 5sɣur Виктор Минин, 5 éveСпасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- Yettwasezmel 5 ɣef 5sɣur Fredisland, 5 éve
- Yettwasezmel 5 ɣef 5sɣur Mathieu CAROFF, 6 éveThank 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 - Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 12597924, 6 éveExcellent - and a great companion to Google Search Geolocation & Language Change
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 14548294, 6 éve
- Yettwasezmel 5 ɣef 5sɣur Aseqdac Firefox 14548255, 6 éve