Build a one-tap iOS Shortcut that pulls ingredients off any product page and analyzes them in Pore Guard.
Create the Shortcut
1Open the Shortcuts app on iPhone → tap + to create a new shortcut.
2Add action: search "Run JavaScript on Web Page". Tap to add it.
3Tap the script area (it shows template code) and replace everything with the JavaScript below.
4Add another action: search "Open URLs". Tap to add it.
5Tap 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.
6Tap 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.
7Done! 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.