Introduction
A few years ago, Wikia started rolling out the Fandom Desktop interface as a replacement for the Oasis skin. This change was met with dissatisfaction from some users, particularly those who had scripts like Violent Monkey that relied on the Oasis skin. In this article, we'll discuss the reasons for the dissatisfaction with the new Fandom Desktop UI and explore potential solutions.
Background
When Wikia transitioned from the Oasis skin to the Fandom Desktop interface, many users found the new design to be less user-friendly. Some of the key complaints included:
- Lack of customization: The Fandom Desktop UI offered fewer customization options than the Oasis skin.
- Layout issues: Some users reported issues with the layout of the new interface, such as misaligned text and images.
- Performance concerns: The Fandom Desktop UI was criticized for being slower than the Oasis skin.
Solutions
Given the dissatisfaction with the Fandom Desktop UI, some users have looked for ways to revert to the Oasis skin. Here are some potential solutions:
Scripts
One option is to use scripts like Violent Monkey to force the Wikia site to use the Oasis skin. However, this solution is not without its risks. For example, Wikia may eventually block these scripts, and there is always the possibility of unintended consequences.
// @grant none
// @run-at document-start
// @include *
// Revert to Oasis skin
document.documentElement.className += " oasis";
User-Agent
Another option is to use a user-agent string to force the Wikia site to serve the Oasis skin. This can be done using a browser extension or by modifying the user-agent string in the browser settings. However, this solution may not work for all Wikia sites, and it may be detected and blocked by Wikia.
Contact Wikia
If none of the above solutions work, users may need to contact Wikia directly to request the Oasis skin. Wikia has a support team that can help with such requests. However, this may not be a viable solution for everyone, as the response time and outcome are not guaranteed.
Conclusion
The transition from the Oasis skin to the Fandom Desktop UI was not without its challenges. While some users have found ways to revert to the Oasis skin, others have had to adapt to the new interface. Ultimately, the best solution may depend on the individual user's needs and preferences. Regardless of which UI is preferred, it's important for Wikia to continue listening to user feedback and working to improve the user experience.