Skip to content

Instantly share code, notes, and snippets.

@moyashi
Last active November 9, 2021 04:52
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 moyashi/3253178c00b71ed7d95d5e2a7cd436e6 to your computer and use it in GitHub Desktop.
Save moyashi/3253178c00b71ed7d95d5e2a7cd436e6 to your computer and use it in GitHub Desktop.
// ↓これをブックマークに登録
javascript:var%20jumpto%3D%22https%3A%2F%2Fwww.aliprice.com%2FIndex%2Fsearch.html%3Flink%3D%22%20%2B%20encodeURIComponent(String(document.location.href))%3Bwindow.location%3Djumpto%3Bvoid(0);
// iOS用のショートカット(アリエクアプリの「共有ボタン→もっと」から実行)
https://www.icloud.com/shortcuts/0146a2efb16b472d973cf2a3b21fc1a9
// ↓ソース
var jumpto = "https://www.aliprice.com/Index/search.html?link=" + encodeURIComponent(String(document.location.href));
window.location = jumpto;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment