Created
November 2, 2024 09:13
-
-
Save k4zuki02h4t4/983cec7c14b9f2e624d1cb81ea48fd29 to your computer and use it in GitHub Desktop.
[ブックマークレット] Amazon の検索結果を Prime & Amazon 販売だけにする
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var url=top.document.URL;if(url.match(/https.*?amazon/)){document.location.href=url+%27&rh=p_6%3AAN1VRQENFRJN5%2Cp_85%3A8070706051%27;}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment