fix gitea source serve url

This commit is contained in:
shibao 2024-04-20 19:12:33 -04:00
parent c97a27444f
commit d1b8714ce7
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ First, install Violentmonkey for
[Chrome](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag), [Chrome](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag),
or any other userscript manager of your choice, and then [click here to install or any other userscript manager of your choice, and then [click here to install
the 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 ## License
This userscript is licensed under GPL v3.0 or later. This userscript is licensed under GPL v3.0 or later.

View File

@ -1,13 +1,13 @@
// ==UserScript== // ==UserScript==
// @name Bypass Twitter Sensitive // @name Bypass Twitter Sensitive
// @namespace https://bubbletea.dev/ // @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. // @description Bypasses Twitter's "Caution: This profile may include potentially sensitive content" page and "The following media includes potentially sensitive content" warnings.
// @author shibao // @author shibao
// @include /^https://twitter.com.*$/ // @include /^https://twitter.com.*$/
// @include /^https://mobile.twitter.com.*$/ // @include /^https://mobile.twitter.com.*$/
// @downloadURL 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/raw/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 // @grant none
// ==/UserScript== // ==/UserScript==