Ad placeholder
All public logs
Jump to navigation
Jump to search
Combined display of all available logs of bg3.wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:46, 19 July 2024 Taylan talk contribs created page User:Taylan/common.js (Created page with "(function () { var body = document.getElementsByTagName("body")[0]; var callback = function(mutList, _obs) { var nodes = mutList[0].addedNodes; if (nodes.length == 0 || nodes[0].classList == undefined) { return; } var node = nodes[0]; if (node.classList.contains("mwe-popups")) { var bodyStyle = window.getComputedStyle(body); var bodyLeft = bodyStyle.getPropertyValue("margin-left"); node.style.left = "calc("+ node.style.left + " - "+ bodyLeft + ")"...")