Skip to content

MAL - Cleaner Footer by kyoyacchi

Screenshot of MAL - Cleaner Footer

Details

Authorkyoyacchi

LicenseGPL3.0

Categoryuserstyles

Created

Updated

Size854 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides all elements on footer except "request desktop mode" on mobile version.

Notes

Only works for mobile version of MAL

Source code

/* ==UserStyle==
@name           MAL - Clean Footer for Mobile Version
@namespace   https://discord.com/invite/aJBP9kv8q9
@author         kyoyacchi
@description   Hides all elements on footer except "request desktop mode" on mobile version.
@version        1.5
@license        GPL3.0
==/UserStyle== */

@-moz-document url-prefix("https://myanimelist.net/"), url-prefix("http://myanimelist.net/") {


  .icon-footer-social {
    display: none !important;
  }

  div.recommended.pt4.mt16.footer-divider,
  div.footer-divider:nth-of-type(3),
  ul.cle.footer-menu,
  .footer-divider {
    display: none !important;
  }

  a[href="https://policies.google.com/privacy"],
  a[href="https://policies.google.com/terms"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
}

Reviews

No reviews yet.