Last active
April 10, 2016 00:39
-
-
Save megos/b184cc367eece4ec939ae7633a451f9a to your computer and use it in GitHub Desktop.
T-SITEにログインせずに指定のお店の在庫検索ができるブックマークレット(Firefoxで確認)
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:if(/store-tsutaya\.tsite\.jp/.test(location.hostname))document.location.replace(document.URL.replace(/\html/,'html?storeId=<storeId>').replace(location.search,'')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment