fix gitea source serve url
This commit is contained in:
parent
c97a27444f
commit
d1b8714ce7
@ -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.
|
||||
|
@ -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==
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user