Changes the forum background image and sets the theme to light blue.
🌟 Project Description and Instructions
Project Name
GameSense Forum Customization
General Description
This user script fundamentally changes the appearance of the GameSense forum (https://gamesense.pub/*) to provide a more personalized and visually striking experience. The main focus is to set a custom background image for the entire page and make the primary forum elements transparent or semi-transparent to allow the custom background to show through, overriding the original white/light forum theme. Text color is set to white (#FFFFFF) to ensure readability against the darker background.
Key Features
Custom Background Image: Adds a fixed, covering, and non-repeating custom background image (https://i.imgur.com/7KI4AQL.png) to the forum's tag.
Full Transparency: Sets the background and borders of many elements, including the forum header (#brdheader), footer (#brdfooter), main content boxes (.block, .box, .inbox), and table rows (.rowodd, .roweven) to be completely transparent (transparent !important). This ensures the custom background image is visible.
Readability-Focused Semi-Transparency: Adds a semi-transparent black background (rgba(0, 0, 0, 0.7)) to specific areas like forum headings and welcome/shout boxes (.blockform h2 span, #shout, #brdwelcome). This separates the content from the background image, significantly improving text readability.
White Text Color: All essential text, link, and heading colors throughout the forum are converted to white (#FFFFFF !important).
Installation Instructions 🛠️
To use this script, you need a User Script Manager extension installed in your browser.
Install Necessary Software: Install the Tampermonkey extension (or an alternative like Greasemonkey/Violentmonkey) in your browser. *
Create a New Script:
Click on the Tampermonkey icon in your browser.
Select the Create a new script... option from the menu.
Paste the Code: In the open editor window, paste all the code from your project (from the header comments down to the last closing bracket).
Save: Save the script using the File > Save option or the relevant save button in the editor.
Test: Visit or refresh the GameSense forum (https://gamesense.pub/). The custom background and theme changes should be applied instantly.