Skip to content

Instantly share code, notes, and snippets.

@pilotmoon
Last active December 8, 2021 09:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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