The Environments
Chrome + Tampermonkey
To Reproduce
- Go to bookmark page
- Label button not showing
Does it work before?
This Fix:
#31
const BANNER = ".sc-8bf48ebe-0";
const THEME_CONTAINER = "html";
const WORK_SECTION = "section.sc-498c1dba-0"; // 作品section,从works->pagination
const WORK_CONTAINER = "ul.sc-bf8cea3f-1.bCxfvI"; // 仅包含作品
const PAGE_BODY = ".sc-4c580caf-0.fxoPUf"; // 自主页、收藏起下方
Worked for me for about a week, but recently it has stopped working completely.
The Environments
Chrome + Tampermonkey
To Reproduce
Does it work before?
This Fix:
#31
const BANNER = ".sc-8bf48ebe-0";
const THEME_CONTAINER = "html";
const WORK_SECTION = "section.sc-498c1dba-0"; // 作品section,从works->pagination
const WORK_CONTAINER = "ul.sc-bf8cea3f-1.bCxfvI"; // 仅包含作品
const PAGE_BODY = ".sc-4c580caf-0.fxoPUf"; // 自主页、收藏起下方
Worked for me for about a week, but recently it has stopped working completely.