From 3eb915d774d9cb72acb52bd87ab3675a21d0b803 Mon Sep 17 00:00:00 2001 From: pixeltris <6952411+pixeltris@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:45:09 +0100 Subject: [PATCH] Add @inject-into metadata #192 --- vaft/vaft.user.js | 1 + video-swap-new/video-swap-new.user.js | 1 + 2 files changed, 2 insertions(+) diff --git a/vaft/vaft.user.js b/vaft/vaft.user.js index 28ffac7..b041d90 100644 --- a/vaft/vaft.user.js +++ b/vaft/vaft.user.js @@ -8,6 +8,7 @@ // @author https://github.com/cleanlock/VideoAdBlockForTwitch#credits // @match *://*.twitch.tv/* // @run-at document-start +// @inject-into page // @grant none // ==/UserScript== (function() { diff --git a/video-swap-new/video-swap-new.user.js b/video-swap-new/video-swap-new.user.js index e53b1c5..bc1e7ef 100644 --- a/video-swap-new/video-swap-new.user.js +++ b/video-swap-new/video-swap-new.user.js @@ -8,6 +8,7 @@ // @author pixeltris // @match *://*.twitch.tv/* // @run-at document-start +// @inject-into page // @grant none // ==/UserScript== (function() {