From c97a27444fcde321c69286495fdd5ad8489573de Mon Sep 17 00:00:00 2001 From: shibao Date: Thu, 20 Jan 2022 18:43:30 -0500 Subject: [PATCH] fix include regexes --- bypass-twitter-sensitive.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bypass-twitter-sensitive.user.js b/bypass-twitter-sensitive.user.js index 8273e40..0c6c408 100644 --- a/bypass-twitter-sensitive.user.js +++ b/bypass-twitter-sensitive.user.js @@ -1,11 +1,11 @@ // ==UserScript== // @name Bypass Twitter Sensitive // @namespace https://bubbletea.dev/ -// @version 2.1 +// @version 2.2 // @description Bypasses Twitter's "Caution: This profile may include potentially sensitive content" page and "The following media includes potentially sensitive content" warnings. // @author shibao -// @include /^https://twitter.com*$/ -// @include /^https://mobile.twitter.com*$/ +// @include /^https://twitter.com.*$/ +// @include /^https://mobile.twitter.com.*$/ // @downloadURL https://gitea.bubbletea.dev/shibao/bypass-twitter-sensitive/raw/branch/stable/bypass-twitter-sensitive.user.js // @updateURL https://gitea.bubbletea.dev/shibao/bypass-twitter-sensitive/raw/branch/stable/bypass-twitter-sensitive.user.js // @grant none