Redirection of amazon mobile links (incl. mobile offer (Marketplace)) to amazon desktop

Redirects Amazon mobile links to the desktop version (for all countrys)

  1. // ==UserScript==
  2. // @name Redirection of amazon mobile links (incl. mobile offer (Marketplace)) to amazon desktop
  3. // @namespace ExtraFlauschig.amazon
  4. // @version 1.1
  5. // @description Redirects Amazon mobile links to the desktop version (for all countrys)
  6. // @author ExtraFlauschig
  7. // @include http://www.amazon.*/gp/aw/*
  8. // @include http://amazon.*/gp/aw/*
  9. // @include https://www.amazon.*/gp/aw/*
  10. // @include https://amazon.*/gp/aw/*
  11. // @grant none
  12. // @run-at document-start
  13. // ==/UserScript==
  14. window.location.toString().includes("/gp/aw/d/")? window.location.assign(window.location.toString().replace("/gp/aw/d/", "/dp/")) : window.location.assign(window.location.toString().replace("/gp/aw/ol/", "/gp/offer-listing/"));

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址