Skip to content

Commit 38f972c

Browse files
committed
Added Edge Dev/Beta + IronFox as compatible Android browsers (KudoAI/googlegpt#102) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent da42503 commit 38f972c

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

chatgpt/amazongpt/amazongpt.user.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
// @description Adds the magic of AI to Amazon shopping
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.4.10
6+
// @version 2025.4.10.1
77
// @license MIT
88
// @icon https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon48.png
99
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon64.png
1010
// @compatible brave
1111
// @compatible chrome
1212
// @compatible edge
13+
// @compatible edgebeta
1314
// @compatible edgecanary
15+
// @compatible edgedev
1416
// @compatible fennec
1517
// @compatible firefox
1618
// @compatible ghost
1719
// @compatible iceraven
20+
// @compatible ironfox
1821
// @compatible lemur
1922
// @compatible librewolf
2023
// @compatible mises

chatgpt/amazongpt/docs/README.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -272,18 +272,13 @@
272272
width=16 alt="[Edge Beta]"></a>
273273
</td>
274274
</tr>
275-
<tr> <!-- EDGE/CANARY Android -->
275+
<tr> <!-- EDGE Android -->
276276
<td> <!-- Browser -->
277277
<a href="https://play.google.com/store/apps/details?id=com.microsoft.emmx"
278278
title="Edge for Android">
279279
<img src="https://assets.aiwebextensions.com/images/icons/browsers/edge/icon16.png"
280280
width=16 alt="[Install]"></a>
281-
Edge or
282-
<a href="https://play.google.com/store/apps/details?id=com.microsoft.emmx.canary"
283-
title="Edge Canary for Android">
284-
<img src="https://assets.aiwebextensions.com/images/icons/browsers/edge/canary/icon16.png"
285-
width=16 alt="[Install]"></a>
286-
Edge Canary (Android)
281+
Edge or dev builds (Android)
287282
</td>
288283
<td> <!-- Userscript manager -->
289284
<img width=16 src="https://assets.aiwebextensions.com/images/icons/userscript-managers/tampermonkey/icon28.png">
@@ -304,6 +299,14 @@
304299
title="Edge Canary for Android">
305300
<img src="https://assets.aiwebextensions.com/images/icons/browsers/edge/canary/icon16.png"
306301
width=16 alt="[Edge Canary]"></a>
302+
<a href="https://play.google.com/store/apps/details?id=com.microsoft.emmx.dev"
303+
title="Edge Dev">
304+
<img src="https://assets.aiwebextensions.com/images/icons/browsers/edge/dev/icon16.png"
305+
width=16 alt="[Edge Dev]"></a>
306+
<a href="https://play.google.com/store/apps/details?id=com.microsoft.emmx.beta"
307+
title="Edge Beta">
308+
<img src="https://assets.aiwebextensions.com/images/icons/browsers/edge/beta/icon16.png"
309+
width=16 alt="[Edge Beta]"></a>
307310
</td>
308311
</tr>
309312
<tr> <!-- FIREFOX/GECKO desktop -->
@@ -387,6 +390,9 @@
387390
<a href="https://github.com/fork-maintainers/iceraven-browser/releases" title="Iceraven for Android">
388391
<img src="https://assets.aiwebextensions.com/images/icons/browsers/iceraven/icon16.png"
389392
width=16 alt="[Iceraven]"></a>
393+
<a href="https://gitlab.com/ironfox-oss/IronFox/-/releases" title="IronFox for Android">
394+
<img src="https://assets.aiwebextensions.com/images/icons/browsers/ironfox/icon16.png"
395+
width=16 alt="[IronFox]"></a>
390396
</td>
391397
</tr>
392398
<tr> <!-- QQ BROWSER desktop -->

0 commit comments

Comments
 (0)