File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
// @description Adds the magic of AI to Amazon shopping
4
4
// @author KudoAI
5
5
// @namespace https://kudoai.com
6
- // @version 2025.3.8.1
6
+ // @version 2025.3.8.2
7
7
// @license MIT
8
8
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
9
9
// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
3150
3150
return log . debug ( 'Exited from Captcha page' )
3151
3151
else if ( document . querySelector ( 'a > img[src*="/error"]' ) )
3152
3152
return log . debug ( 'Exited from 404 page' )
3153
+ else if ( location . pathname . startsWith ( '/ap/' ) )
3154
+ return log . debug ( 'Exited from account-related page' )
3153
3155
3154
3156
// Create/ID/classify/listenerize/stylize APP container
3155
3157
const appDiv = dom . create . elem ( 'div' , { id : app . slug , class : 'anchored fade-in' } )
You can’t perform that action at this time.
0 commit comments