From d1b8714ce717e2e2fba89833c8895f6a172a20c2 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 20 Apr 2024 19:12:33 -0400 Subject: [PATCH] fix gitea source serve url --- README.md | 2 +- bypass-twitter-sensitive.user.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a8eb9eb..0bf0fdd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ First, install Violentmonkey for [Chrome](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag), or any other userscript manager of your choice, and then [click here to install the -userscript](https://gitea.bubbletea.dev/shibao/bypass-twitter-sensitive/raw/branch/stable/bypass-twitter-sensitive.user.js). +userscript](https://gitea.bubbletea.dev/shibao/bypass-twitter-sensitive/src/branch/stable/bypass-twitter-sensitive.user.js). ## License This userscript is licensed under GPL v3.0 or later. diff --git a/bypass-twitter-sensitive.user.js b/bypass-twitter-sensitive.user.js index 0c6c408..61b3338 100644 --- a/bypass-twitter-sensitive.user.js +++ b/bypass-twitter-sensitive.user.js @@ -1,13 +1,13 @@ // ==UserScript== // @name Bypass Twitter Sensitive // @namespace https://bubbletea.dev/ -// @version 2.2 +// @version 2.3 // @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.*$/ -// @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 +// @downloadURL https://gitea.bubbletea.dev/shibao/bypass-twitter-sensitive/src/branch/stable/bypass-twitter-sensitive.user.js +// @updateURL https://gitea.bubbletea.dev/shibao/bypass-twitter-sensitive/src/branch/stable/bypass-twitter-sensitive.user.js // @grant none // ==/UserScript==