Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- llm_user_input_extractor_config.json
- ==========================================
- {
- "version": "3.0.0.0",
- "rules": [
- {
- "name": "ChatGPT",
- "host_patterns": ["chatgpt.com", "chat.openai.com"],
- "extraction_paths": [
- ["messages", "*", "content", "parts", "*"]
- ],
- "_example_payload": {
- "action": "next",
- "messages": [
- {
- "id": "28b995a9-c01f-4c56-815f-7f147ecfb469",
- "author": { "role": "user" },
- "content": {
- "content_type": "text",
- "parts": ["USER INPUT HERE"]
- }
- }
- ]
- }
- },
- {
- "name": "Google Gemini",
- "host_patterns": ["gemini.google.com"],
- "is_url_encoded": true,
- "url_param_name": "f.req",
- "nested_json_path": ["1"],
- "extraction_paths": [
- ["0", "0"]
- ],
- "_note": "Gemini has double JSON encoding: f.req decoded -> [null, \"[[\\\"USER INPUT\\\",...]]\"] -> parse [1] as JSON -> [0][0] has user input",
- "_example_payload_raw": "f.req=%5Bnull%2C%22%5B%5B%5C%22USER INPUT HERE%5C%22%2C0%2Cnull%5D%5D%22%5D",
- "_example_payload_decoded_outer": [null, "[[\"USER INPUT HERE\",0,null]]"],
- "_example_payload_decoded_inner": [["USER INPUT HERE", 0, null]]
- },
- {
- "name": "Claude",
- "host_patterns": ["claude.ai"],
- "extraction_paths": [
- ["prompt"],
- ["messages", "*", "content"]
- ],
- "_example_payload": {
- "prompt": "USER INPUT HERE",
- "parent_message_uuid": "019c3482-758c-71e2-ac54-c928cdb072b8",
- "timezone": "America/Los_Angeles",
- "model": "claude-sonnet-4-5-20250929",
- "tools": [],
- "attachments": [],
- "rendering_mode": "messages"
- }
- },
- {
- "name": "Consumer Copilot",
- "host_patterns": ["copilot.microsoft.com", "m365.cloud.microsoft"],
- "array_path": ["content"],
- "array_type_field": "type",
- "array_type_value": "text",
- "array_text_field": "text",
- "skip_event_types": ["setOptions", "messagePreview"],
- "_example_payload": {
- "event": "send",
- "conversationId": "YtGckuWVEf88dyvXpTWW1",
- "content": [{"type": "text", "text": "USER INPUT HERE"}],
- "mode": "smart",
- "context": {}
- },
- "_note": "setOptions events contain config data, not user input"
- },
- {
- "name": "Perplexity",
- "host_patterns": ["perplexity.ai"],
- "extraction_paths": [
- ["query_str"],
- ["params", "dsl_query"]
- ],
- "_example_payload": {
- "params": {
- "attachments": [],
- "language": "en-US",
- "timezone": "America/Los_Angeles",
- "search_focus": "internet",
- "dsl_query": "USER INPUT HERE"
- },
- "query_str": "USER INPUT HERE"
- }
- },
- {
- "name": "Meta AI",
- "host_patterns": ["graph.meta.ai", "ai.facebook.com"],
- "is_multipart_form": true,
- "form_field_name": "variables",
- "extraction_paths": [
- ["message", "sensitive_string_value"]
- ],
- "_note": "Meta AI sends multipart form-data with JSON in the 'variables' field",
- "_example_variables_json": {
- "message": {
- "sensitive_string_value": "USER INPUT HERE"
- },
- "externalConversationId": "046135cb-566c-49c1-80a5-f1d3fd9442cc",
- "isNewConversation": true
- }
- },
- {
- "name": "Grok",
- "host_patterns": ["grok.com"],
- "extraction_paths": [
- ["message"]
- ],
- "_example_payload": {
- "temporary": false,
- "modelName": "grok-3",
- "message": "USER INPUT HERE",
- "fileAttachments": [],
- "imageAttachments": [],
- "disableSearch": false
- }
- },
- {
- "name": "DeepSeek",
- "host_patterns": ["chat.deepseek.com"],
- "extraction_paths": [
- ["prompt"]
- ],
- "_example_payload": {
- "chat_session_id": "384a28da-7350-444f-a92e-d48aa10ca9a8",
- "parent_message_id": null,
- "prompt": "USER INPUT HERE",
- "ref_file_ids": [],
- "thinking_enabled": false,
- "search_enabled": false
- }
- }
- ]
- }
- ==================================================
- manifest.json
- {
- "manifest_version": 3,
- "description": "Data Protection Lists component",
- "name": "Data Protection Lists",
- "version": "2026.06.05.1"
- }
- ==================================================
- office_endpoints_list.json
- [
- "*.aadrm.cn",
- "*.aadrm.com",
- "*.aadrm.us",
- "*.acompli.net",
- "*.activity.windows.com",
- "*.appex-rf.msn.com",
- "*.appex.bing.com",
- "*.apps.mil",
- "*.aria.microsoft.com",
- "*.assets-yammer.com",
- "*.auth.microsoft.cn",
- "*.auth.microsoft.com",
- "*.auth.microsoft.us",
- "*.azure-apim.net",
- "*.azure-mobile.cn",
- "*.azurerms.com",
- "*.cdn.office.net",
- "*.chinacloud-mobile.cn",
- "*.chinacloudapi.cn",
- "*.cloud.microsoft",
- "*.cortana.ai",
- "*.dod.online.office365.us",
- "*.dod.teams.microsoft.us",
- "*.dps.mil",
- "*.entrust.net",
- "*.events.data.microsoft.com",
- "*.flow.microsoft.com",
- "*.geotrust.com",
- "*.gov.online.office365.us",
- "*.gov.teams.microsoft.us",
- "*.gov.us.microsoftonline.com",
- "*.hip.live.com",
- "*.informationprotection.azure.com",
- "*.informationprotection.azure.us",
- "*.keydelivery.mediaservices.windows.net",
- "*.lync.com",
- "*.mail.protection.outlook.com",
- "*.mail.protection.partner.outlook.cn",
- "*.manage.office365.us",
- "*.microsoft.com",
- "*.microsoftonline-p.com",
- "*.microsoftonline.cn",
- "*.microsoftonline.com",
- "*.microsoftusercontent.com",
- "*.msauth.cn",
- "*.msauth.net",
- "*.msauthimages.cn",
- "*.msauthimages.net",
- "*.msauthimages.us",
- "*.msecnd.net",
- "*.msftauth.cn",
- "*.msftauth.net",
- "*.msftauthimages.cn",
- "*.msftauthimages.net",
- "*.msftauthimages.us",
- "*.msftidentity.com",
- "*.msidentity.com",
- "*.msocdn.com",
- "*.mx.microsoft",
- "*.o365weve.com",
- "*.office.com",
- "*.office.delivery.microsoft.com",
- "*.office.net",
- "*.office365.com",
- "*.office365.us",
- "*.officeapps.live.com",
- "*.officewebapps.cn",
- "*.omniroot.com",
- "*.onenote.com",
- "*.online.dod.skypeforbusiness.us",
- "*.online.office.com",
- "*.onmicrosoft.com",
- "*.onmschina.cn",
- "*.osi.office365.us",
- "*.outlook.com",
- "*.outlookmobile.com",
- "*.partner.lync.cn",
- "*.partner.microsoftonline-m-i.net.cn",
- "*.partner.microsoftonline-m.net.cn",
- "*.partner.microsoftonline-p.cn",
- "*.partner.microsoftonline-p.net.cn",
- "*.partner.microsoftonline.cn",
- "*.partner.office365.cn",
- "*.partner.officewebapps.cn",
- "*.partner.outlook.cn",
- "*.phonefactor.net",
- "*.portal.cloudappsecurity.com",
- "*.powerapps.com",
- "*.powerautomate.com",
- "*.protection.apps.mil",
- "*.protection.office.com",
- "*.protection.office365.us",
- "*.protection.outlook.com",
- "*.protection.partner.outlook.cn",
- "*.public-trust.com",
- "*.scc.office365.us",
- "*.security.apps.mil",
- "*.security.microsoft.com",
- "*.security.microsoft.us",
- "*.sharepoint-mil.us",
- "*.sharepoint.cn",
- "*.sharepoint.com",
- "*.sharepoint.us",
- "*.sharepointonline.com",
- "*.skype.com",
- "*.sovcloud-identity.de",
- "*.sovcloud-identity.fr",
- "*.sovcloud-mx.cn",
- "*.sovcloud-sharepoint.de",
- "*.sovcloud-sharepoint.fr",
- "*.sovcloud-static.cn",
- "*.sovcloud-static.de",
- "*.sovcloud-static.fr",
- "*.sovcloud-usercontent.cn",
- "*.sovcloud-usercontent.de",
- "*.sovcloud-usercontent.fr",
- "*.sovcloud.cn",
- "*.sovcloud.de",
- "*.sovcloud.fr",
- "*.static.microsoft",
- "*.streaming.mediaservices.windows.net",
- "*.svc.ms",
- "*.symcb.com",
- "*.symcd.com",
- "*.teams.cloud.microsoft",
- "*.teams.microsoft.com",
- "*.teams.microsoftonline.cn",
- "*.usercontent.microsoft",
- "*.usgovcloud-mx.microsoft",
- "*.usgovcloud-static.microsoft",
- "*.usgovcloud-usercontent.microsoft",
- "*.usgovcloud.microsoft",
- "*.verisign.com",
- "*.verisign.net",
- "*.virtualearth.net",
- "*.windowsazure.cn",
- "*.wns.windows.com",
- "*.yammer.com",
- "*.yammerusercontent.com",
- "*cdn.onenote.net",
- "account.activedirectory.windowsazure.com",
- "account.live.com",
- "accounts.accesscontrol.windows.net",
- "activation.sls.microsoft.com",
- "activity.windows.com",
- "adl.windows.com",
- "admin.microsoft.com",
- "admin.onedrive.com",
- "admin.onedrive.us",
- "adminwebservice.microsoftonline.com",
- "ajax.aspnetcdn.com",
- "aka.ms",
- "amp.azure.net",
- "api.passwordreset.microsoftonline.com",
- "apis.live.net",
- "appsforoffice.microsoft.com",
- "assets.onestore.ms",
- "attachments-dod.office365-net.us",
- "attachments.office365-net.cn",
- "attachments.office365-net.us",
- "auth.gfx.ms",
- "autodiscover-s-dod.office365.us",
- "autodiscover-s.office365.us",
- "autologon.microsoftazuread-sso.com",
- "becws.microsoftonline.com",
- "c.bing.com",
- "c.bing.net",
- "c.live.com",
- "c1.microsoft.com",
- "cacerts.digicert.com",
- "ccs.login.microsoftonline.com",
- "cdn.odc.officeapps.live.com",
- "cdn.uci.officeapps.live.com",
- "cert.int-x3.letsencrypt.org",
- "clientconfig.microsoftonline-p.net",
- "companymanager.microsoftonline.com",
- "compliance.apps.mil",
- "compliance.microsoft.com",
- "compliance.microsoft.us",
- "crl.globalsign.com",
- "crl.globalsign.net",
- "crl.identrust.com",
- "crl.microsoft.com",
- "crl3.digicert.com",
- "crl4.digicert.com",
- "dc.services.visualstudio.com",
- "defender.microsoft.com",
- "device.login.microsoftonline.com",
- "dgps.support.microsoft.com",
- "docs.microsoft.com",
- "dod-graph.microsoft.us",
- "dod-mtis.cortana.ai",
- "dod.activity.windows.us",
- "dod.loki.office365.us",
- "dod.teams.microsoft.us",
- "ecn.dev.virtualearth.net",
- "enterpriseregistration.windows.net",
- "eus-www.sway-cdn.com",
- "eus-www.sway-extensions.com",
- "g.live.com",
- "gcc-high.activity.windows.us",
- "gcch-mtis.cortana.ai",
- "gcchigh.loki.office365.us",
- "go.microsoft.com",
- "gov.teams.microsoft.us",
- "graph.microsoft.com",
- "graph.microsoft.us",
- "graph.microsoftazure.us",
- "graph.windows.net",
- "informationprotection.hosting.portal.azure.net",
- "insertmedia.bing.office.net",
- "isrg.trustid.ocsp.identrust.com",
- "join.secure.skypeassets.com",
- "login-us.microsoftonline.com",
- "login.live.com",
- "login.microsoft.com",
- "login.microsoftonline-p.com",
- "login.microsoftonline.com",
- "login.microsoftonline.us",
- "login.partner.microsoftonline.cn",
- "login.windows-ppe.net",
- "login.windows.net",
- "logincert.microsoftonline.com",
- "loginex.microsoftonline.com",
- "loki.office365.cn",
- "lpcres.delve.office.com",
- "manage.office365.us",
- "mem.gfx.ms",
- "microsoftgraph.chinacloudapi.cn",
- "mlccdnprod.azureedge.net",
- "mrodevicemgr.officeapps.live.com",
- "mscrl.microsoft.com",
- "msdn.microsoft.com",
- "msteamsstatics.blob.core.usgovcloudapi.net",
- "nexus.microsoftonline-p.com",
- "o15.officeredir.microsoft.com",
- "ocos-office365-s2s.msedge.net",
- "ocsa.officeapps.live.com",
- "ocsp.digicert.com",
- "ocsp.globalsign.com",
- "ocsp.msocsp.com",
- "ocsp2.globalsign.com",
- "ocspx.digicert.com",
- "ocsredir.officeapps.live.com",
- "ocws.officeapps.live.com",
- "odc.officeapps.live.com",
- "office.live.com",
- "office15client.microsoft.com",
- "officeapps.live.com",
- "officecdn.microsoft.com",
- "officecdn.microsoft.com.edgesuite.net",
- "officeclient.microsoft.com",
- "officehome.msocdn.us",
- "officepreviewredir.microsoft.com",
- "officeredir.microsoft.com",
- "officespeech.platform.bing.com",
- "ols.officeapps.live.com",
- "oneclient.sfx.ms",
- "oneocsp.microsoft.com",
- "otelrules.azureedge.net",
- "outlook-dod.office365.us",
- "outlook.cloud.microsoft",
- "outlook.office.com",
- "outlook.office365.com",
- "outlook.office365.us",
- "partner.outlook.cn",
- "partnerservices.getmicrosoftkey.com",
- "passwordreset.microsoftonline.com",
- "pf.events.data.microsoft.com",
- "pf.pipe.aria.microsoft.com",
- "platform.linkedin.com",
- "portal.apps.mil",
- "portal.partner.microsoftonline.cdnsvc.com",
- "prod.msocdn.com",
- "protection.office.com",
- "provisioningapi.microsoftonline.com",
- "purview.apps.mil",
- "purview.microsoft.com",
- "purview.microsoft.us",
- "r.office.microsoft.com",
- "r4.partner.outlook.cn",
- "reports.apps.mil",
- "scc.office365.us",
- "scc.protection.apps.mil",
- "secure.aadcdn.microsoftonline-p.com",
- "secure.globalsign.com",
- "security.apps.mil",
- "security.microsoft.com",
- "security.microsoft.us",
- "shellprod.msocdn.com",
- "signup.live.com",
- "smtp.office365.com",
- "spoprod-a.akamaihd.net",
- "statics.teams.microsoft.com",
- "storage.live.com",
- "support.microsoft.com",
- "sway.com",
- "tasks.office365.us",
- "tb.events.data.microsoft.com",
- "tb.pipe.aria.microsoft.com",
- "teams.cloud.microsoft",
- "teams.microsoft.com",
- "teams.microsoftonline.cn",
- "technet.microsoft.com",
- "tse1.mm.bing.net",
- "webmail.apps.mil",
- "webshell.dodsuite.office365.us",
- "wus-www.sway-cdn.com",
- "wus-www.sway-extensions.com",
- "www.acompli.com",
- "www.bing.com",
- "www.digicert.com",
- "www.microsoft.com",
- "www.microsoft365.com",
- "www.office365.us",
- "www.ohome.apps.mil",
- "www.onedrive.com",
- "www.outlook.com",
- "www.sway.com"
- ]
- =====================================================
- smart_switch_list.json
- [
- {
- "category": "shopping",
- "sites": [
- // Alibaba
- "alibaba.com",
- "aliexpress.ar",
- "aliexpress.de",
- "aliexpress.com",
- "aliexpress.es",
- "aliexpress.fr",
- "aliexpress.il",
- "aliexpress.it",
- "aliexpress.jp",
- "aliexpress.kr",
- "aliexpress.nl",
- "aliexpress.pl",
- "aliexpress.pt",
- "aliexpress.ru",
- "aliexpress.th",
- "aliexpress.tr",
- "aliexpress.vn",
- "1688.com",
- "tmall.com",
- "taobao.com",
- // Amazon
- "amazon.com",
- "amazon.com.au",
- "amazon.at",
- "amazon.be",
- "amazon.com.br",
- "amazon.ca",
- "amazon.cn",
- "amazon.eg",
- "amazon.fr",
- "amazon.de",
- "amazon.in",
- "amazon.co.id",
- "amazon.it",
- "amazon.co.jp",
- "amazon.com.mx",
- "amazon.nl",
- "amazon.pl",
- "amazon.sa",
- "amazon.sg",
- "amazon.co.kr",
- "amazon.es",
- "amazon.se",
- "amazon.ch",
- "amazon.com.tr",
- "amazon.ae",
- "amazon.co.uk",
- // Apple
- "apple.com",
- // Best Buy
- "bestbuy.com",
- "bestbuy.ca",
- "bestbuy.com.mx",
- // Costco
- "costco.com",
- "costco.com.au",
- "costco.ca",
- "costco.co.jp",
- "costco.com.mx",
- "costco.co.kr",
- "costco.com.tw",
- "costco.co.uk",
- // eBay
- "ebay.com",
- "ebay.com.au",
- "ebay.at",
- "ebay.be",
- "ebay.ca",
- "ebay.com.cn",
- "ebay.fr",
- "ebay.de",
- "ebay.com.hk",
- "ebay.in",
- "ebay.ie",
- "ebay.it",
- "ebay.co.jp",
- "auction.co.kr",
- "ebay.com.my",
- "ebay.nl",
- "ebay.ph",
- "ebay.pl",
- "ebay.com.sg",
- "ebay.es",
- "ebay.se",
- "ebay.ch",
- "ebay.co.uk",
- // Etsy
- "etsy.com",
- // Flipkart
- "flipkart.com",
- // Home Depot
- "homedepot.com",
- "homedepot.ca",
- // Kroger
- "kroger.com",
- // Lowes
- "lowes.com",
- // Publix
- "publix.com",
- // Safeway
- "safeway.com",
- // Target
- "target.com",
- // Walmart
- "walmart.com",
- "walmart.ca",
- "walmart.com.br",
- "walmart.com.mx",
- "asda.com",
- // Williams Sonoma
- "williams-sonoma.com",
- "williams-sonoma.com.au",
- "williams-sonoma.ca",
- "williams-sonoma.co.uk"
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment