| 1470 | |
| 1471 | // [Mangabz 漫画] 初始化(调整本话图片) |
| 1472 | function mangabz_init() { |
| 1473 | if (getCSS('#showimage')) getCSS('#showimage').removeAttribute('oncontextmenu'); |
| 1474 | if (getCSS('#cp_img')) getCSS('#cp_img').removeAttribute('oncontextmenu'); |
| 1475 | if (getCSS('#barChapter')) getCSS('#barChapter').removeAttribute('oncontextmenu'); |
| 1476 | if (getCSS('#cp_image')) { |
| 1477 | getCSS('#cp_image').removeAttribute('oncontextmenu'); |
| 1478 | getCSS('#cp_image').removeAttribute('style'); |
| 1479 | getCSS('#cp_image').removeAttribute('id'); |
| 1480 | } |
| 1481 | } |
| 1482 | // [Mangabz 漫画] 获取下一页地址 |
| 1483 | function mangabz_nextL() { |
| 1484 | var url = ''; |