Add @inject-into metadata #192

This commit is contained in:
pixeltris 2023-10-19 16:45:09 +01:00
parent 0dbf00c40a
commit 3eb915d774
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
// @author https://github.com/cleanlock/VideoAdBlockForTwitch#credits // @author https://github.com/cleanlock/VideoAdBlockForTwitch#credits
// @match *://*.twitch.tv/* // @match *://*.twitch.tv/*
// @run-at document-start // @run-at document-start
// @inject-into page
// @grant none // @grant none
// ==/UserScript== // ==/UserScript==
(function() { (function() {

View File

@ -8,6 +8,7 @@
// @author pixeltris // @author pixeltris
// @match *://*.twitch.tv/* // @match *://*.twitch.tv/*
// @run-at document-start // @run-at document-start
// @inject-into page
// @grant none // @grant none
// ==/UserScript== // ==/UserScript==
(function() { (function() {