Hypixel SkyBlock Wiki
Register
Advertisement
Feather
Information Page
An information page describes the wiki's customs, technicalities or practices.


Devwiki-logo
All identified issues with Gadgets and Scripts will be posted here.


The Hypixel SkyBlock Wiki provides many features that you can opt-in and fully customize. While we continue to work on brand new features for your wiki experience, we want it to be very customizable. Customization only works on desktop browsers or Desktop View on mobile browsers.

It is recommended that you sign up and log in in order to access the Gadgets Menu and Personal Scripts, which is the gateway to wiki customization.

If you are under the age of 13, with regards to Fandom's policies for underage users, we strongly recommend you not to interact with anyone on forums or comments on the Fandom platform. If you choose to use an account just to access our wiki customizations, you must not let anyone on the Fandom platform know your age, or you will quickly get banned from all wikis, including this one.

Personal Scripts[]

In order to use personal JS pages, you must enable it in your preferences. We strongly recommend you do so. This will guide you through the process.

Let's get started by introducing personal scripts, since you need it to customize Gadgets. If you are efficient at CSS and JavaScript, you can create your own scripts that only affects your viewing experience! If you don't know coding and just want to modify a thing or two we are going to mention, don't worry - we have prepared code for you to copy.

Scripts for yourself when viewing this wiki: Global scripts for when viewing any wiki:

Read More: Guide on Personal CSS and JS

Gadgets and Script Customizations[]

Gadgets page preview

The context menu of some of our Gadget Options.

In order to use Gadgets, you must be logged in. We strongly recommend you to sign up if you haven't done so.
Click here to Change your Gadgets Options! (you must be logged in)
If you face any issues, contact us!

Script Customizations are things that you can customize if you like/dislike certain default features offered by this wiki. Gadgets are different enhancement scripts that we offer, that you can opt-in and opt-out anytime. To choose gadgets for your viewing experience on Hypixel SkyBlock Wiki, go to Special:Preferences → Gadgets.

Event Scripts[]

Events Scripts is the most popular customization among our readers. Besides doing wiki content and many other site enhancements, we also love to create Event Scripts for our readers to enjoy. For example, we make the wiki snow during winter months, add spooky faces during Halloween, and celebrate the new year with fireworks. At specific season or festivals, the related scripts will fire automatically. And you just have to enable the "Events" Gadget to access them all!

However, according to customization policies, we are not allowed to offer them by default. Therefore, you must opt-in to see the event scripts. By enabling the Events Gadget, you get access to more scripts:

Festive Script: FireworkEffects

Created by: Hypixel SkyBlock Wiki Team
Auto-started during: New Year's Day, First Day of Chinese New Year
Turned off by default during other times

Script Customization: Add any number of the following lines to your Personal JS to tweak FireworkEffects!

window.fireworkShow = {
    autoStart: true, // only add this line if you want to turn this script on at all times
    startOnEvent: false, // only add this line if you want to disable this script entirely
    onlyStartOnViewMode: false, // only add this line if you want to run it outside of view mode
}

Festive Script: EasterAddons

Created by: Hypixel SkyBlock Wiki Team
Auto-started during: Two weeks following Easter
Turned off by default during other times
Designers (2022): See All Designs

User:Triput1User:ScoutskylarUser:Lil fish catUser:BorutoDragneelUser:AdventureG147User:HackedChicken

Script Customization: Add any number of the following lines to your Personal JS to tweak EasterAddons!

window.EasterAddonsConfig = {
    autoStart: true, // only add this line if you want to turn this script on at all times
    startOnEvent: false, // only add this line if you want to disable this script entirely
    onlyStartOnViewMode: false, // only add this line if you want to run it outside of view mode
}

Festive Script: HalloweenEffects

Created by: Hypixel SkyBlock Wiki Team
Auto-started during: October
Turned off by default during other times
Designers: User:Pa3ckP7

Script Customization: Add any number of the following lines to your Personal JS to tweak HalloweenEffects!

window.HalloweenEffectsConfig = {
    autoStart: true, // only add this line if you want to turn this script on at all times
    startOnEvent: false, // only add this line if you want to disable this script entirely
    onlyStartOnViewMode: false, // only add this line if you want to run it outside of view mode
}

Festive Script: SnowStorm

Created by: Schillmania, Thundercraft5
Auto-started during: December
Turned off by default during other times

Script Customization: Add any number of the following lines to your Personal JS to tweak SnowStorm!

window.snowStorm = {
    autoStart: true, // only add this line if you want to turn this script on at all times
    startOnEvent: false, // only add this line if you want to disable this script entirely
    onlyStartOnViewMode: false, // only add this line if you want to run it outside of view mode
}

Advertisement