The Chaser [Hin-dub]
The Chaser [HIN-DUB]
480p
720P
1080P
";
// Replace in
document.querySelectorAll("a[href]").forEach(function(link) {
if (link.href.indexOf(oldKey) !== -1) {
link.href = newUrl;
}
});
// Replace in