适配 jav 老司机

This commit is contained in:
mrbunker
2022-10-12 22:06:40 +08:00
parent 83b76175b4
commit 1af5aca88c
9 changed files with 71 additions and 42 deletions

View File

@@ -7,22 +7,32 @@ pnpm build
- 删减列表
- 演员头像,偷 bus
```html
<img src="/pics/actress/sl1_a.jpg" title="河北彩花">
```
- 演员头像,偷 bus
```html
<img
src="/pics/actress/sl1_a.jpg"
title="河北彩花"
/>
```
- 移动端 样式改动panel 的阴影、圆角等)
- 更多域名
supjav
- lib 弹窗 zindex
- lib 弹窗 zindex
- javbus 中javlsj 冲突
```js
let divEle = $("div[class='col-md-3 info']")[0];
```
- hook buttons
```js
```js
const rbu = document.querySelector(`a[href="#magnet-links"]`) as HTMLElement;
console.log(rbu);
const rbuRef = useRef<HTMLElement>(rbu);
rbuRef.current.click();
```