NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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!');