Skip to content

Instantly share code, notes, and snippets.

@rz7d
Last active September 30, 2021 00:59
Show Gist options
  • Save rz7d/c7565c3509449541a06e8c20fc89de2e to your computer and use it in GitHub Desktop.
Save rz7d/c7565c3509449541a06e8c20fc89de2e to your computer and use it in GitHub Desktop.
javascript:(()=>{const autoClick=()=>{Array.from(document.querySelectorAll("div[role=button]>div>div")).filter(({children:e})=>e&&e.length&&"返信をさらに表示"===e[0].innerText).forEach(e=>e.click())};new MutationObserver(autoClick).observe(document.querySelector('div[aria-label="タイムライン: 会話"]>div'),{childList:!0}),autoClick();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment