iPhone Setup

Build a one-tap iOS Shortcut that pulls ingredients off any product page and analyzes them in Pore Guard.

Create the Shortcut

  1. 1 Open the Shortcuts app on iPhone → tap + to create a new shortcut.
  2. 2 Add action: search "Run JavaScript on Web Page". Tap to add it.
  3. 3 Tap the script area (it shows template code) and replace everything with the JavaScript below.
  1. 4 Add another action: search "Open URLs". Tap to add it.
  2. 5 Tap the URL field. Type:
    https://pore-guard.pen15.ai/?ingredients=
    Then tap the variable picker (above keyboard) and add JavaScript Result right after the = sign.
  3. 6 Tap the shortcut name at the top and rename it to Pore Guard. Tap the settings icon → Show in Share Sheet, set "Share Sheet Types" to Safari Web Pages only.
  4. 7 Done! Open any product page in Safari → tap Share → scroll down → tap Pore Guard.
Why this works: The Shortcut grabs the ingredient text from the page, then opens Pore Guard with the text in the URL. The full analysis runs on our site — no flaky script-loading inside the Shortcuts sandbox.