tabwright 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/bin.js +4 -0
- package/dist/a11y-client.js +204 -0
- package/dist/agent-skills/tabwright/SKILL.md +119 -0
- package/dist/aria-snapshot.d.ts +262 -0
- package/dist/aria-snapshot.d.ts.map +1 -0
- package/dist/aria-snapshot.js +1256 -0
- package/dist/aria-snapshot.js.map +1 -0
- package/dist/aria-snapshot.test.d.ts +2 -0
- package/dist/aria-snapshot.test.d.ts.map +1 -0
- package/dist/aria-snapshot.test.js +270 -0
- package/dist/aria-snapshot.test.js.map +1 -0
- package/dist/aria-snapshot.unit.test.d.ts +2 -0
- package/dist/aria-snapshot.unit.test.d.ts.map +1 -0
- package/dist/aria-snapshot.unit.test.js +542 -0
- package/dist/aria-snapshot.unit.test.js.map +1 -0
- package/dist/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.d.ts +5 -0
- package/dist/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.d.ts.map +1 -0
- package/dist/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.js +5 -0
- package/dist/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.js.map +1 -0
- package/dist/bippy.js +894 -0
- package/dist/browser-config.d.ts +13 -0
- package/dist/browser-config.d.ts.map +1 -0
- package/dist/browser-config.js +126 -0
- package/dist/browser-config.js.map +1 -0
- package/dist/browser-install.d.ts +16 -0
- package/dist/browser-install.d.ts.map +1 -0
- package/dist/browser-install.js +238 -0
- package/dist/browser-install.js.map +1 -0
- package/dist/browser-launch.d.ts +17 -0
- package/dist/browser-launch.d.ts.map +1 -0
- package/dist/browser-launch.js +44 -0
- package/dist/browser-launch.js.map +1 -0
- package/dist/builtin-capabilities.d.ts +28 -0
- package/dist/builtin-capabilities.d.ts.map +1 -0
- package/dist/builtin-capabilities.js +2673 -0
- package/dist/builtin-capabilities.js.map +1 -0
- package/dist/capability-agent-skill.d.ts +60 -0
- package/dist/capability-agent-skill.d.ts.map +1 -0
- package/dist/capability-agent-skill.js +225 -0
- package/dist/capability-agent-skill.js.map +1 -0
- package/dist/capability-auth-state.d.ts +34 -0
- package/dist/capability-auth-state.d.ts.map +1 -0
- package/dist/capability-auth-state.js +157 -0
- package/dist/capability-auth-state.js.map +1 -0
- package/dist/capability-auth.d.ts +36 -0
- package/dist/capability-auth.d.ts.map +1 -0
- package/dist/capability-auth.js +198 -0
- package/dist/capability-auth.js.map +1 -0
- package/dist/capability-cli-confirmation.test.d.ts +2 -0
- package/dist/capability-cli-confirmation.test.d.ts.map +1 -0
- package/dist/capability-cli-confirmation.test.js +79 -0
- package/dist/capability-cli-confirmation.test.js.map +1 -0
- package/dist/capability-options.d.ts +20 -0
- package/dist/capability-options.d.ts.map +1 -0
- package/dist/capability-options.js +31 -0
- package/dist/capability-options.js.map +1 -0
- package/dist/capability-options.test.d.ts +2 -0
- package/dist/capability-options.test.d.ts.map +1 -0
- package/dist/capability-options.test.js +81 -0
- package/dist/capability-options.test.js.map +1 -0
- package/dist/capability-package.d.ts +27 -0
- package/dist/capability-package.d.ts.map +1 -0
- package/dist/capability-package.js +444 -0
- package/dist/capability-package.js.map +1 -0
- package/dist/capability-package.test.d.ts +2 -0
- package/dist/capability-package.test.d.ts.map +1 -0
- package/dist/capability-package.test.js +179 -0
- package/dist/capability-package.test.js.map +1 -0
- package/dist/capability-registry.d.ts +262 -0
- package/dist/capability-registry.d.ts.map +1 -0
- package/dist/capability-registry.js +931 -0
- package/dist/capability-registry.js.map +1 -0
- package/dist/capability-registry.test.d.ts +2 -0
- package/dist/capability-registry.test.d.ts.map +1 -0
- package/dist/capability-registry.test.js +1683 -0
- package/dist/capability-registry.test.js.map +1 -0
- package/dist/capability-runner.d.ts +99 -0
- package/dist/capability-runner.d.ts.map +1 -0
- package/dist/capability-runner.js +608 -0
- package/dist/capability-runner.js.map +1 -0
- package/dist/capability-search-relevance.test.d.ts +2 -0
- package/dist/capability-search-relevance.test.d.ts.map +1 -0
- package/dist/capability-search-relevance.test.js +67 -0
- package/dist/capability-search-relevance.test.js.map +1 -0
- package/dist/capability-studio.d.ts +11 -0
- package/dist/capability-studio.d.ts.map +1 -0
- package/dist/capability-studio.js +593 -0
- package/dist/capability-studio.js.map +1 -0
- package/dist/capability-studio.test.d.ts +2 -0
- package/dist/capability-studio.test.d.ts.map +1 -0
- package/dist/capability-studio.test.js +41 -0
- package/dist/capability-studio.test.js.map +1 -0
- package/dist/cdp-log.d.ts +19 -0
- package/dist/cdp-log.d.ts.map +1 -0
- package/dist/cdp-log.js +83 -0
- package/dist/cdp-log.js.map +1 -0
- package/dist/cdp-log.test.d.ts +2 -0
- package/dist/cdp-log.test.d.ts.map +1 -0
- package/dist/cdp-log.test.js +109 -0
- package/dist/cdp-log.test.js.map +1 -0
- package/dist/cdp-relay.d.ts +19 -0
- package/dist/cdp-relay.d.ts.map +1 -0
- package/dist/cdp-relay.js +2375 -0
- package/dist/cdp-relay.js.map +1 -0
- package/dist/cdp-session.d.ts +37 -0
- package/dist/cdp-session.d.ts.map +1 -0
- package/dist/cdp-session.js +36 -0
- package/dist/cdp-session.js.map +1 -0
- package/dist/cdp-types.d.ts +65 -0
- package/dist/cdp-types.d.ts.map +1 -0
- package/dist/cdp-types.js +91 -0
- package/dist/cdp-types.js.map +1 -0
- package/dist/channel-owner-inspect.test.d.ts +2 -0
- package/dist/channel-owner-inspect.test.d.ts.map +1 -0
- package/dist/channel-owner-inspect.test.js +75 -0
- package/dist/channel-owner-inspect.test.js.map +1 -0
- package/dist/chrome-discovery.d.ts +65 -0
- package/dist/chrome-discovery.d.ts.map +1 -0
- package/dist/chrome-discovery.js +173 -0
- package/dist/chrome-discovery.js.map +1 -0
- package/dist/chrome-discovery.test.d.ts +2 -0
- package/dist/chrome-discovery.test.d.ts.map +1 -0
- package/dist/chrome-discovery.test.js +41 -0
- package/dist/chrome-discovery.test.js.map +1 -0
- package/dist/clean-html.d.ts +11 -0
- package/dist/clean-html.d.ts.map +1 -0
- package/dist/clean-html.js +106 -0
- package/dist/clean-html.js.map +1 -0
- package/dist/cli-help.test.d.ts +2 -0
- package/dist/cli-help.test.d.ts.map +1 -0
- package/dist/cli-help.test.js +98 -0
- package/dist/cli-help.test.js.map +1 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +2709 -0
- package/dist/cli.js.map +1 -0
- package/dist/cloud-client.d.ts +56 -0
- package/dist/cloud-client.d.ts.map +1 -0
- package/dist/cloud-client.js +127 -0
- package/dist/cloud-client.js.map +1 -0
- package/dist/create-logger.d.ts +9 -0
- package/dist/create-logger.d.ts.map +1 -0
- package/dist/create-logger.js +27 -0
- package/dist/create-logger.js.map +1 -0
- package/dist/debugger-api.md +458 -0
- package/dist/debugger-examples-types.d.ts +24 -0
- package/dist/debugger-examples-types.d.ts.map +1 -0
- package/dist/debugger-examples-types.js +2 -0
- package/dist/debugger-examples-types.js.map +1 -0
- package/dist/debugger-examples.d.ts +6 -0
- package/dist/debugger-examples.d.ts.map +1 -0
- package/dist/debugger-examples.js +53 -0
- package/dist/debugger-examples.js.map +1 -0
- package/dist/debugger.d.ts +381 -0
- package/dist/debugger.d.ts.map +1 -0
- package/dist/debugger.js +630 -0
- package/dist/debugger.js.map +1 -0
- package/dist/diff-utils.d.ts +20 -0
- package/dist/diff-utils.d.ts.map +1 -0
- package/dist/diff-utils.js +50 -0
- package/dist/diff-utils.js.map +1 -0
- package/dist/diff-utils.test.d.ts +2 -0
- package/dist/diff-utils.test.d.ts.map +1 -0
- package/dist/diff-utils.test.js +137 -0
- package/dist/diff-utils.test.js.map +1 -0
- package/dist/doctor.d.ts +44 -0
- package/dist/doctor.d.ts.map +1 -0
- package/dist/doctor.js +246 -0
- package/dist/doctor.js.map +1 -0
- package/dist/doctor.test.d.ts +2 -0
- package/dist/doctor.test.d.ts.map +1 -0
- package/dist/doctor.test.js +208 -0
- package/dist/doctor.test.js.map +1 -0
- package/dist/editor-api.md +374 -0
- package/dist/editor-examples.d.ts +11 -0
- package/dist/editor-examples.d.ts.map +1 -0
- package/dist/editor-examples.js +124 -0
- package/dist/editor-examples.js.map +1 -0
- package/dist/editor.d.ts +203 -0
- package/dist/editor.d.ts.map +1 -0
- package/dist/editor.js +363 -0
- package/dist/editor.js.map +1 -0
- package/dist/env-compat.d.ts +2 -0
- package/dist/env-compat.d.ts.map +1 -0
- package/dist/env-compat.js +27 -0
- package/dist/env-compat.js.map +1 -0
- package/dist/executor.d.ts +229 -0
- package/dist/executor.d.ts.map +1 -0
- package/dist/executor.js +1465 -0
- package/dist/executor.js.map +1 -0
- package/dist/executor.unit.test.d.ts +2 -0
- package/dist/executor.unit.test.d.ts.map +1 -0
- package/dist/executor.unit.test.js +143 -0
- package/dist/executor.unit.test.js.map +1 -0
- package/dist/extension/_locales/en/messages.json +278 -0
- package/dist/extension/_locales/zh_CN/messages.json +256 -0
- package/dist/extension/assets/options-CYH96Lcx.css +1349 -0
- package/dist/extension/background.js +3994 -0
- package/dist/extension/icons/SolarCursorSquareBold.png +0 -0
- package/dist/extension/icons/icon-black-128.png +0 -0
- package/dist/extension/icons/icon-black-16.png +0 -0
- package/dist/extension/icons/icon-black-32.png +0 -0
- package/dist/extension/icons/icon-black-48.png +0 -0
- package/dist/extension/icons/icon-gray-128.png +0 -0
- package/dist/extension/icons/icon-gray-16.png +0 -0
- package/dist/extension/icons/icon-gray-32.png +0 -0
- package/dist/extension/icons/icon-gray-48.png +0 -0
- package/dist/extension/icons/icon-green-128.png +0 -0
- package/dist/extension/icons/icon-green-16.png +0 -0
- package/dist/extension/icons/icon-green-32.png +0 -0
- package/dist/extension/icons/icon-green-48.png +0 -0
- package/dist/extension/icons/tabwright-icon-black.png +0 -0
- package/dist/extension/icons/tabwright-icon-gray-disabled.png +0 -0
- package/dist/extension/icons/tabwright-icon-gray-disabled.svg +1 -0
- package/dist/extension/manifest.json +54 -0
- package/dist/extension/options.js +16145 -0
- package/dist/extension/rrweb-recorder.js +12952 -0
- package/dist/extension/src/options.html +165 -0
- package/dist/extension/src/prism-bash.min.js +1 -0
- package/dist/extension/src/prism.min.js +1 -0
- package/dist/extension/src/welcome.html +396 -0
- package/dist/extension-connection.test.d.ts +2 -0
- package/dist/extension-connection.test.d.ts.map +1 -0
- package/dist/extension-connection.test.js +708 -0
- package/dist/extension-connection.test.js.map +1 -0
- package/dist/extension-icon-warning.test.d.ts +2 -0
- package/dist/extension-icon-warning.test.d.ts.map +1 -0
- package/dist/extension-icon-warning.test.js +33 -0
- package/dist/extension-icon-warning.test.js.map +1 -0
- package/dist/ghost-browser.d.ts +62 -0
- package/dist/ghost-browser.d.ts.map +1 -0
- package/dist/ghost-browser.js +107 -0
- package/dist/ghost-browser.js.map +1 -0
- package/dist/ghost-cursor-client.js +374 -0
- package/dist/ghost-cursor-controller.d.ts +46 -0
- package/dist/ghost-cursor-controller.d.ts.map +1 -0
- package/dist/ghost-cursor-controller.js +98 -0
- package/dist/ghost-cursor-controller.js.map +1 -0
- package/dist/ghost-cursor.d.ts +27 -0
- package/dist/ghost-cursor.d.ts.map +1 -0
- package/dist/ghost-cursor.js +79 -0
- package/dist/ghost-cursor.js.map +1 -0
- package/dist/htmlrewrite.d.ts +8 -0
- package/dist/htmlrewrite.d.ts.map +1 -0
- package/dist/htmlrewrite.js +339 -0
- package/dist/htmlrewrite.js.map +1 -0
- package/dist/htmlrewrite.test.d.ts +2 -0
- package/dist/htmlrewrite.test.d.ts.map +1 -0
- package/dist/htmlrewrite.test.js +7975 -0
- package/dist/htmlrewrite.test.js.map +1 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -0
- package/dist/kill-port.d.ts +29 -0
- package/dist/kill-port.d.ts.map +1 -0
- package/dist/kill-port.js +190 -0
- package/dist/kill-port.js.map +1 -0
- package/dist/kitty-graphics.d.ts +22 -0
- package/dist/kitty-graphics.d.ts.map +1 -0
- package/dist/kitty-graphics.js +71 -0
- package/dist/kitty-graphics.js.map +1 -0
- package/dist/kitty-graphics.test.d.ts +2 -0
- package/dist/kitty-graphics.test.d.ts.map +1 -0
- package/dist/kitty-graphics.test.js +125 -0
- package/dist/kitty-graphics.test.js.map +1 -0
- package/dist/locator-selector.test.d.ts +2 -0
- package/dist/locator-selector.test.d.ts.map +1 -0
- package/dist/locator-selector.test.js +98 -0
- package/dist/locator-selector.test.js.map +1 -0
- package/dist/mcp-client.d.ts +20 -0
- package/dist/mcp-client.d.ts.map +1 -0
- package/dist/mcp-client.js +56 -0
- package/dist/mcp-client.js.map +1 -0
- package/dist/mcp.d.ts +6 -0
- package/dist/mcp.d.ts.map +1 -0
- package/dist/mcp.js +511 -0
- package/dist/mcp.js.map +1 -0
- package/dist/on-mouse-action.test.d.ts +2 -0
- package/dist/on-mouse-action.test.d.ts.map +1 -0
- package/dist/on-mouse-action.test.js +180 -0
- package/dist/on-mouse-action.test.js.map +1 -0
- package/dist/options-page.test.d.ts +2 -0
- package/dist/options-page.test.d.ts.map +1 -0
- package/dist/options-page.test.js +773 -0
- package/dist/options-page.test.js.map +1 -0
- package/dist/package-paths.d.ts +4 -0
- package/dist/package-paths.d.ts.map +1 -0
- package/dist/package-paths.js +30 -0
- package/dist/package-paths.js.map +1 -0
- package/dist/page-markdown.d.ts +40 -0
- package/dist/page-markdown.d.ts.map +1 -0
- package/dist/page-markdown.js +181 -0
- package/dist/page-markdown.js.map +1 -0
- package/dist/performance-examples.d.ts +5 -0
- package/dist/performance-examples.d.ts.map +1 -0
- package/dist/performance-examples.js +112 -0
- package/dist/performance-examples.js.map +1 -0
- package/dist/performance-profiling.md +417 -0
- package/dist/playwright-import.d.ts +19 -0
- package/dist/playwright-import.d.ts.map +1 -0
- package/dist/playwright-import.js +40 -0
- package/dist/playwright-import.js.map +1 -0
- package/dist/popup-relocation.test.d.ts +7 -0
- package/dist/popup-relocation.test.d.ts.map +1 -0
- package/dist/popup-relocation.test.js +139 -0
- package/dist/popup-relocation.test.js.map +1 -0
- package/dist/product-paths.d.ts +9 -0
- package/dist/product-paths.d.ts.map +1 -0
- package/dist/product-paths.js +24 -0
- package/dist/product-paths.js.map +1 -0
- package/dist/product-paths.test.d.ts +2 -0
- package/dist/product-paths.test.d.ts.map +1 -0
- package/dist/product-paths.test.js +39 -0
- package/dist/product-paths.test.js.map +1 -0
- package/dist/prompt.md +1004 -0
- package/dist/protocol.d.ts +248 -0
- package/dist/protocol.d.ts.map +1 -0
- package/dist/protocol.js +59 -0
- package/dist/protocol.js.map +1 -0
- package/dist/protocol.test.d.ts +2 -0
- package/dist/protocol.test.d.ts.map +1 -0
- package/dist/protocol.test.js +31 -0
- package/dist/protocol.test.js.map +1 -0
- package/dist/react-source.d.ts +57 -0
- package/dist/react-source.d.ts.map +1 -0
- package/dist/react-source.js +254 -0
- package/dist/react-source.js.map +1 -0
- package/dist/readability.js +1674 -0
- package/dist/relay-client.d.ts +104 -0
- package/dist/relay-client.d.ts.map +1 -0
- package/dist/relay-client.js +426 -0
- package/dist/relay-client.js.map +1 -0
- package/dist/relay-client.test.d.ts +2 -0
- package/dist/relay-client.test.d.ts.map +1 -0
- package/dist/relay-client.test.js +305 -0
- package/dist/relay-client.test.js.map +1 -0
- package/dist/relay-core.test.d.ts +2 -0
- package/dist/relay-core.test.d.ts.map +1 -0
- package/dist/relay-core.test.js +1427 -0
- package/dist/relay-core.test.js.map +1 -0
- package/dist/relay-navigation.test.d.ts +2 -0
- package/dist/relay-navigation.test.d.ts.map +1 -0
- package/dist/relay-navigation.test.js +661 -0
- package/dist/relay-navigation.test.js.map +1 -0
- package/dist/relay-session.test.d.ts +2 -0
- package/dist/relay-session.test.d.ts.map +1 -0
- package/dist/relay-session.test.js +1121 -0
- package/dist/relay-session.test.js.map +1 -0
- package/dist/relay-state.d.ts +178 -0
- package/dist/relay-state.d.ts.map +1 -0
- package/dist/relay-state.js +346 -0
- package/dist/relay-state.js.map +1 -0
- package/dist/relay-state.test.d.ts +2 -0
- package/dist/relay-state.test.d.ts.map +1 -0
- package/dist/relay-state.test.js +594 -0
- package/dist/relay-state.test.js.map +1 -0
- package/dist/replay-ai-index.d.ts +99 -0
- package/dist/replay-ai-index.d.ts.map +1 -0
- package/dist/replay-ai-index.js +677 -0
- package/dist/replay-ai-index.js.map +1 -0
- package/dist/replay-ai-index.test.d.ts +2 -0
- package/dist/replay-ai-index.test.d.ts.map +1 -0
- package/dist/replay-ai-index.test.js +255 -0
- package/dist/replay-ai-index.test.js.map +1 -0
- package/dist/replay-cli.test.d.ts +2 -0
- package/dist/replay-cli.test.d.ts.map +1 -0
- package/dist/replay-cli.test.js +275 -0
- package/dist/replay-cli.test.js.map +1 -0
- package/dist/replay-eval.d.ts +44 -0
- package/dist/replay-eval.d.ts.map +1 -0
- package/dist/replay-eval.js +902 -0
- package/dist/replay-eval.js.map +1 -0
- package/dist/replay-handoff.d.ts +29 -0
- package/dist/replay-handoff.d.ts.map +1 -0
- package/dist/replay-handoff.js +83 -0
- package/dist/replay-handoff.js.map +1 -0
- package/dist/replay-handoff.test.d.ts +2 -0
- package/dist/replay-handoff.test.d.ts.map +1 -0
- package/dist/replay-handoff.test.js +123 -0
- package/dist/replay-handoff.test.js.map +1 -0
- package/dist/replay-workflow-compiler.d.ts +44 -0
- package/dist/replay-workflow-compiler.d.ts.map +1 -0
- package/dist/replay-workflow-compiler.js +601 -0
- package/dist/replay-workflow-compiler.js.map +1 -0
- package/dist/replay-workflow-compiler.test.d.ts +2 -0
- package/dist/replay-workflow-compiler.test.d.ts.map +1 -0
- package/dist/replay-workflow-compiler.test.js +223 -0
- package/dist/replay-workflow-compiler.test.js.map +1 -0
- package/dist/rrweb-recording-relay.d.ts +56 -0
- package/dist/rrweb-recording-relay.d.ts.map +1 -0
- package/dist/rrweb-recording-relay.js +299 -0
- package/dist/rrweb-recording-relay.js.map +1 -0
- package/dist/rrweb-recording-relay.test.d.ts +2 -0
- package/dist/rrweb-recording-relay.test.d.ts.map +1 -0
- package/dist/rrweb-recording-relay.test.js +85 -0
- package/dist/rrweb-recording-relay.test.js.map +1 -0
- package/dist/rrweb-recording.d.ts +104 -0
- package/dist/rrweb-recording.d.ts.map +1 -0
- package/dist/rrweb-recording.js +180 -0
- package/dist/rrweb-recording.js.map +1 -0
- package/dist/scoped-fs.d.ts +95 -0
- package/dist/scoped-fs.d.ts.map +1 -0
- package/dist/scoped-fs.js +358 -0
- package/dist/scoped-fs.js.map +1 -0
- package/dist/scoped-fs.test.d.ts +5 -0
- package/dist/scoped-fs.test.d.ts.map +1 -0
- package/dist/scoped-fs.test.js +73 -0
- package/dist/scoped-fs.test.js.map +1 -0
- package/dist/selector-generator.js +7378 -0
- package/dist/skill-stub.test.d.ts +2 -0
- package/dist/skill-stub.test.d.ts.map +1 -0
- package/dist/skill-stub.test.js +22 -0
- package/dist/skill-stub.test.js.map +1 -0
- package/dist/snapshot-tools.test.d.ts +2 -0
- package/dist/snapshot-tools.test.d.ts.map +1 -0
- package/dist/snapshot-tools.test.js +856 -0
- package/dist/snapshot-tools.test.js.map +1 -0
- package/dist/start-relay-server.d.ts +6 -0
- package/dist/start-relay-server.d.ts.map +1 -0
- package/dist/start-relay-server.js +57 -0
- package/dist/start-relay-server.js.map +1 -0
- package/dist/styles-api.md +124 -0
- package/dist/styles-examples.d.ts +8 -0
- package/dist/styles-examples.d.ts.map +1 -0
- package/dist/styles-examples.js +64 -0
- package/dist/styles-examples.js.map +1 -0
- package/dist/styles.d.ts +27 -0
- package/dist/styles.d.ts.map +1 -0
- package/dist/styles.js +231 -0
- package/dist/styles.js.map +1 -0
- package/dist/tabwright-agent-skill.d.ts +30 -0
- package/dist/tabwright-agent-skill.d.ts.map +1 -0
- package/dist/tabwright-agent-skill.js +74 -0
- package/dist/tabwright-agent-skill.js.map +1 -0
- package/dist/tabwright-agent-skill.test.d.ts +2 -0
- package/dist/tabwright-agent-skill.test.d.ts.map +1 -0
- package/dist/tabwright-agent-skill.test.js +51 -0
- package/dist/tabwright-agent-skill.test.js.map +1 -0
- package/dist/test-declarations.d.ts +13 -0
- package/dist/test-declarations.d.ts.map +1 -0
- package/dist/test-declarations.js +2 -0
- package/dist/test-declarations.js.map +1 -0
- package/dist/test-utils.d.ts +69 -0
- package/dist/test-utils.d.ts.map +1 -0
- package/dist/test-utils.js +448 -0
- package/dist/test-utils.js.map +1 -0
- package/dist/test-utils.test.d.ts +2 -0
- package/dist/test-utils.test.d.ts.map +1 -0
- package/dist/test-utils.test.js +55 -0
- package/dist/test-utils.test.js.map +1 -0
- package/dist/utils.d.ts +26 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +60 -0
- package/dist/utils.js.map +1 -0
- package/dist/wait-for-page-load.d.ts +16 -0
- package/dist/wait-for-page-load.d.ts.map +1 -0
- package/dist/wait-for-page-load.js +146 -0
- package/dist/wait-for-page-load.js.map +1 -0
- package/dist/workflow-capability.d.ts +72 -0
- package/dist/workflow-capability.d.ts.map +1 -0
- package/dist/workflow-capability.js +316 -0
- package/dist/workflow-capability.js.map +1 -0
- package/dist/workflow-script-flow.test.d.ts +2 -0
- package/dist/workflow-script-flow.test.d.ts.map +1 -0
- package/dist/workflow-script-flow.test.js +285 -0
- package/dist/workflow-script-flow.test.js.map +1 -0
- package/package.json +80 -0
- package/src/__snapshots__/x.com.processed.html +1003 -0
- package/src/__snapshots__/x.com.processed.withStyles.html +2720 -0
- package/src/a11y-client.ts +241 -0
- package/src/agent-skills/conan-config/SKILL.md +141 -0
- package/src/agent-skills/conan-config/agents/openai.yaml +4 -0
- package/src/aria-snapshot.test.ts +311 -0
- package/src/aria-snapshot.ts +1681 -0
- package/src/aria-snapshot.unit.test.ts +615 -0
- package/src/aria-snapshots/github-interactive.txt +193 -0
- package/src/aria-snapshots/github-raw.txt +309 -0
- package/src/aria-snapshots/hackernews-interactive.txt +477 -0
- package/src/aria-snapshots/hackernews-raw.txt +428 -0
- package/src/aria-snapshots/prosemirror-interactive.txt +66 -0
- package/src/aria-snapshots/prosemirror-raw.txt +145 -0
- package/src/assets/aria-labels-hacker-news.png +0 -0
- package/src/assets/aria-labels-old-reddit.png +0 -0
- package/src/assets/cursors/screen-studio/pointer-macos-tahoe-data-url.ts +5 -0
- package/src/assets/cursors/screen-studio/pointer-macos-tahoe.svg +18 -0
- package/src/assets/x.com.html +32946 -0
- package/src/browser-config.ts +179 -0
- package/src/browser-install.ts +284 -0
- package/src/browser-launch.ts +75 -0
- package/src/builtin-capabilities.ts +2765 -0
- package/src/capability-agent-skill.ts +305 -0
- package/src/capability-auth-state.ts +197 -0
- package/src/capability-auth.ts +249 -0
- package/src/capability-cli-confirmation.test.ts +90 -0
- package/src/capability-options.test.ts +89 -0
- package/src/capability-options.ts +57 -0
- package/src/capability-package.test.ts +204 -0
- package/src/capability-package.ts +555 -0
- package/src/capability-registry.test.ts +1905 -0
- package/src/capability-registry.ts +1234 -0
- package/src/capability-runner.ts +801 -0
- package/src/capability-search-relevance.test.ts +73 -0
- package/src/capability-studio.test.ts +45 -0
- package/src/capability-studio.ts +641 -0
- package/src/cdp-log.test.ts +131 -0
- package/src/cdp-log.ts +112 -0
- package/src/cdp-relay.ts +2944 -0
- package/src/cdp-session.ts +77 -0
- package/src/cdp-types.ts +158 -0
- package/src/channel-owner-inspect.test.ts +94 -0
- package/src/chrome-discovery.test.ts +50 -0
- package/src/chrome-discovery.ts +220 -0
- package/src/clean-html.ts +141 -0
- package/src/cli-help.test.ts +123 -0
- package/src/cli.ts +3181 -0
- package/src/cloud-client.ts +179 -0
- package/src/create-logger.ts +38 -0
- package/src/debugger-examples-types.ts +16 -0
- package/src/debugger-examples.ts +66 -0
- package/src/debugger.ts +708 -0
- package/src/diff-utils.test.ts +152 -0
- package/src/diff-utils.ts +70 -0
- package/src/doctor.test.ts +244 -0
- package/src/doctor.ts +321 -0
- package/src/editor-examples.ts +158 -0
- package/src/editor.ts +426 -0
- package/src/env-compat.ts +28 -0
- package/src/executor.ts +1824 -0
- package/src/executor.unit.test.ts +168 -0
- package/src/extension-connection.test.ts +855 -0
- package/src/extension-icon-warning.test.ts +45 -0
- package/src/ghost-browser.ts +149 -0
- package/src/ghost-cursor-client.ts +494 -0
- package/src/ghost-cursor-controller.ts +129 -0
- package/src/ghost-cursor.ts +123 -0
- package/src/htmlrewrite.test.ts +8008 -0
- package/src/htmlrewrite.ts +390 -0
- package/src/index.ts +53 -0
- package/src/kill-port.ts +219 -0
- package/src/kitty-graphics.test.ts +139 -0
- package/src/kitty-graphics.ts +79 -0
- package/src/locator-selector.test.ts +119 -0
- package/src/mcp-client.ts +78 -0
- package/src/mcp.ts +629 -0
- package/src/on-mouse-action.test.ts +226 -0
- package/src/options-page.test.ts +839 -0
- package/src/package-paths.ts +38 -0
- package/src/page-markdown.ts +240 -0
- package/src/performance-examples.ts +186 -0
- package/src/playwright-import.ts +59 -0
- package/src/popup-relocation.test.ts +163 -0
- package/src/product-paths.test.ts +47 -0
- package/src/product-paths.ts +28 -0
- package/src/protocol.test.ts +52 -0
- package/src/protocol.ts +351 -0
- package/src/react-source.ts +379 -0
- package/src/relay-client.test.ts +375 -0
- package/src/relay-client.ts +572 -0
- package/src/relay-core.test.ts +1603 -0
- package/src/relay-navigation.test.ts +790 -0
- package/src/relay-session.test.ts +1375 -0
- package/src/relay-state.test.ts +729 -0
- package/src/relay-state.ts +561 -0
- package/src/replay-ai-index.test.ts +278 -0
- package/src/replay-ai-index.ts +872 -0
- package/src/replay-cli.test.ts +325 -0
- package/src/replay-eval.ts +1039 -0
- package/src/replay-handoff.test.ts +163 -0
- package/src/replay-handoff.ts +109 -0
- package/src/replay-workflow-compiler.test.ts +250 -0
- package/src/replay-workflow-compiler.ts +700 -0
- package/src/resource.md +409 -0
- package/src/rrweb-recording-relay.test.ts +99 -0
- package/src/rrweb-recording-relay.ts +400 -0
- package/src/rrweb-recording.ts +322 -0
- package/src/scoped-fs.test.ts +80 -0
- package/src/scoped-fs.ts +420 -0
- package/src/skill-stub.test.ts +24 -0
- package/src/skill.md +1413 -0
- package/src/snapshot-tools.test.ts +1017 -0
- package/src/snapshots/hacker-news-accessibility-full.md +81 -0
- package/src/snapshots/hacker-news-accessibility-interactive.md +43 -0
- package/src/snapshots/page-markdown-output.txt +16 -0
- package/src/snapshots/shadcn-ui-accessibility-full.md +201 -0
- package/src/snapshots/shadcn-ui-accessibility-interactive.md +109 -0
- package/src/start-relay-server.ts +69 -0
- package/src/styles-examples.ts +84 -0
- package/src/styles.ts +343 -0
- package/src/tabwright-agent-skill.test.ts +61 -0
- package/src/tabwright-agent-skill.ts +105 -0
- package/src/test-declarations.ts +13 -0
- package/src/test-utils.test.ts +70 -0
- package/src/test-utils.ts +566 -0
- package/src/utils.ts +78 -0
- package/src/wait-for-page-load.ts +198 -0
- package/src/workflow-capability.ts +417 -0
- package/src/workflow-script-flow.test.ts +388 -0
|
@@ -0,0 +1,1003 @@
|
|
|
1
|
+
<html data-theme="dark">
|
|
2
|
+
<body>
|
|
3
|
+
<div>
|
|
4
|
+
<h2 role="heading">
|
|
5
|
+
<span>Per visualizzare i tasti di scelta rapida, premi il pulsante ?</span>
|
|
6
|
+
<a href="/i/keyboard_shortcuts" role="link">
|
|
7
|
+
<span>Visualizza i tasti di scelta rapida</span>
|
|
8
|
+
</a>
|
|
9
|
+
</h2>
|
|
10
|
+
<div data-at-shortcutkeys="{"n":"Nuovo post","⌘ Enter":"Invia post","m":"Silenzia il video","/":"Cerca","l":"Mi piace","r":"Rispondi","t":"Repost","s":"Condividi post","b":"Salva nei segnalibri","u":"Silenzia account","x":"Bloc...745 more characters" aria-hidden="false">
|
|
11
|
+
<button aria-label="Passa alla cronologia principale" role="button" type="button"></button>
|
|
12
|
+
<button aria-label="Passa alle tendenze" role="button" type="button"></button>
|
|
13
|
+
<header role="banner">
|
|
14
|
+
<div>
|
|
15
|
+
<div>
|
|
16
|
+
<h1 role="heading">
|
|
17
|
+
<a href="/home" aria-label="X" role="link"></a>
|
|
18
|
+
</h1>
|
|
19
|
+
<nav aria-label="Principale" role="navigation">
|
|
20
|
+
<a href="/home" aria-label="Home (nuovi post da leggere)" role="link" data-testid="AppTabBar_Home_Link"></a>
|
|
21
|
+
<a href="/explore" aria-label="Cerca ed esplora" role="link" data-testid="AppTabBar_Explore_Link"></a>
|
|
22
|
+
<a href="/notifications" aria-label="Notifiche" role="link" data-testid="AppTabBar_Notifications_Link"></a>
|
|
23
|
+
<a href="/i/chat" aria-label="Messaggi Diretti" role="link" data-testid="AppTabBar_DirectMessage_Link"></a>
|
|
24
|
+
<a href="/i/grok" aria-label="SuperGrok" role="link"></a>
|
|
25
|
+
<a href="/i/premium" aria-label="Premium" role="link" data-testid="premium-hub-tab"></a>
|
|
26
|
+
<a href="/__morse/lists" aria-label="Liste" role="link"></a>
|
|
27
|
+
<a href="/i/bookmarks" aria-label="Segnalibri" role="link"></a>
|
|
28
|
+
<a href="/__morse/communities" aria-label="Community" role="link"></a>
|
|
29
|
+
<a href="/__morse" aria-label="Profilo" role="link" data-testid="AppTabBar_Profile_Link"></a>
|
|
30
|
+
<button aria-expanded="false" aria-label="Altri elementi del menu" role="button" data-testid="AppTabBar_More_Menu" type="button"></button>
|
|
31
|
+
</nav>
|
|
32
|
+
<a href="/compose/post" aria-label="Posta" role="link" data-testid="SideNav_NewTweet_Button"></a>
|
|
33
|
+
</div>
|
|
34
|
+
<button aria-label="Menu Account" role="button" data-testid="SideNav_AccountSwitcher_Button" type="button">
|
|
35
|
+
<div data-testid="UserAvatar-Container-__morse">
|
|
36
|
+
<div role="presentation">
|
|
37
|
+
<div aria-label="Tommy D. Rossi">
|
|
38
|
+
<img alt="Tommy D. Rossi">
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</button>
|
|
43
|
+
</div>
|
|
44
|
+
</header>
|
|
45
|
+
<main role="main">
|
|
46
|
+
<div data-testid="primaryColumn">
|
|
47
|
+
<div aria-label="Cronologia principale">
|
|
48
|
+
<nav role="navigation">
|
|
49
|
+
<div>
|
|
50
|
+
<div data-testid="ScrollSnap-prevButtonWrapper">
|
|
51
|
+
<button aria-disabled="true" aria-label="Precedente" role="button" type="button"></button>
|
|
52
|
+
</div>
|
|
53
|
+
<div data-testid="ScrollSnap-SwipeableList">
|
|
54
|
+
<div role="tablist" data-testid="ScrollSnap-List">
|
|
55
|
+
<div role="presentation">
|
|
56
|
+
<div role="tab" aria-selected="true">
|
|
57
|
+
<span>Per te</span>
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
<div role="presentation">
|
|
61
|
+
<div role="tab" aria-selected="false">
|
|
62
|
+
<span>Following</span>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
<div role="presentation">
|
|
66
|
+
<div role="tab" aria-selected="false">
|
|
67
|
+
<span>Creators</span>
|
|
68
|
+
</div>
|
|
69
|
+
</div>
|
|
70
|
+
<div role="presentation">
|
|
71
|
+
<div role="tab" aria-selected="false">
|
|
72
|
+
<span>AI SDK</span>
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
<div data-testid="ScrollSnap-nextButtonWrapper">
|
|
78
|
+
<button aria-disabled="true" aria-label="Avanti" role="button" type="button"></button>
|
|
79
|
+
</div>
|
|
80
|
+
</div>
|
|
81
|
+
</nav>
|
|
82
|
+
<div>
|
|
83
|
+
<div data-testid="UserAvatar-Container-__morse">
|
|
84
|
+
<a href="/__morse" role="link">
|
|
85
|
+
<div aria-label="Tommy D. Rossi">
|
|
86
|
+
<img alt="Tommy D. Rossi">
|
|
87
|
+
</div>
|
|
88
|
+
</a>
|
|
89
|
+
</div>
|
|
90
|
+
<div>
|
|
91
|
+
<div data-rbd-droppable-id="composer-1" data-rbd-droppable-context-id="14">
|
|
92
|
+
<div data-testid="tweetTextarea_0_label">
|
|
93
|
+
<div data-testid="tweetTextarea_0RichTextInputContainer">
|
|
94
|
+
<div>Che c'è di nuovo?</div>
|
|
95
|
+
</div>
|
|
96
|
+
</div>
|
|
97
|
+
</div>
|
|
98
|
+
<div data-testid="toolBar">
|
|
99
|
+
<nav role="navigation">
|
|
100
|
+
<div>
|
|
101
|
+
<div data-testid="ScrollSnap-prevButtonWrapper">
|
|
102
|
+
<button aria-disabled="true" aria-label="Precedente" role="button" type="button"></button>
|
|
103
|
+
</div>
|
|
104
|
+
<div data-testid="ScrollSnap-SwipeableList">
|
|
105
|
+
<div role="tablist" data-testid="ScrollSnap-List">
|
|
106
|
+
<div role="presentation">
|
|
107
|
+
<div>
|
|
108
|
+
<button aria-label="Aggiungi foto o video" role="button" type="button"></button>
|
|
109
|
+
<input type="file" data-testid="fileInput">
|
|
110
|
+
</div>
|
|
111
|
+
</div>
|
|
112
|
+
<div role="presentation">
|
|
113
|
+
<button aria-label="Aggiungi una GIF" role="button" data-testid="gifSearchButton" type="button"></button>
|
|
114
|
+
</div>
|
|
115
|
+
<div role="presentation">
|
|
116
|
+
<button aria-label="Genera immagine" role="button" data-testid="grokImgGen" type="button"></button>
|
|
117
|
+
</div>
|
|
118
|
+
<div role="presentation">
|
|
119
|
+
<button aria-label="Aggiungi emoji" role="button" type="button"></button>
|
|
120
|
+
</div>
|
|
121
|
+
<div role="presentation">
|
|
122
|
+
<button aria-disabled="true" aria-label="Tagga la posizione" role="button" data-testid="geoButton" type="button"></button>
|
|
123
|
+
</div>
|
|
124
|
+
<div role="presentation">
|
|
125
|
+
<button aria-label="Grassetto e (⌘+B)" role="button" type="button"></button>
|
|
126
|
+
</div>
|
|
127
|
+
<div role="presentation">
|
|
128
|
+
<button aria-label="Corsivo e (⌘+I)" role="button" type="button"></button>
|
|
129
|
+
</div>
|
|
130
|
+
</div>
|
|
131
|
+
</div>
|
|
132
|
+
<div data-testid="ScrollSnap-nextButtonWrapper">
|
|
133
|
+
<button aria-disabled="true" aria-label="Avanti" role="button" type="button"></button>
|
|
134
|
+
</div>
|
|
135
|
+
</div>
|
|
136
|
+
</nav>
|
|
137
|
+
<button aria-disabled="true" role="button" data-testid="tweetButtonInline" type="button">
|
|
138
|
+
<span>Posta</span>
|
|
139
|
+
</button>
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
|
+
</div>
|
|
143
|
+
<section role="region">
|
|
144
|
+
<h1 role="heading">La tua cronologia principale</h1>
|
|
145
|
+
<div aria-label="Cronologia: La tua cronologia principale">
|
|
146
|
+
<div>
|
|
147
|
+
<div data-testid="cellInnerDiv">
|
|
148
|
+
<button role="button" type="button">
|
|
149
|
+
<span>Mostra 34 nuovi post</span>
|
|
150
|
+
</button>
|
|
151
|
+
</div>
|
|
152
|
+
<div data-testid="cellInnerDiv">
|
|
153
|
+
<article role="article" data-testid="tweet">
|
|
154
|
+
<div>
|
|
155
|
+
<div>
|
|
156
|
+
<div data-testid="User-Name">
|
|
157
|
+
<a href="/HSVSphere" role="link">
|
|
158
|
+
<span>HSVSphere</span>
|
|
159
|
+
</a>
|
|
160
|
+
<div>
|
|
161
|
+
<a href="/HSVSphere" role="link">
|
|
162
|
+
<span>@HSVSphere</span>
|
|
163
|
+
</a>
|
|
164
|
+
<a href="/HSVSphere/status/2010045312900145493" aria-label="1 ora fa" role="link">
|
|
165
|
+
<time>1h</time>
|
|
166
|
+
</a>
|
|
167
|
+
</div>
|
|
168
|
+
</div>
|
|
169
|
+
<div>
|
|
170
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
171
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
172
|
+
</div>
|
|
173
|
+
</div>
|
|
174
|
+
<div data-testid="tweetText">
|
|
175
|
+
<span>lmao</span>
|
|
176
|
+
</div>
|
|
177
|
+
<a href="/HSVSphere/status/2010045312900145493/photo/1" role="link">
|
|
178
|
+
<div aria-label="Immagine" data-testid="tweetPhoto">
|
|
179
|
+
<img alt="Immagine">
|
|
180
|
+
</div>
|
|
181
|
+
</a>
|
|
182
|
+
<div aria-label="1 risposta e 3 repost e 30 Mi piace e 6 segnalibri e 1502 visualizzazioni" role="group">
|
|
183
|
+
<button aria-label="1 risposta. Rispondi" role="button" data-testid="reply" type="button">
|
|
184
|
+
<span data-testid="app-text-transition-container">
|
|
185
|
+
<span>1</span>
|
|
186
|
+
</span>
|
|
187
|
+
</button>
|
|
188
|
+
<button aria-expanded="false" aria-label="3 repost. Riposta" role="button" data-testid="retweet" type="button">
|
|
189
|
+
<span data-testid="app-text-transition-container">
|
|
190
|
+
<span>3</span>
|
|
191
|
+
</span>
|
|
192
|
+
</button>
|
|
193
|
+
<button aria-label="30 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
194
|
+
<span data-testid="app-text-transition-container">
|
|
195
|
+
<span>30</span>
|
|
196
|
+
</span>
|
|
197
|
+
</button>
|
|
198
|
+
<a href="/HSVSphere/status/2010045312900145493/analytics" aria-label="1502 visualizzazioni. Visualizza statistiche post" role="link">
|
|
199
|
+
<span data-testid="app-text-transition-container">
|
|
200
|
+
<span>1.502</span>
|
|
201
|
+
</span>
|
|
202
|
+
</a>
|
|
203
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
204
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
205
|
+
</div>
|
|
206
|
+
</div>
|
|
207
|
+
</article>
|
|
208
|
+
</div>
|
|
209
|
+
<div data-testid="cellInnerDiv">
|
|
210
|
+
<article role="article" data-testid="tweet">
|
|
211
|
+
<div>
|
|
212
|
+
<div>
|
|
213
|
+
<div data-testid="User-Name">
|
|
214
|
+
<a href="/ryanvogel" role="link">
|
|
215
|
+
<span>ryan vogel</span>
|
|
216
|
+
</a>
|
|
217
|
+
<div>
|
|
218
|
+
<a href="/ryanvogel" role="link">
|
|
219
|
+
<span>@ryanvogel</span>
|
|
220
|
+
</a>
|
|
221
|
+
<a href="/ryanvogel/status/2010018790445334600" aria-label="2 ore fa" role="link">
|
|
222
|
+
<time>2h</time>
|
|
223
|
+
</a>
|
|
224
|
+
</div>
|
|
225
|
+
</div>
|
|
226
|
+
<div>
|
|
227
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
228
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
229
|
+
</div>
|
|
230
|
+
</div>
|
|
231
|
+
<div data-testid="tweetText">
|
|
232
|
+
<span>i'm running my own</span>
|
|
233
|
+
<a href="/MrBeast" role="link">@MrBeast</a>
|
|
234
|
+
<span>games with opencode zen AI models</span>
|
|
235
|
+
</div>
|
|
236
|
+
<a href="/ryanvogel/status/2010018790445334600/photo/1" role="link">
|
|
237
|
+
<div aria-label="Immagine" data-testid="tweetPhoto">
|
|
238
|
+
<img alt="Immagine">
|
|
239
|
+
</div>
|
|
240
|
+
</a>
|
|
241
|
+
<div aria-label="1 repost e 267 visualizzazioni" role="group">
|
|
242
|
+
<button aria-label="0 risposte. Rispondi" role="button" data-testid="reply" type="button"></button>
|
|
243
|
+
<button aria-expanded="false" aria-label="1 repost. Riposta" role="button" data-testid="retweet" type="button">
|
|
244
|
+
<span data-testid="app-text-transition-container">
|
|
245
|
+
<span>1</span>
|
|
246
|
+
</span>
|
|
247
|
+
</button>
|
|
248
|
+
<button aria-label="0 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button"></button>
|
|
249
|
+
<a href="/ryanvogel/status/2010018790445334600/analytics" aria-label="267 visualizzazioni. Visualizza statistiche post" role="link">
|
|
250
|
+
<span data-testid="app-text-transition-container">
|
|
251
|
+
<span>267</span>
|
|
252
|
+
</span>
|
|
253
|
+
</a>
|
|
254
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
255
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
256
|
+
</div>
|
|
257
|
+
</div>
|
|
258
|
+
</article>
|
|
259
|
+
</div>
|
|
260
|
+
<div data-testid="cellInnerDiv">
|
|
261
|
+
<article role="article" data-testid="tweet">
|
|
262
|
+
<div>
|
|
263
|
+
<div>
|
|
264
|
+
<div data-testid="User-Name">
|
|
265
|
+
<a href="/1Bexly" role="link">
|
|
266
|
+
<span>Bexly</span>
|
|
267
|
+
</a>
|
|
268
|
+
<div>
|
|
269
|
+
<a href="/1Bexly" role="link">
|
|
270
|
+
<span>@1Bexly</span>
|
|
271
|
+
</a>
|
|
272
|
+
<a href="/1Bexly/status/2010052146658721879" aria-label="34 minuti fa" role="link">
|
|
273
|
+
<time>34min</time>
|
|
274
|
+
</a>
|
|
275
|
+
</div>
|
|
276
|
+
</div>
|
|
277
|
+
<div>
|
|
278
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
279
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
280
|
+
</div>
|
|
281
|
+
</div>
|
|
282
|
+
<div data-testid="tweetText">
|
|
283
|
+
<span>This is revisionist history bruhh. Everyone shat on them for
|
|
284
|
+
weeks until 2 days ago lmaooo People will say anything for money</span>
|
|
285
|
+
<img alt="😆" title="Faccina che sorride a bocca aperta e strizza gli occhi">
|
|
286
|
+
</div>
|
|
287
|
+
<div>
|
|
288
|
+
<span>Citazione</span>
|
|
289
|
+
<div role="link">
|
|
290
|
+
<div>
|
|
291
|
+
<div data-testid="User-Name">
|
|
292
|
+
<span>0xSero</span>
|
|
293
|
+
<div>
|
|
294
|
+
<span>@0xSero</span>
|
|
295
|
+
<div aria-label="12 ore fa">
|
|
296
|
+
<time>12h</time>
|
|
297
|
+
</div>
|
|
298
|
+
</div>
|
|
299
|
+
</div>
|
|
300
|
+
<div data-testid="tweetText">
|
|
301
|
+
<span>It’s strange how OAI has continuously been a good faith
|
|
302
|
+
actor in regards to how they treat their users and
|
|
303
|
+
ecosystems x.com/thdxr/status/2…</span>
|
|
304
|
+
</div>
|
|
305
|
+
</div>
|
|
306
|
+
</div>
|
|
307
|
+
</div>
|
|
308
|
+
<div aria-label="1 risposta e 1 Mi piace e 36 visualizzazioni" role="group">
|
|
309
|
+
<button aria-label="1 risposta. Rispondi" role="button" data-testid="reply" type="button">
|
|
310
|
+
<span data-testid="app-text-transition-container">
|
|
311
|
+
<span>1</span>
|
|
312
|
+
</span>
|
|
313
|
+
</button>
|
|
314
|
+
<button aria-expanded="false" aria-label="0 repost. Riposta" role="button" data-testid="retweet" type="button"></button>
|
|
315
|
+
<button aria-label="1 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
316
|
+
<span data-testid="app-text-transition-container">
|
|
317
|
+
<span>1</span>
|
|
318
|
+
</span>
|
|
319
|
+
</button>
|
|
320
|
+
<a href="/1Bexly/status/2010052146658721879/analytics" aria-label="36 visualizzazioni. Visualizza statistiche post" role="link">
|
|
321
|
+
<span data-testid="app-text-transition-container">
|
|
322
|
+
<span>36</span>
|
|
323
|
+
</span>
|
|
324
|
+
</a>
|
|
325
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
326
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
327
|
+
</div>
|
|
328
|
+
</div>
|
|
329
|
+
</article>
|
|
330
|
+
</div>
|
|
331
|
+
<div data-testid="cellInnerDiv">
|
|
332
|
+
<article role="article" data-testid="tweet">
|
|
333
|
+
<div>
|
|
334
|
+
<div>
|
|
335
|
+
<div data-testid="User-Name">
|
|
336
|
+
<a href="/0xSero" role="link">
|
|
337
|
+
<span>0xSero</span>
|
|
338
|
+
</a>
|
|
339
|
+
<div>
|
|
340
|
+
<a href="/0xSero" role="link">
|
|
341
|
+
<span>@0xSero</span>
|
|
342
|
+
</a>
|
|
343
|
+
<a href="/0xSero/status/2010055150891872769" aria-label="22 minuti fa" role="link">
|
|
344
|
+
<time>22min</time>
|
|
345
|
+
</a>
|
|
346
|
+
</div>
|
|
347
|
+
</div>
|
|
348
|
+
<div>
|
|
349
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
350
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
351
|
+
</div>
|
|
352
|
+
</div>
|
|
353
|
+
<div data-testid="tweetText">
|
|
354
|
+
<span>Not true</span>
|
|
355
|
+
</div>
|
|
356
|
+
<div aria-label="1 Mi piace e 18 visualizzazioni" role="group">
|
|
357
|
+
<button aria-label="0 risposte. Rispondi" role="button" data-testid="reply" type="button"></button>
|
|
358
|
+
<button aria-expanded="false" aria-label="0 repost. Riposta" role="button" data-testid="retweet" type="button"></button>
|
|
359
|
+
<button aria-label="1 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
360
|
+
<span data-testid="app-text-transition-container">
|
|
361
|
+
<span>1</span>
|
|
362
|
+
</span>
|
|
363
|
+
</button>
|
|
364
|
+
<a href="/0xSero/status/2010055150891872769/analytics" aria-label="18 visualizzazioni. Visualizza statistiche post" role="link">
|
|
365
|
+
<span data-testid="app-text-transition-container">
|
|
366
|
+
<span>18</span>
|
|
367
|
+
</span>
|
|
368
|
+
</a>
|
|
369
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
370
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
371
|
+
</div>
|
|
372
|
+
</div>
|
|
373
|
+
</article>
|
|
374
|
+
</div>
|
|
375
|
+
<div data-testid="cellInnerDiv">
|
|
376
|
+
<article role="article" data-testid="tweet">
|
|
377
|
+
<div>
|
|
378
|
+
<div>
|
|
379
|
+
<div data-testid="User-Name">
|
|
380
|
+
<a href="/elonmusk" role="link">
|
|
381
|
+
<span>Elon Musk</span>
|
|
382
|
+
</a>
|
|
383
|
+
<div>
|
|
384
|
+
<a href="/elonmusk" role="link">
|
|
385
|
+
<span>@elonmusk</span>
|
|
386
|
+
</a>
|
|
387
|
+
<a href="/elonmusk/status/2009790829624226099" aria-label="17 ore fa" role="link">
|
|
388
|
+
<time>17h</time>
|
|
389
|
+
</a>
|
|
390
|
+
</div>
|
|
391
|
+
</div>
|
|
392
|
+
<div>
|
|
393
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
394
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
395
|
+
</div>
|
|
396
|
+
</div>
|
|
397
|
+
<div data-testid="tweetText">
|
|
398
|
+
<span>Starmer literally has a lower approval rating than Maduro</span>
|
|
399
|
+
<img alt="😂" title="Faccina con lacrime di gioia">
|
|
400
|
+
</div>
|
|
401
|
+
<div>
|
|
402
|
+
<span>Citazione</span>
|
|
403
|
+
<div role="link">
|
|
404
|
+
<div>
|
|
405
|
+
<div data-testid="User-Name">
|
|
406
|
+
<span>Basil the Great</span>
|
|
407
|
+
<div>
|
|
408
|
+
<span>@BasilTheGreat</span>
|
|
409
|
+
<div aria-label="9 gen">
|
|
410
|
+
<time>9 gen</time>
|
|
411
|
+
</div>
|
|
412
|
+
</div>
|
|
413
|
+
</div>
|
|
414
|
+
<div data-testid="tweetText">
|
|
415
|
+
<img alt="🚨" title="Lampeggiante dell'auto della polizia">
|
|
416
|
+
<span>ASMONGOLD SAYS AMERICANS SHOULD CAPTURE KEIR STARMER This
|
|
417
|
+
comes after Keir Starmer says he may ban X in the UK "We
|
|
418
|
+
should just go and arrest him, he has a lower approval
|
|
419
|
+
rating than Maduro and we arrested him"</span>
|
|
420
|
+
</div>
|
|
421
|
+
<div data-testid="tweetPhoto">
|
|
422
|
+
<div aria-label="Video incorporato" data-testid="previewInterstitial">
|
|
423
|
+
<div aria-label="Video incorporato">
|
|
424
|
+
<img alt="Video incorporato">
|
|
425
|
+
</div>
|
|
426
|
+
<span>0:53</span>
|
|
427
|
+
<button aria-label="Riproduci questo video" role="button" data-testid="playButton" type="button"></button>
|
|
428
|
+
</div>
|
|
429
|
+
</div>
|
|
430
|
+
</div>
|
|
431
|
+
<div data-testid="birdwatch-pivot" role="link">
|
|
432
|
+
<span>Valuta le note della collettività suggerite</span>
|
|
433
|
+
</div>
|
|
434
|
+
</div>
|
|
435
|
+
</div>
|
|
436
|
+
<div aria-label="4119 risposte e 16325 repost e 136387 Mi piace e 4426 segnalibri e 6608745 visualizzazioni" role="group">
|
|
437
|
+
<button aria-label="4119 risposte. Rispondi" role="button" data-testid="reply" type="button">
|
|
438
|
+
<span data-testid="app-text-transition-container">
|
|
439
|
+
<span>4.119</span>
|
|
440
|
+
</span>
|
|
441
|
+
</button>
|
|
442
|
+
<button aria-expanded="false" aria-label="16325 repost. Riposta" role="button" data-testid="retweet" type="button">
|
|
443
|
+
<span data-testid="app-text-transition-container">
|
|
444
|
+
<span>16.325</span>
|
|
445
|
+
</span>
|
|
446
|
+
</button>
|
|
447
|
+
<button aria-label="136387 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
448
|
+
<span data-testid="app-text-transition-container">
|
|
449
|
+
<span>136.387</span>
|
|
450
|
+
</span>
|
|
451
|
+
</button>
|
|
452
|
+
<a href="/elonmusk/status/2009790829624226099/analytics" aria-label="6608745 visualizzazioni. Visualizza statistiche post" role="link">
|
|
453
|
+
<span data-testid="app-text-transition-container">
|
|
454
|
+
<span>6 Mln</span>
|
|
455
|
+
</span>
|
|
456
|
+
</a>
|
|
457
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
458
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
459
|
+
</div>
|
|
460
|
+
</div>
|
|
461
|
+
</article>
|
|
462
|
+
</div>
|
|
463
|
+
<div data-testid="cellInnerDiv">
|
|
464
|
+
<article role="article" data-testid="tweet">
|
|
465
|
+
<div>
|
|
466
|
+
<div>
|
|
467
|
+
<div data-testid="User-Name">
|
|
468
|
+
<a href="/ryannystrom" role="link">
|
|
469
|
+
<span>Ryan Nystrom</span>
|
|
470
|
+
</a>
|
|
471
|
+
<div>
|
|
472
|
+
<a href="/ryannystrom" role="link">
|
|
473
|
+
<span>@ryannystrom</span>
|
|
474
|
+
</a>
|
|
475
|
+
<a href="/ryannystrom/status/2010017182047187184" aria-label="2 ore fa" role="link">
|
|
476
|
+
<time>2h</time>
|
|
477
|
+
</a>
|
|
478
|
+
</div>
|
|
479
|
+
</div>
|
|
480
|
+
<div>
|
|
481
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
482
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
483
|
+
</div>
|
|
484
|
+
</div>
|
|
485
|
+
<div data-testid="tweetText">
|
|
486
|
+
<span>I’m watching designers at Notion ship code that is
|
|
487
|
+
indistinguishable from senior engineers.</span>
|
|
488
|
+
</div>
|
|
489
|
+
<div aria-label="23 risposte e 14 repost e 241 Mi piace e 53 segnalibri e 22635 visualizzazioni" role="group">
|
|
490
|
+
<button aria-label="23 risposte. Rispondi" role="button" data-testid="reply" type="button">
|
|
491
|
+
<span data-testid="app-text-transition-container">
|
|
492
|
+
<span>23</span>
|
|
493
|
+
</span>
|
|
494
|
+
</button>
|
|
495
|
+
<button aria-expanded="false" aria-label="14 repost. Riposta" role="button" data-testid="retweet" type="button">
|
|
496
|
+
<span data-testid="app-text-transition-container">
|
|
497
|
+
<span>14</span>
|
|
498
|
+
</span>
|
|
499
|
+
</button>
|
|
500
|
+
<button aria-label="241 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
501
|
+
<span data-testid="app-text-transition-container">
|
|
502
|
+
<span>241</span>
|
|
503
|
+
</span>
|
|
504
|
+
</button>
|
|
505
|
+
<a href="/ryannystrom/status/2010017182047187184/analytics" aria-label="22635 visualizzazioni. Visualizza statistiche post" role="link">
|
|
506
|
+
<span data-testid="app-text-transition-container">
|
|
507
|
+
<span>22.635</span>
|
|
508
|
+
</span>
|
|
509
|
+
</a>
|
|
510
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
511
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
512
|
+
</div>
|
|
513
|
+
</div>
|
|
514
|
+
</article>
|
|
515
|
+
</div>
|
|
516
|
+
<div data-testid="cellInnerDiv">
|
|
517
|
+
<article role="article" data-testid="tweet">
|
|
518
|
+
<div>
|
|
519
|
+
<div>
|
|
520
|
+
<div data-testid="User-Name">
|
|
521
|
+
<a href="/hwchase17" role="link">
|
|
522
|
+
<span>Harrison Chase</span>
|
|
523
|
+
</a>
|
|
524
|
+
<div>
|
|
525
|
+
<a href="/hwchase17" role="link">
|
|
526
|
+
<span>@hwchase17</span>
|
|
527
|
+
</a>
|
|
528
|
+
<a href="/hwchase17/status/2010044779225329688" aria-label="1 ora fa" role="link">
|
|
529
|
+
<time>1h</time>
|
|
530
|
+
</a>
|
|
531
|
+
</div>
|
|
532
|
+
</div>
|
|
533
|
+
<div>
|
|
534
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
535
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
536
|
+
</div>
|
|
537
|
+
</div>
|
|
538
|
+
<div>
|
|
539
|
+
<div data-testid="article-cover-image">
|
|
540
|
+
<div aria-label="Copertina dell'articolo">
|
|
541
|
+
<img alt="Copertina dell'articolo">
|
|
542
|
+
</div>
|
|
543
|
+
</div>
|
|
544
|
+
<div>
|
|
545
|
+
<span>In software, the code documents the app. In AI, the traces
|
|
546
|
+
do.</span>
|
|
547
|
+
<span>TL;DR In traditional software, you read the code to understand
|
|
548
|
+
what the app does - the decision logic lives in your codebase In
|
|
549
|
+
AI agents, the code is just scaffolding - the actual
|
|
550
|
+
decision-making...</span>
|
|
551
|
+
</div>
|
|
552
|
+
</div>
|
|
553
|
+
<div aria-label="4 risposte e 7 repost e 29 Mi piace e 45 segnalibri e 3299 visualizzazioni" role="group">
|
|
554
|
+
<button aria-label="4 risposte. Rispondi" role="button" data-testid="reply" type="button">
|
|
555
|
+
<span data-testid="app-text-transition-container">
|
|
556
|
+
<span>4</span>
|
|
557
|
+
</span>
|
|
558
|
+
</button>
|
|
559
|
+
<button aria-expanded="false" aria-label="7 repost. Riposta" role="button" data-testid="retweet" type="button">
|
|
560
|
+
<span data-testid="app-text-transition-container">
|
|
561
|
+
<span>7</span>
|
|
562
|
+
</span>
|
|
563
|
+
</button>
|
|
564
|
+
<button aria-label="29 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
565
|
+
<span data-testid="app-text-transition-container">
|
|
566
|
+
<span>29</span>
|
|
567
|
+
</span>
|
|
568
|
+
</button>
|
|
569
|
+
<a href="/hwchase17/status/2010044779225329688/analytics" aria-label="3299 visualizzazioni. Visualizza statistiche post" role="link">
|
|
570
|
+
<span data-testid="app-text-transition-container">
|
|
571
|
+
<span>3.299</span>
|
|
572
|
+
</span>
|
|
573
|
+
</a>
|
|
574
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
575
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
576
|
+
</div>
|
|
577
|
+
</div>
|
|
578
|
+
</article>
|
|
579
|
+
</div>
|
|
580
|
+
<div data-testid="cellInnerDiv">
|
|
581
|
+
<article role="article" data-testid="tweet">
|
|
582
|
+
<div>
|
|
583
|
+
<div>
|
|
584
|
+
<div data-testid="User-Name">
|
|
585
|
+
<a href="/DavidKPiano" role="link">
|
|
586
|
+
<span>
|
|
587
|
+
<span>David K</span>
|
|
588
|
+
<img alt="🎹" title="Tastiera musicale">
|
|
589
|
+
</span>
|
|
590
|
+
</a>
|
|
591
|
+
<div>
|
|
592
|
+
<a href="/DavidKPiano" role="link">
|
|
593
|
+
<span>@DavidKPiano</span>
|
|
594
|
+
</a>
|
|
595
|
+
<a href="/DavidKPiano/status/2010048291204186204" aria-label="50 minuti fa" role="link">
|
|
596
|
+
<time>50min</time>
|
|
597
|
+
</a>
|
|
598
|
+
</div>
|
|
599
|
+
</div>
|
|
600
|
+
<div>
|
|
601
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
602
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
603
|
+
</div>
|
|
604
|
+
</div>
|
|
605
|
+
<div data-testid="tweetText">
|
|
606
|
+
<span>Or use a state machine from the beginning</span>
|
|
607
|
+
<img alt="😉" title="Faccina che fa l'occhiolino">
|
|
608
|
+
<span>This is the next best thing, though!</span>
|
|
609
|
+
</div>
|
|
610
|
+
<div>
|
|
611
|
+
<span>Citazione</span>
|
|
612
|
+
<div role="link">
|
|
613
|
+
<div>
|
|
614
|
+
<div data-testid="User-Name">
|
|
615
|
+
<span>mert | helius</span>
|
|
616
|
+
<div>
|
|
617
|
+
<span>@mert</span>
|
|
618
|
+
<div aria-label="4 ore fa">
|
|
619
|
+
<time>4h</time>
|
|
620
|
+
</div>
|
|
621
|
+
</div>
|
|
622
|
+
</div>
|
|
623
|
+
<div data-testid="tweetText">
|
|
624
|
+
<span>a quick opus 4.5 vibecoding tip ask claude to make state
|
|
625
|
+
machine diagrams of existing components this causes it to
|
|
626
|
+
map out all paths (which, it will default to being lazy
|
|
627
|
+
otherwise) but also helps you verify if it's doing things
|
|
628
|
+
correctly at a systems ...5 more characters</span>
|
|
629
|
+
</div>
|
|
630
|
+
<a href="/mert/status/2009986072953126935/photo/1" role="link">
|
|
631
|
+
<div aria-label="Immagine" data-testid="tweetPhoto">
|
|
632
|
+
<img alt="Immagine">
|
|
633
|
+
</div>
|
|
634
|
+
</a>
|
|
635
|
+
</div>
|
|
636
|
+
</div>
|
|
637
|
+
</div>
|
|
638
|
+
<div aria-label="1 risposta e 6 Mi piace e 590 visualizzazioni" role="group">
|
|
639
|
+
<button aria-label="1 risposta. Rispondi" role="button" data-testid="reply" type="button">
|
|
640
|
+
<span data-testid="app-text-transition-container">
|
|
641
|
+
<span>1</span>
|
|
642
|
+
</span>
|
|
643
|
+
</button>
|
|
644
|
+
<button aria-expanded="false" aria-label="0 repost. Riposta" role="button" data-testid="retweet" type="button"></button>
|
|
645
|
+
<button aria-label="6 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
646
|
+
<span data-testid="app-text-transition-container">
|
|
647
|
+
<span>6</span>
|
|
648
|
+
</span>
|
|
649
|
+
</button>
|
|
650
|
+
<a href="/DavidKPiano/status/2010048291204186204/analytics" aria-label="590 visualizzazioni. Visualizza statistiche post" role="link">
|
|
651
|
+
<span data-testid="app-text-transition-container">
|
|
652
|
+
<span>590</span>
|
|
653
|
+
</span>
|
|
654
|
+
</a>
|
|
655
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
656
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
657
|
+
</div>
|
|
658
|
+
</div>
|
|
659
|
+
</article>
|
|
660
|
+
</div>
|
|
661
|
+
<div data-testid="cellInnerDiv">
|
|
662
|
+
<article role="article" data-testid="tweet">
|
|
663
|
+
<div>
|
|
664
|
+
<div>
|
|
665
|
+
<div data-testid="User-Name">
|
|
666
|
+
<a href="/evilrabbit_" role="link">
|
|
667
|
+
<span>Evil Rabbit</span>
|
|
668
|
+
</a>
|
|
669
|
+
<div>
|
|
670
|
+
<a href="/evilrabbit_" role="link">
|
|
671
|
+
<span>@evilrabbit_</span>
|
|
672
|
+
</a>
|
|
673
|
+
<a href="/evilrabbit_/status/2009830318535270667" aria-label="15 ore fa" role="link">
|
|
674
|
+
<time>15h</time>
|
|
675
|
+
</a>
|
|
676
|
+
</div>
|
|
677
|
+
</div>
|
|
678
|
+
<div>
|
|
679
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
680
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
681
|
+
</div>
|
|
682
|
+
</div>
|
|
683
|
+
<div data-testid="tweetText">
|
|
684
|
+
<span>▲ Taste: Coming soon</span>
|
|
685
|
+
</div>
|
|
686
|
+
<div aria-label="9 risposte e 40 Mi piace e 2277 visualizzazioni" role="group">
|
|
687
|
+
<button aria-label="9 risposte. Rispondi" role="button" data-testid="reply" type="button">
|
|
688
|
+
<span data-testid="app-text-transition-container">
|
|
689
|
+
<span>9</span>
|
|
690
|
+
</span>
|
|
691
|
+
</button>
|
|
692
|
+
<button aria-expanded="false" aria-label="0 repost. Riposta" role="button" data-testid="retweet" type="button"></button>
|
|
693
|
+
<button aria-label="40 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
694
|
+
<span data-testid="app-text-transition-container">
|
|
695
|
+
<span>40</span>
|
|
696
|
+
</span>
|
|
697
|
+
</button>
|
|
698
|
+
<a href="/evilrabbit_/status/2009830318535270667/analytics" aria-label="2277 visualizzazioni. Visualizza statistiche post" role="link">
|
|
699
|
+
<span data-testid="app-text-transition-container">
|
|
700
|
+
<span>2.277</span>
|
|
701
|
+
</span>
|
|
702
|
+
</a>
|
|
703
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
704
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
705
|
+
</div>
|
|
706
|
+
</div>
|
|
707
|
+
</article>
|
|
708
|
+
</div>
|
|
709
|
+
<div data-testid="cellInnerDiv">
|
|
710
|
+
<article role="article" data-testid="tweet">
|
|
711
|
+
<div>
|
|
712
|
+
<div>
|
|
713
|
+
<div data-testid="User-Name">
|
|
714
|
+
<a href="/kristaletz" role="link">
|
|
715
|
+
<span>krista</span>
|
|
716
|
+
</a>
|
|
717
|
+
<div>
|
|
718
|
+
<a href="/kristaletz" role="link">
|
|
719
|
+
<span>@kristaletz</span>
|
|
720
|
+
</a>
|
|
721
|
+
<a href="/kristaletz/status/2010038128229351770" aria-label="1 ora fa" role="link">
|
|
722
|
+
<time>1h</time>
|
|
723
|
+
</a>
|
|
724
|
+
</div>
|
|
725
|
+
</div>
|
|
726
|
+
<div>
|
|
727
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
728
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
729
|
+
</div>
|
|
730
|
+
</div>
|
|
731
|
+
<div data-testid="tweetText">
|
|
732
|
+
<span>with</span>
|
|
733
|
+
<a href="/cursor_ai" role="link">@cursor_ai</a>
|
|
734
|
+
</div>
|
|
735
|
+
<div>
|
|
736
|
+
<span>Citazione</span>
|
|
737
|
+
<div role="link">
|
|
738
|
+
<div>
|
|
739
|
+
<div>
|
|
740
|
+
<div data-testid="Tweet-User-Avatar">
|
|
741
|
+
<div data-testid="UserAvatar-Container-a16z">
|
|
742
|
+
<div role="presentation">
|
|
743
|
+
<div aria-label="Immagine del profilo quadrata">
|
|
744
|
+
<img alt="Immagine del profilo quadrata">
|
|
745
|
+
</div>
|
|
746
|
+
</div>
|
|
747
|
+
</div>
|
|
748
|
+
</div>
|
|
749
|
+
<div data-testid="User-Name">
|
|
750
|
+
<span>a16z</span>
|
|
751
|
+
<div>
|
|
752
|
+
<span>@a16z</span>
|
|
753
|
+
<div aria-label="9 gen">
|
|
754
|
+
<time>9 gen</time>
|
|
755
|
+
</div>
|
|
756
|
+
</div>
|
|
757
|
+
</div>
|
|
758
|
+
</div>
|
|
759
|
+
<div data-testid="tweetText">
|
|
760
|
+
<span>It's time to build.</span>
|
|
761
|
+
</div>
|
|
762
|
+
<div data-testid="tweetPhoto">
|
|
763
|
+
<div aria-label="Video incorporato" data-testid="previewInterstitial">
|
|
764
|
+
<div aria-label="Video incorporato">
|
|
765
|
+
<img alt="Video incorporato">
|
|
766
|
+
</div>
|
|
767
|
+
<span>1:45</span>
|
|
768
|
+
<button aria-label="Riproduci questo video" role="button" data-testid="playButton" type="button"></button>
|
|
769
|
+
</div>
|
|
770
|
+
</div>
|
|
771
|
+
</div>
|
|
772
|
+
</div>
|
|
773
|
+
</div>
|
|
774
|
+
<div aria-label="4 risposte e 25 Mi piace e 1142 visualizzazioni" role="group">
|
|
775
|
+
<button aria-label="4 risposte. Rispondi" role="button" data-testid="reply" type="button">
|
|
776
|
+
<span data-testid="app-text-transition-container">
|
|
777
|
+
<span>4</span>
|
|
778
|
+
</span>
|
|
779
|
+
</button>
|
|
780
|
+
<button aria-expanded="false" aria-label="0 repost. Riposta" role="button" data-testid="retweet" type="button"></button>
|
|
781
|
+
<button aria-label="25 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
782
|
+
<span data-testid="app-text-transition-container">
|
|
783
|
+
<span>25</span>
|
|
784
|
+
</span>
|
|
785
|
+
</button>
|
|
786
|
+
<a href="/kristaletz/status/2010038128229351770/analytics" aria-label="1142 visualizzazioni. Visualizza statistiche post" role="link">
|
|
787
|
+
<span data-testid="app-text-transition-container">
|
|
788
|
+
<span>1.142</span>
|
|
789
|
+
</span>
|
|
790
|
+
</a>
|
|
791
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
792
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
793
|
+
</div>
|
|
794
|
+
</div>
|
|
795
|
+
</article>
|
|
796
|
+
</div>
|
|
797
|
+
<div data-testid="cellInnerDiv">
|
|
798
|
+
<article role="article" data-testid="tweet">
|
|
799
|
+
<div>
|
|
800
|
+
<div>
|
|
801
|
+
<div data-testid="User-Name">
|
|
802
|
+
<a href="/TimSweeneyEpic" role="link">
|
|
803
|
+
<span>Tim Sweeney</span>
|
|
804
|
+
</a>
|
|
805
|
+
<div>
|
|
806
|
+
<a href="/TimSweeneyEpic" role="link">
|
|
807
|
+
<span>@TimSweeneyEpic</span>
|
|
808
|
+
</a>
|
|
809
|
+
<a href="/TimSweeneyEpic/status/2009732745140871463" aria-label="21 ore fa" role="link">
|
|
810
|
+
<time>21h</time>
|
|
811
|
+
</a>
|
|
812
|
+
</div>
|
|
813
|
+
</div>
|
|
814
|
+
<div>
|
|
815
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
816
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
817
|
+
</div>
|
|
818
|
+
</div>
|
|
819
|
+
<div data-testid="tweetText">
|
|
820
|
+
<span>Reason #42 for open platforms: to shut down every politician’s
|
|
821
|
+
incessant demands to all gatekeepers to censor all of their
|
|
822
|
+
political opponents.</span>
|
|
823
|
+
</div>
|
|
824
|
+
<div>
|
|
825
|
+
<span>Citazione</span>
|
|
826
|
+
<div role="link">
|
|
827
|
+
<div>
|
|
828
|
+
<div>
|
|
829
|
+
<div data-testid="Tweet-User-Avatar">
|
|
830
|
+
<div data-testid="UserAvatar-Container-MacRumors">
|
|
831
|
+
<div role="presentation">
|
|
832
|
+
<div aria-label="Immagine del profilo quadrata">
|
|
833
|
+
<img alt="Immagine del profilo quadrata">
|
|
834
|
+
</div>
|
|
835
|
+
</div>
|
|
836
|
+
</div>
|
|
837
|
+
</div>
|
|
838
|
+
<div data-testid="User-Name">
|
|
839
|
+
<span>MacRumors.com</span>
|
|
840
|
+
<div>
|
|
841
|
+
<span>@MacRumors</span>
|
|
842
|
+
<div aria-label="9 gen">
|
|
843
|
+
<time>9 gen</time>
|
|
844
|
+
</div>
|
|
845
|
+
</div>
|
|
846
|
+
</div>
|
|
847
|
+
</div>
|
|
848
|
+
<div data-testid="tweetText">
|
|
849
|
+
<span>U.S. Senators Ask Apple and Google to Remove X and Grok
|
|
850
|
+
Apps Over Sexualized Image Generation</span>
|
|
851
|
+
<span>macrumors.com/2026/01/09/sen</span>
|
|
852
|
+
</div>
|
|
853
|
+
<a href="/MacRumors/status/2009682453640983016/photo/1" role="link">
|
|
854
|
+
<div aria-label="Immagine" data-testid="tweetPhoto">
|
|
855
|
+
<img alt="Immagine">
|
|
856
|
+
</div>
|
|
857
|
+
</a>
|
|
858
|
+
</div>
|
|
859
|
+
</div>
|
|
860
|
+
</div>
|
|
861
|
+
<div aria-label="251 risposte e 203 repost e 1430 Mi piace e 103 segnalibri e 228388 visualizzazioni" role="group">
|
|
862
|
+
<button aria-label="251 risposte. Rispondi" role="button" data-testid="reply" type="button">
|
|
863
|
+
<span data-testid="app-text-transition-container">
|
|
864
|
+
<span>251</span>
|
|
865
|
+
</span>
|
|
866
|
+
</button>
|
|
867
|
+
<button aria-expanded="false" aria-label="203 repost. Riposta" role="button" data-testid="retweet" type="button">
|
|
868
|
+
<span data-testid="app-text-transition-container">
|
|
869
|
+
<span>203</span>
|
|
870
|
+
</span>
|
|
871
|
+
</button>
|
|
872
|
+
<button aria-label="1430 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
873
|
+
<span data-testid="app-text-transition-container">
|
|
874
|
+
<span>1.430</span>
|
|
875
|
+
</span>
|
|
876
|
+
</button>
|
|
877
|
+
<a href="/TimSweeneyEpic/status/2009732745140871463/analytics" aria-label="228388 visualizzazioni. Visualizza statistiche post" role="link">
|
|
878
|
+
<span data-testid="app-text-transition-container">
|
|
879
|
+
<span>228.388</span>
|
|
880
|
+
</span>
|
|
881
|
+
</a>
|
|
882
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
883
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
884
|
+
</div>
|
|
885
|
+
</div>
|
|
886
|
+
</article>
|
|
887
|
+
</div>
|
|
888
|
+
<div data-testid="cellInnerDiv">
|
|
889
|
+
<article role="article" data-testid="tweet">
|
|
890
|
+
<div>
|
|
891
|
+
<div>
|
|
892
|
+
<div data-testid="User-Name">
|
|
893
|
+
<a href="/TimSweeneyEpic" role="link">
|
|
894
|
+
<span>Tim Sweeney</span>
|
|
895
|
+
</a>
|
|
896
|
+
<div>
|
|
897
|
+
<a href="/TimSweeneyEpic" role="link">
|
|
898
|
+
<span>@TimSweeneyEpic</span>
|
|
899
|
+
</a>
|
|
900
|
+
<a href="/TimSweeneyEpic/status/2009753835456156088" aria-label="20 ore fa" role="link">
|
|
901
|
+
<time>20h</time>
|
|
902
|
+
</a>
|
|
903
|
+
</div>
|
|
904
|
+
</div>
|
|
905
|
+
<div>
|
|
906
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
907
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
908
|
+
</div>
|
|
909
|
+
</div>
|
|
910
|
+
<div data-testid="tweetText">
|
|
911
|
+
<span>All major AIs have documented instances of going off the rails;
|
|
912
|
+
all major AI companies make their best efforts to combat this;
|
|
913
|
+
none are perfect. Politicians demanding gatekeepers selectively
|
|
914
|
+
crush the one that's their political opponent's company is basic
|
|
915
|
+
crony capitalism.</span>
|
|
916
|
+
</div>
|
|
917
|
+
<div aria-label="60 risposte e 14 repost e 318 Mi piace e 10 segnalibri e 22717 visualizzazioni" role="group">
|
|
918
|
+
<button aria-label="60 risposte. Rispondi" role="button" data-testid="reply" type="button">
|
|
919
|
+
<span data-testid="app-text-transition-container">
|
|
920
|
+
<span>60</span>
|
|
921
|
+
</span>
|
|
922
|
+
</button>
|
|
923
|
+
<button aria-expanded="false" aria-label="14 repost. Riposta" role="button" data-testid="retweet" type="button">
|
|
924
|
+
<span data-testid="app-text-transition-container">
|
|
925
|
+
<span>14</span>
|
|
926
|
+
</span>
|
|
927
|
+
</button>
|
|
928
|
+
<button aria-label="318 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
929
|
+
<span data-testid="app-text-transition-container">
|
|
930
|
+
<span>318</span>
|
|
931
|
+
</span>
|
|
932
|
+
</button>
|
|
933
|
+
<a href="/TimSweeneyEpic/status/2009753835456156088/analytics" aria-label="22717 visualizzazioni. Visualizza statistiche post" role="link">
|
|
934
|
+
<span data-testid="app-text-transition-container">
|
|
935
|
+
<span>22.717</span>
|
|
936
|
+
</span>
|
|
937
|
+
</a>
|
|
938
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
939
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
940
|
+
</div>
|
|
941
|
+
</div>
|
|
942
|
+
</article>
|
|
943
|
+
</div>
|
|
944
|
+
<div data-testid="cellInnerDiv">
|
|
945
|
+
<article role="article" data-testid="tweet">
|
|
946
|
+
<div>
|
|
947
|
+
<div>
|
|
948
|
+
<div data-testid="User-Name">
|
|
949
|
+
<a href="/cmuratori" role="link">
|
|
950
|
+
<span>Casey Muratori</span>
|
|
951
|
+
</a>
|
|
952
|
+
<div>
|
|
953
|
+
<a href="/cmuratori" role="link">
|
|
954
|
+
<span>@cmuratori</span>
|
|
955
|
+
</a>
|
|
956
|
+
<a href="/cmuratori/status/2010060054083579941" aria-label="3 minuti fa" role="link">
|
|
957
|
+
<time>3min</time>
|
|
958
|
+
</a>
|
|
959
|
+
</div>
|
|
960
|
+
</div>
|
|
961
|
+
<div>
|
|
962
|
+
<button aria-label="Azioni di Grok" role="button" type="button"></button>
|
|
963
|
+
<button aria-expanded="false" aria-label="Altro" role="button" data-testid="caret" type="button"></button>
|
|
964
|
+
</div>
|
|
965
|
+
</div>
|
|
966
|
+
<div data-testid="tweetText">
|
|
967
|
+
<span>I seriously doubt any of these companies makes "their best
|
|
968
|
+
efforts" to do anything other than ship AI versions as rapidly as
|
|
969
|
+
possible. Multiple have already admitted in court to mass IP
|
|
970
|
+
theft. Their concern for the law is at best an afterthought when
|
|
971
|
+
it isn't ignored entirely.</span>
|
|
972
|
+
</div>
|
|
973
|
+
<div aria-label="2 Mi piace e 30 visualizzazioni" role="group">
|
|
974
|
+
<button aria-label="0 risposte. Rispondi" role="button" data-testid="reply" type="button"></button>
|
|
975
|
+
<button aria-expanded="false" aria-label="0 repost. Riposta" role="button" data-testid="retweet" type="button"></button>
|
|
976
|
+
<button aria-label="2 Mi piace. Metti Mi piace" role="button" data-testid="like" type="button">
|
|
977
|
+
<span data-testid="app-text-transition-container">
|
|
978
|
+
<span>2</span>
|
|
979
|
+
</span>
|
|
980
|
+
</button>
|
|
981
|
+
<a href="/cmuratori/status/2010060054083579941/analytics" aria-label="30 visualizzazioni. Visualizza statistiche post" role="link">
|
|
982
|
+
<span data-testid="app-text-transition-container">
|
|
983
|
+
<span>30</span>
|
|
984
|
+
</span>
|
|
985
|
+
</a>
|
|
986
|
+
<button aria-label="Salva nei segnalibri" role="button" data-testid="bookmark" type="button"></button>
|
|
987
|
+
<button aria-expanded="false" aria-label="Condividi post" role="button" type="button"></button>
|
|
988
|
+
</div>
|
|
989
|
+
</div>
|
|
990
|
+
</article>
|
|
991
|
+
</div>
|
|
992
|
+
</div>
|
|
993
|
+
</div>
|
|
994
|
+
</section>
|
|
995
|
+
</div>
|
|
996
|
+
</div>
|
|
997
|
+
</main>
|
|
998
|
+
</div>
|
|
999
|
+
</div>
|
|
1000
|
+
<div>Press space bar to start a drag. When dragging you can use the arrow keys to move the item around and escape to
|
|
1001
|
+
cancel. Some screen readers may require you to be in focus mode or to use your pass through key</div>
|
|
1002
|
+
</body>
|
|
1003
|
+
</html>
|