This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const input = document.querySelector('input[type="file"]'); | |
input.addEventListener('change', handleImage); | |
function handleImage(event) { | |
const file = event.target.files[0]; | |
const img = new Image(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# — Spotify Ad Block | |
127.0.0.1 media-match.com | |
127.0.0.1 adclick.g.doublecklick.net | |
127.0.0.1 googleads.g.doubleclick.net | |
127.0.0.1 http://www.googleadservices.com | |
127.0.0.1 pagead2.googlesyndication.com | |
127.0.0.1 desktop.spotify.com | |
127.0.0.1 pubads.g.doubleclick.net | |
127.0.0.1 audio2.spotify.com | |
# — |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"100":"Continue", | |
"101":"Switching Protocols", | |
"102":"Processing", | |
"200":"OK", | |
"201":"Created", | |
"202":"Accepted", | |
"203":"Non-Authoritative Information", | |
"204":"Continue", |