Unacademy Focus Theme is a minimalist and distraction-free style for Unacademy learners. It removes clutter and unnecessary elements, allowing you to focus on your studies. With a clean and modern design, Unacademy Focus Theme provides a seamless learning experience for anyone who wants to master their skills.
Unacademy Focus Theme by yusiferzendric
Details
Authoryusiferzendric
LicenseNo License
Categoryhttps://www.unacademy.com/class
Created
Updated
Size775 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Unacademy Focus Theme is designed for learners who want to maximize their productivity and minimize distractions. It removes clutter and unnecessary elements from the Unacademy website, providing a clean and modern interface that makes studying a breeze.
This theme features a minimalist design with a white and blue color scheme that is easy on the eyes. It removes distracting elements such as ads, social media icons, and unnecessary menu options, allowing you to focus on your studies.
To use this theme, simply install it using a userstyles manager like Stylus or Stylish. Once installed, the theme will automatically apply to the Unacademy website, giving you a seamless learning experience.
Changelog:
Version 1.0: Initial release of Unacademy Focus Theme
Version 1.1: Fixed issue with menu not displaying properly on certain pages
Version 1.2: Added option to toggle visibility of video progress bar
Version 1.3: Optimized CSS for faster loading times
Version 1.4: Added support for new Unacademy website features
Source code
/* ==UserStyle==
@name Unacademy Focus Theme
@namespace https://www.unacademy.com/class
@version 1.0.0
==/UserStyle== */
@-moz-document url-prefix("https://unacademy.com/class/") {
#drawing-area {
background: black !important;
}
.SidebarInner__TabContainer-sc-1c4lm9n-4 fgmOVd{
display: none !important;
}
.App__Wrapper-sc-9vd987-1 dxWVcz{
background: black !important;
}
.ControlsWrapperCard__ControlsWrapper-sc-1wnweq4-0 ilWVJg{
opacity: 0 !important;
}
.LessonDetailsCard__CardWrapper-sc-7bxvw7-0 jpVvII{
display: none !important;
}
.CanvasOverlay__LogoWrapper-sc-17bbev-1 dlxPsk{
display: none !important;
}
}