rebelion76 / Test Extension

// ==UserScript==
// @name         Test Extension
// @namespace    Test
// @version      0.0.0
// @description  Test
// @author       rebelion76
// @match        https://adguard.com/*
// @grant        none
// @run-at       document-end
// @license      MIT

// ==/UserScript==

alert('test!');