Greasy Fork is available in English.
用OMDB补全pt站上缺失的东西
现在只有馒头,因为我只有馒头
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"
```
