Skip to content

FAQ

Q: Which browsers does PageMod support?

Chrome 120+, Edge 120+, and all Chromium-based browsers (Arc, Opera, Brave, etc.). Firefox and Safari are not supported.

Q: How do I log in?

Sign in with Google, GitHub, or Microsoft OAuth, or register/login with email verification codes. Complete login in the settings page to get started. See the Installation section for details.

Q: What are the limits?

The free model draws from a lifetime quota that does not reset monthly: guests get 50K tokens (50 conversations) and registered users get 1M tokens (1,000 conversations). Once exhausted, the free model pauses. Custom models have no limit.

Q: My AI-generated script isn't working. What should I do?

  1. Check if the script is enabled.
  2. Verify the current page URL matches the script's @match rules.
  3. Refresh the page and try again.
  4. Open DevTools (F12) → Console to check for script errors.
  5. Tell the AI about the issue in the chat and let it diagnose and fix.

Q: How do I make a script run only on specific websites?

Edit the @match rules in script settings. Examples:

  • https://example.com/* — all pages on example.com
  • https://example.com/page — a specific page only
  • *://*.example.com/* — all protocols and subdomains

You can also add @exclude rules to block specific pages.

Q: What's the difference between preview mode and published scripts?

Preview mode applies scripts temporarily; closing the side panel or undoing reverts to the original. Published scripts are persistently stored locally and run on every matching page. AI-generated scripts start in preview mode — you must click "Publish" to save permanently.

Q: Where is my data stored? Is it secure?

All scripts, apps, settings, and API Keys are stored locally in your browser (Chrome Storage). AI conversation content is only transmitted during active sessions and is not persisted on the backend. See the Privacy Policy for details.

Q: Can I import Tampermonkey scripts?

Yes. PageMod is Tampermonkey-compatible. You can paste code directly or import via a backup file. Most Tampermonkey scripts run without modification.

Q: How do I update installed scripts?

  • AI-generated scripts: ask the AI to modify them in the side panel chat.
  • Manually edited scripts: edit directly in the code editor.

Q: Will my data be lost if I uninstall the extension?

Yes, uninstalling clears all local data. Please export a backup using the backup feature before uninstalling.

Q: How do I report issues?

Email: aipagemod@gmail.com, Discord: AIPageMod. Please include your browser version, extension version, and steps to reproduce the issue.