AugustusZ / Dnvod-Ad-Remover

A tool to remove ad on www.dnvod.tv

Home Page:https://augustusz.github.io/Dnvod-Ad-Remover/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should prevent video URL from being replaced by itself after 35s

AugustusZ opened this issue · comments

Possible solutions:

  1. just replace with another id.
  2. replace the <video> tag with our own one (may with another id): remove its parent element's child element and append a new child element to it.