Skip to content

Instantly share code, notes, and snippets.

@pilotmoon
Last active December 8, 2021 09:11
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 pilotmoon/6cdb71a51a0dc20c47f293369d31f0dc to your computer and use it in GitHub Desktop.
Save pilotmoon/6cdb71a51a0dc20c47f293369d31f0dc to your computer and use it in GitHub Desktop.
Example PopClip Extensionc snippet to search multiple sites at once
# popclip
name: Amazon Multi Search
icon: search filled A
javascript: |
const term = encodeURIComponent(popclip.input.text)
popclip.openUrl('https://www.amazon.co.uk/s?k=' + term)
popclip.openUrl('https://www.amazon.co.jp/s?k=' + term)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment