User:TheMcr/monobook.js
Boobpedia - Encyclopedia of big boobs
Jump to navigationJump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
// Create a new <style> element
var customStyle = document.createElement("style");
customStyle.innerHTML = `
body {
font: x-small sans-serif;
background: #990000 url(/wiki/skins/monobook/headbg.jpg) 0 0 no-repeat;
color: rgb(255, 255, 255);
margin: 0;
padding: 0;
}
`;
// Append the <style> element to the document head
document.head.appendChild(customStyle);
console.log("Custom CSS applied via JavaScript!");