RealEvoranz
9d867b29c6
added random image finding and downloading function
...
downloads a random image from Wikipedia, converts it to png, and renames it to random_image.png - will rewrite the image if one already exists.
Filters images:
| Filter | Current value | Meaning |
| ------------------ | ----------------: | ------------------------------------ |
| MIME type | JPEG / PNG / WebP | Rejects SVG, GIF, TIFF, etc. |
| Width | ≥ 300 px | Rejects very narrow/small images |
| Height | ≥ 300 px | Rejects very short/small images |
| Original file size | ≤ 20 MB | Avoids huge files |
| Thumbnail | 1280 px | Downloads a reasonably sized version |
2026-08-24 14:32:48 -04:00
Carl Furtado
1a67432211
Merge pull request #1 from RealEvoranz/set-to-default-profile
...
Made profile directory default by default
2026-08-24 13:57:53 -04:00
RealEvoranz
d5b608c340
Update README.md
2026-08-24 13:52:02 -04:00
RealEvoranz
db30ce8f49
made profile directory default by default
2026-08-24 13:48:47 -04:00
Carl Furtado
62cd2b35cb
add disclaimer to README
2026-08-24 10:19:14 -04:00
Carl Furtado
a785b29494
add visual search custom image instructions
2026-08-24 09:19:51 -04:00
Carl Furtado
06e4f426a2
add instructions for setup to readme
2026-08-24 09:17:14 -04:00
Carl Furtado
602c01d14b
add license
2026-08-22 09:26:17 -04:00
Carl Furtado
d050f9d0d2
add readme
2026-08-21 13:42:15 -04:00
Carl Furtado
1b0e45d52c
use searches_needed when displaying telemetry
2026-08-21 10:36:30 -04:00
Carl Furtado
e336eea265
change search completion functionality back to using the number of required searches
2026-08-21 10:31:43 -04:00
Carl Furtado
320a6de8cd
make sure claim_bonus_points waits for the sidebar to render
2026-08-21 10:27:53 -04:00
Carl Furtado
f31d0cd711
fix race condition when grabbing mouse position
2026-08-21 10:09:48 -04:00
Carl Furtado
d0e813bb15
tune LLM prompt
2026-08-21 10:04:50 -04:00
Carl Furtado
4b2978a732
ensure mutliple URLs of ghost tabs are recognized
2026-08-21 10:04:40 -04:00
Carl Furtado
3835fad251
have misc card method clean up after itself
2026-08-20 11:19:35 -04:00
Carl Furtado
af2eb68940
add exception handling for possible redefinition of document focus handlers
2026-08-20 10:43:07 -04:00
Carl Furtado
a089b1f209
ensure tabs always feign focus
2026-08-20 10:35:35 -04:00
Carl Furtado
f392d3e7a3
optimize search completion speed
2026-08-20 10:29:34 -04:00
Carl Furtado
2ffa64684c
ensure order of initialization is correct in RewardsTaskUtils
2026-08-20 09:34:43 -04:00
Carl Furtado
b007f4fe00
move rewards init logic to RewardsTaskUtils class
2026-08-20 09:33:13 -04:00
Carl Furtado
10bf499de1
add better handling for ghost tab
2026-08-20 09:28:54 -04:00
Carl Furtado
dd50c850ac
first commit
2026-08-19 14:03:22 -04:00