mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-21 18:24:58 +00:00
feat: add wwads.
This commit is contained in:
7
static/js/wwads.js
Normal file
7
static/js/wwads.js
Normal file
@@ -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);
|
||||
};
|
Reference in New Issue
Block a user