Custom media url

Open media in html in ONE click!

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

Bạn sẽ cần cài đặt một tiện ích mở rộng như Tampermonkey hoặc Violentmonkey để cài đặt kịch bản này.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
doolb
Cài đặt hàng ngày
0
Số lần cài đặt
142
Đánh giá
0 0 0
Phiên bản
0.31
Đã tạo
27-05-2018
Đã cập nhật
27-05-2018
Kích thước
2 KB
Giấy phép
MIT
Áp dụng cho
Tất cả trang web

# Custom URL protocol
Use local player to open file from browser in ONE click!

# Setup
* Compile [cup.c](./cup.c) or [cup.exe](./cup.exe) and put in System PATH;

* Install [Tampermonkey](http://tampermonkey.net/) extension to browser and add [addurl.js](./addurl.js) to it;

* Prepare a tool for the URL

* Registry the custome url protocol by [install.cmd](./install.cmd);

* Finally enjoy you life!

# Example
```
install.cmd mpv
install.cmd /u mpv
```

URL: mpv:http://example.com/samp.mp4

will be convert to a system command

mpv http://example.com/samp.mp4

click in browser then the file will be open.

![capture](https://user-images.githubusercontent.com/18024882/40576478-e2d55a96-6129-11e8-8aea-c558dc5193e8.PNG)