№ thread
← Atelier
v0.1.0
Open bounty
Open bountyreact-17+

quora.com

quora.com Starter. Authored by WebLoom Seed Generator. License: cc-by.

Claim this domain · earn 75% open bounty
Forever
Free updatesWhen the author ships a patch, your copy updates automatically. Yours to keep.
1-click
Drift reportsBroken? Hit the report button. Enough reports flag the Thread publicly and alert the author.
Live
Health scorePreflight pass rate shown on every card. You see the real uptime before buying.
Always
Pre-run haltweaver check runs before every recipe — drift detected means zero wasted clicks.
№ 03 — quirks

Lessons learned.

01

React detected — controlled inputs should use react_force_change as fallback for hostile onChange wrappers.

02

Page has a password input — login flows likely. Pair with auth_totp if site supports TOTP 2FA.

№ 04 — endpoints

Captured calls.

typeurl
fetchhttps://es.quora.com/ajax/receive_POST
fetchhttps://es.quora.com/graphql/gql_para_POST?q=facebookAutoLogin_Query
fetchhttps://www.facebook.com/x/oauth/status?client_id=136609459636&input_token&origin=1&redirect_uri=https%3A%2F%2Fes.quora.com%2F&sdk=joey&wants_cookie_data=false
fetchhttps://es.quora.com/ajax/receive_POST
fetchhttps://es.quora.com/ajax/log_errors_3RD_PARTY_POST
№ 05 — raw thread

The file.

This is what installs to ~/.webloom/threads/. No magic. Just JSON.

quora.com.thread.json2.0 KB
{
  "domain": "quora.com",
  "name": "quora.com Starter",
  "version": "0.1.0",
  "author": "WebLoom Seed Generator",
  "license": "cc-by",
  "tier": "starter",
  "source_url": "https://quora.com",
  "framework": "react-17+",
  "frameworks_detected": [
    "react-17+"
  ],
  "anti_bot_verdict": "normal",
  "anti_bot_signals": [],
  "default_strategy": "cdp",
  "notes": [
    "React detected — controlled inputs should use react_force_change as fallback for hostile onChange wrappers.",
    "Page has a password input — login flows likely. Pair with auth_totp if site supports TOTP 2FA."
  ],
  "quirks": {
    "react_controlled_inputs": "use react_force_change escape hatch if normal fill fails"
  },
  "ax_snapshot": [
    "@e1 [a] \"condiciones de servicio\"",
    "@e2 [a] \"política de privacidad\"",
    "@e3 [button type=\"submit\"] \"Regístrate con el correo electrónico\"",
    "@e4 [label] \"Correo electrónico\"",
    "@e5 [input type=\"email\"] placeholder=\"Tu correo electrónico\" #email",
    "@e6 [label] \"Contraseña\"",
    "@e7 [input type=\"password\"] placeholder=\"Tu contraseña\" #password",
    "@e8 [button type=\"button\"] \"Iniciar sesión\"",
    "@e9 [a] \"Sobre este espacio\"",
    "@e10 [a] \"Empleo\"",
    "@e11 [a] \"Privacidad\"",
    "@e12 [a] \"Condiciones\"",
    "@e13 [a] \"Contacto\"",
    "@e14 [a] \"Idiomas\"",
    "@e15 [a] \"Prensa\""
  ],
  "captured_endpoints": [
    {
      "url": "https://es.quora.com/ajax/receive_POST",
      "type": "fetch",
      "duration": 214,
      "transferSize": 343
    },
    {
      "url": "https://es.quora.com/graphql/gql_para_POST?q=facebookAutoLogin_Query",
      "type": "fetch",
      "duration": 187,
      "transferSize": 574
    },
    {
      "url": "https://www.facebook.com/x/oauth/status?client_id=136609459636&input_token&origin=1&redirect_uri=https%3A%2F%2Fes.quora.com%2F&sdk=joey&wants_cookie_data=false",
      "type": "fetch",
      "duration": 237,
      "transferSize": 0
    },
    {
      "url": "https://es.quora.com/ajax/receive_POST",
      "type": "fetch",
      "duration": 188,
      "transferSize": 343
    },
    {
      "url": "https://es.quora.com/ajax/log_errors_3RD_PARTY_POST",
      "type": "fetch",
      "duration": 183,
      "transferSize": 320
    }
  ],
  "page_indicators": {
    "has_password_input": true,
    "has_file_input": false,
    "has_label_wrapped_file": false,
    "has_drop_zone": false,
    "iframe_count": 0
  },
  "created_at": 1779089094,
  "created_by": "seed_thread_generator.py"
}