Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Remove Unused Script
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Feb 26, 2019
1 parent e1e0553 commit 2e8fb67
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ https://yacdn.org/serve/http://meowbaari.com/wp-content/uploads/2016/06/14649336
```
![https://yacdn.org/serve/http://meowbaari.com/wp-content/uploads/2016/06/1464933654_cat_sleep.png](https://yacdn.org/serve/http://meowbaari.com/wp-content/uploads/2016/06/1464933654_cat_sleep.png)

#### Embeddable Script
Paste this into your browser console to replace all images.
```html
<script>
document.addEventListener('ready', function() {
var imgs = document.getElementsByTagName("img");
for (var i = 0, l = imgs.length; i < l; i++) {
imgs[i].src = `https://yacdn.org/serve/${imgs[i].src}`;
}
});
</script>
```

## Proxy

#### How to Use
Expand Down

0 comments on commit 2e8fb67

Please sign in to comment.