parent
1c644a9f7e
commit
d0c8da473b
@ -0,0 +1,7 @@
|
|||||||
|
window.onload = function () {
|
||||||
|
const ad = document.getElementsByClassName("table-of-contents");
|
||||||
|
const adnode = document.createElement("div");
|
||||||
|
adnode.setAttribute("class", "wwads-cn wwads-vertical");
|
||||||
|
adnode.setAttribute("data-id", "80");
|
||||||
|
ad[0].parentNode.appendChild(adnode);
|
||||||
|
};
|
Loading…
Reference in new issue