// ==UserScript==
// @name Test Alert
// @namespace testalert
// @description Test
// @include setwebsitehere
// @version 16.02
// @grant none
// ==/UserScript==
alert('If you can see this message, any scripts that are assigned to this site will work!');