diff --git a/4.2.1-User-Scripts.md b/4.2.1-User-Scripts.md index 2cc1873..1540d50 100644 --- a/4.2.1-User-Scripts.md +++ b/4.2.1-User-Scripts.md @@ -6,19 +6,18 @@ Scripts with `@run-at document-start` don't work reliable enough with Greasemon ### :small_orange_diamond: window.opener be gone * Author: [earthlng](https://github.com/earthlng) - * Description: See [this](https://www.ghacks.net/2017/01/24/web-security-add-relnoopener-to-external-links/) ghacks article about rel=noopener * Test: https://mathiasbynens.github.io/rel-noopener/ ```js // ==UserScript== // @name window.opener be gone // @description Prevents tampering with window.opener. -// @version 2.0 +// @version 2.1 // @match http://*/* // @match https://*/* // @exclude https://www.catalog.update.microsoft.com/DownloadDialog.aspx // @run-at document-start -// @namespace ghacksuserjs +// @namespace arkenfox // @grant GM.notification // Keys for FM: // @allFrames true