@@ -1,3 +1,4 @@
|
||||
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
|
||||
function playVideo(overlay) {
|
||||
const video = overlay.parentElement.querySelector('video');
|
||||
const url = video.getAttribute("data-url");
|
||||
@@ -20,3 +21,4 @@ function playVideo(overlay) {
|
||||
});
|
||||
}
|
||||
}
|
||||
// @license-end
|
||||
|
||||
Reference in New Issue
Block a user