Skip to content

Instantly share code, notes, and snippets.

@megos
Last active April 10, 2016 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megos/b184cc367eece4ec939ae7633a451f9a to your computer and use it in GitHub Desktop.
Save megos/b184cc367eece4ec939ae7633a451f9a to your computer and use it in GitHub Desktop.
T-SITEにログインせずに指定のお店の在庫検索ができるブックマークレット(Firefoxで確認)
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