Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naocoding/scripts
scripts , js , 一行腳本 , for tampermonkey
https://github.com/naocoding/scripts
autojs javascript script
Last synced: about 2 months ago
JSON representation
scripts , js , 一行腳本 , for tampermonkey
- Host: GitHub
- URL: https://github.com/naocoding/scripts
- Owner: NaoCoding
- Created: 2024-03-18T17:13:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T10:59:21.000Z (10 months ago)
- Last Synced: 2024-11-13T20:17:54.144Z (about 2 months 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()
```