diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ } let url = new URL( _url ); - if ( url.host === "www.amazon.de" || url.host === "smile.amazon.de" ) { + if ( url.host.match("(www|smile)\.amazon\.([a-zA-Z]+)") ) { if ( url.href.includes('/ref=') ) { url.href = url.href.toString().replace(/ref=(.+)/, '') } else { |
