6 ms·
Skip signup: Cmd+Option+I > Console > 'allow pasting' const onboarding = document.querySelector('#onboarding'); const app = document.querySelector('#app'); on
by apimade 1mo ago
Skip signup:
Cmd+Option+I > Console > 'allow pasting'
const onboarding = document.querySelector('#onboarding');
const app = document.querySelector('#app');
onboarding.style.setProperty('display', 'none', 'important');
app.inert = false;
app.removeAttribute('aria-hidden');
document.querySelector('#prompt')?.focus();
Also, warning:
# Share chats with Bullet — helps us improve model routing and answer quality
Enabled by default.
- alsima 1mo agoThanks for bringing this up and trying it out! We've disabled Cmd+Option+I in the new version and also have a message during signup about sharing chats with Bullet, let us know if you run into any other issues!
- poly2it 1mo ago> We've disabled Cmd+Option+I in the new version Bulletproof.
- davidfiala 1mo ago> We've disabled Cmd+Option+I OP was providing a userful tips to users, and they weren't giving you a bug report to remove it. If anything, they were suggesting you remove a login-wall. But now that you blocked the inspector tool, you'll find it harder for users to report bugs. Unless of course those are automatically shared too? /s
- alsima 1mo agoWe're actively working on implementing a guest mode feature right now for users that don't want to make an account. For reporting bugs, we have an in-app feedback form. Bugs are not automatically shared.
- johntash 1mo agowhat does signing up get you? Since it seemed to work without an account and OPs workaround?