Last active
September 30, 2021 00:59
-
-
Save rz7d/c7565c3509449541a06e8c20fc89de2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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