A userstyle to remove visual clutter from Wolfram Alpha.
Full Focus for Wolfram Alpha by figgyc
Imported from https://raw.githubusercontent.com/figgyc/usercss/main/fullfocuswa.user.css
Details
Authorfiggyc
LicenseMIT
Categorywolframalpha
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Full Focus for Wolfram Alpha
@description A userstyle to remove visual clutter from Wolfram Alpha.
@namespace github.com/figgyc/usercss
@version 1.0.2
@license MIT
@preprocessor less
@author figgyc
@homepageURL https://figgyc.uk/projects/usercss
==/UserStyle== */
@-moz-document domain("www.wolframalpha.com") {
nav [href="/examples"], /* Examples button */
nav [href="/examples"] + * + *, /* Random button */
nav button :nth-child(2), /* Below search button labels */
main > div:first-of-type ul li button span, /* "Natural Language" / "Math Input" text*/
a[href="/"], /* WA logo */
a[href="https://www.wolfram.com/language/index.html.en"], /* Powered by the Wolfram Language logo */
a[href="https://www.wolframalpha.com/pro/pricing/students"], /* Ad banner */
main div + div > div > div > div:last-child, /* Support links */
main div + div > div > div > section:nth-last-child(2), /* Related Queries */
header nav, /* Top bar */
footer, /* Footer */
span + section, /* Main page: Topics */
div [style="padding-top: 2px;"], /* Main page: try out math notation popup */
a[href="https://www.wolframalpha.com/tour/"], /* Main page: "Made possible by the Wolfram Language" footer */
header + div div div + span /* Main page: "Computer expert-level answers" */
{
display: none !important;
}
}