Skip to content

Instantly share code, notes, and snippets.

@Windows81
Last active May 21, 2022 06:38
Show Gist options
  • Save Windows81/385ff82b44221954b5ad8371152cc123 to your computer and use it in GitHub Desktop.
Save Windows81/385ff82b44221954b5ad8371152cc123 to your computer and use it in GitHub Desktop.
Instructions on how to make Requestly think you're on an Enterprise plan
0) open the Requestly website.
1) navigate to Source tab in DevTools, then open "main.73becfd4.js".
2) format code and add breakpoint in DevTools at around line 96708 (after 'PREMIUM_PLANS' is initialised).
3) reload the f***ing page.
4) run this snippet on the console: "Pt.PLAN_NAMES.BASIC=Pt.PLAN_NAMES.BRONZE=Pt.PLAN_NAMES.ENTERPRISE".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment