Commit Graph

5674 Commits

Author SHA1 Message Date
the1812
7323987bc4 Update version number 2021-05-10 18:09:06 +08:00
the1812
4cecf42ee5 Fix light bugs 2021-05-10 17:55:34 +08:00
the1812
b2731a14c8 Update donate history 2021-05-10 17:47:27 +08:00
the1812
1676d012d1 Improve home hidden, remove 'removeGameMatchModule' option 2021-05-10 17:44:45 +08:00
the1812
799b0fcaaa Improve multiple pages handling 2021-05-10 14:47:43 +08:00
the1812
38439cc6b7 Update donate history 2021-05-10 13:55:17 +08:00
the1812
c742bc6469 Update i18n 2021-05-10 11:57:26 +08:00
Coulomb_G
3736255653 日本語翻訳の更新 2021-05-09 23:08:15 +08:00
Coulomb_G
c67df22b37 日本語翻訳の更新 2021-05-09 22:22:44 +08:00
the1812
6ac4db7989 Update video desc features (fix #1822) 2021-05-08 18:52:17 +08:00
the1812
abd500df0d Remove logs 2021-05-08 14:30:33 +08:00
the1812
34f2f6834e Fix blackboard title 2021-05-08 14:26:06 +08:00
the1812
5aa91c7309 Update tooltips 2021-05-08 12:19:10 +08:00
the1812
8fbc34338f Build user files 2021-05-08 12:02:51 +08:00
the1812
eeb93e7827 Fix comment not loading (fix #1789) 2021-05-08 12:01:57 +08:00
the1812
f8a8f972a3 Add repost data (#1036) 2021-05-08 10:18:01 +08:00
the1812
55f5a6b675 Build PR #1806 2021-05-07 12:21:45 +08:00
the1812
1ac3696059 Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview 2021-05-07 12:08:07 +08:00
Grant Howard
a838a0ee13
Merge pull request #1806 from FoundTheWOUT/preview
修复了一些bug, 增加了log信息
2021-05-07 12:07:53 +08:00
the1812
9c73f1a0e1 Use auto mute (fix #1813) 2021-05-07 11:49:55 +08:00
the1812
a645ba5c8a Update live control bar features (fix #1818) 2021-05-07 11:21:52 +08:00
the1812
980843e2ae Add font-size (#1797) 2021-05-06 15:13:41 +08:00
the1812
48d02073db Fix live auto play (fix #1813) 2021-05-06 14:35:12 +08:00
the1812
51d644920b Remove player scroll patch (fix #1808, fix #1817) 2021-05-06 14:10:36 +08:00
the1812
89ca3d5d07 Fix image width (fix #1583) 2021-05-06 13:54:08 +08:00
the1812
0459af061a Update styles (fix #1794) 2021-05-06 13:46:35 +08:00
the1812
0b5ea149dc Remove script blocker API (fix #1601) 2021-05-06 13:37:53 +08:00
the1812
a2fbdcb06b Fix navbar height (fix #1763) 2021-05-06 13:36:04 +08:00
the1812
1c2d0fbc0e Fix #1789 2021-05-06 13:35:43 +08:00
FoundTheWOUT
01bf2ddfe5 fix(scroll-out-play): add intersectionLock 2021-05-05 21:52:03 +08:00
Grant Howard
7b9859cb2b
Merge pull request #1812 from shenzhiming88/patch-2
更新 夜间模式跟随系统 的说明
2021-05-04 22:18:44 +08:00
FoundTheWOUT
7e3fa08dcd 📦 refactor(scroll-out-player): replace scroll listener to intersectionOberver 2021-05-04 19:33:27 +08:00
shenzhiming88
77dfa3863e
更新 夜间模式跟随系统 的说明
https://github.com/the1812/Bilibili-Evolved/issues/1273
2021-05-04 10:42:36 +08:00
FoundTheWOUT
ad85e9fd5e fix(scroll-out-player): modify playerWrap 2021-05-02 23:31:10 +08:00
FoundTheWOUT
03c90a7d71 fix: #1774 2021-05-02 21:38:55 +08:00
FoundTheWOUT
4df5473d90 fix(video): detect player-wrap scrolling instead of videoEl 2021-05-02 21:31:14 +08:00
the1812
feb390fea2 Merge branch 'master' into preview 2021-04-28 15:12:24 +08:00
the1812
b59ad79a1e Fix broken links 2021-04-28 15:12:02 +08:00
the1812
3365caa72a Build PR #1785 2021-04-28 15:10:34 +08:00
Grant Howard
6d98a8b947
Update docs 2021-04-28 15:04:35 +08:00
the1812
8131a71c6d Add docs 2021-04-28 15:02:28 +08:00
the1812
506716f079 Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview 2021-04-28 14:45:47 +08:00
Grant Howard
a12dfdeb68
Merge pull request #1785 from FoundTheWOUT/feat
自动暂停与自动关灯
2021-04-28 14:45:34 +08:00
the1812
1d5b2eb516 Update docs 2021-04-28 14:42:11 +08:00
FoundTheWOUT
b7f886ccda update: settings-tooltip.zh-CN 2021-04-27 22:42:23 +08:00
FoundTheWOUT
a3aa0bf968 refactor(video): rename and add listener
rename settings properties, make it more readable.
add listener to video ended.
update unload func.
now, scroll listener will be added after the video is start to play at the first time, but it would be init when the load func called as well.
2021-04-27 20:47:25 +08:00
FoundTheWOUT
b3cd04bb3b fix(video): remove unused settings value 2021-04-27 17:57:12 +08:00
FoundTheWOUT
ed92b2998c refactor(auto-pause): rename file to scroll-out-player, add more feature 2021-04-27 16:32:07 +08:00
FoundTheWOUT
530fea0cc3 feat: 自动暂停 2021-04-27 11:27:57 +08:00
the1812
b40f257058 Fix style for h.bilibili.com 2021-04-26 20:22:23 +08:00