Name Description Size
__init__.py return window.opener; 209
new.py 2051
new_tab.py <div contenteditable>abc</div> <script> const initial = document.querySelector("div"); document.onselectionchange = () => { const selection = document.getSelection(); initial.setAttribute( "_focused", selection.anchorNode == initial.firstChild ); }; initial.focus(); </script> 2711
new_window.py <div contenteditable>abc</div> <script> const initial = document.querySelector("div"); document.onselectionchange = () => { const selection = document.getSelection(); initial.setAttribute( "_focused", selection.anchorNode == initial.firstChild ); }; initial.focus(); </script> 2776
user_prompts.py 4001