All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Deceive Inc. Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:00, 23 March 2024 Archimedes5000 talk contribs created page User:Archimedes5000/vector.js (Created page with "Restores search on narrow screens by moving it above navigation: function searchfix(){ var s = document.querySelector("#p-search"); var p = document.querySelector("#right-navigation"); var a = document.querySelector("div.vector-menu-content"); if(window.innerWidth <= 700){ a.prepend(s); }else if(window.innerWidth > 700){ p.append(s); }; }; searchfix(); window.addEventListener("resize", function (){ searchfix(); });")