MCPcopy Index your code
hub / github.com/XIU2/UserScript / mangabz_init

Function mangabz_init

Autopage.user.js:1472–1481  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 = '';

Callers

nothing calls this directly

Calls 1

getCSSFunction · 0.85

Tested by

no test coverage detected