Greasy Fork is available in English.
12/17/2022, 4:19:15 PM
当前为
Register the OMDB API here http://www.omdbapi.com/apikey.aspx
Edit the script, replace the following line with your own key!!!
```javascript
var API_KEY = "YOUR_API_KEY"
```
本脚本必须注册OMDBAPI的key http://www.omdbapi.com/apikey.aspx
编辑并更换以下代码为自己的key
```javascript
var API_KEY = "YOUR_API_KEY"
```