https://github.com/naocoding/scripts
scripts , js , 一行腳本 , for tampermonkey
https://github.com/naocoding/scripts
autojs javascript script
Last synced: about 1 year ago
JSON representation
scripts , js , 一行腳本 , for tampermonkey
- Host: GitHub
- URL: https://github.com/naocoding/scripts
- Owner: NaoCoding
- Created: 2024-03-18T17:13:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T10:59:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T21:17:49.101Z (about 1 year ago)
- Topics: autojs, javascript, script
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### 知乎自動關閉登入界面 / zhihu auto close login popup
```js
document.querySelector("Button.Modal-closeButton.Button--plain").click()
```