mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: hide Bilibili-Gate homepage to prevent homepage overload
This commit is contained in:
@@ -195,9 +195,9 @@ async function onDOMLoaded() {
|
||||
// Remove the original Bilibili homepage if in Bilibili homepage & useOriginalBilibiliHomepage is enabled
|
||||
document.body.innerHTML = ''
|
||||
|
||||
// Remove the Bilibili Evolved homepage
|
||||
// Remove the Bilibili Evolved homepage & Bilibili-Gate homepage
|
||||
injectCSS(`
|
||||
.home-redesign-base {
|
||||
.home-redesign-base, .bilibili-gate-root {
|
||||
display: none !important;
|
||||
}
|
||||
`)
|
||||
|
||||
Reference in New Issue
Block a user