// ==UserScript== // @name Test script // @homepageURL http://www.qt.io/ // @description Test script with metadata block // @include *test*.html // @exclude *test2.html // @run-at document-end // ==/UserScript== document.title = "New title";