live demo : https://image-mirror.herokuapp.com
Simply use this url to cover up your blocked url
eg. https://image-mirror.herokuapp.com/https://yourblockedurl.com/image.png
<img src="https://image-mirror.herokuapp.com/https://yourblockedurl.com/image.png">
(if you want to run service with your own server)
- Setup Node.JS on your server.
- Clone this repository
$ git clone https://github.com/0wx/image-mirror
$ cd image-mirror
- Install all dependencies
$ npm i
- Run the server
$ npm start