MFGG Forums
  • Home
  • Members
  • Help
  • Search
MFGG Main Site MFGG Forums Community General Chat v
« Previous 1 … 15 16 17 18 19 … 27 Next »
How to hide the snow from this page?
MFGG Forums Community General Chat v
« Previous 1 … 15 16 17 18 19 … 27 Next »
How to hide the snow from this page?
MFGG Forums Community General Chat v
« Previous 1 … 15 16 17 18 19 … 27 Next »
How to hide the snow from this page?
Mark All Posts Read Today's Posts

How to hide the snow from this page?
LGBTQ+ Pride Mario
Wahoo! It's-a me, I'm LGBT!
Members
Secret Santa MFGG 17th Anniversary MFGG 18th Anniversary
#5
12-15-2018, 09:08 PM (This post was last modified: 12-15-2018, 10:40 PM by Mario.)
I made a greasemonkey script for this.

Code:
// ==UserScript==
// @name Remove MFGG Snow
// @version 1
// @grant none
// @include https://forums.mfgg.net/*
// ==/UserScript==

document.querySelectorAll("span[id^=flake]").forEach(function(element) {
element.parentElement.removeChild(element);
});

It'll automatically run on every page. Just make a new script in GreaseMonkey and paste and save the contents of the code tag above there.

If you don't want to install the greasemonkey extension, you can do a bookmarklet too!

Head over to https://mrcoles.com/bookmarklet/ , paste in the following code in the CODE tag, name it what you want, click "convert to bookmarklet", then on the link that's named after what you named it you can right click and add it to your bookmarks toolbar and click it on every mfgg page you load for the snow to be removed.


Code:
document.querySelectorAll("span[id^=flake]").forEach(function(element) {
element.parentElement.removeChild(element);
});

[font=Comic Sans MS]Hope this helps!
Proud member of the Shadow █████████████
Interested in web development? Check out Super Mario Web Development. Wahoo!
 

""We choose to go to the [Suggestions board] not because it's easy, but because it's hard; because that goal will serve to organize and measure the best of our energies and skills, because that challenge is one that we are willing to accept, one we are unwilling to postpone, and one which we intend to win."
- John F. Kennedy"
- gothgirlgangblastermaster
[-] The following 4 users Like Mario's post:4 users Like Mario's post
  ↳ George, Hyper, Shadow Administrator Drei, VinnyVideo
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
How to hide the snow from this page? - by George - 12-15-2018, 05:20 PM
RE: How to hide the snow from this page? - by George - 12-15-2018, 07:42 PM
RE: How to hide the snow from this page? - by Syaxamaphone - 12-15-2018, 08:05 PM
RE: How to hide the snow from this page? - by George - 12-15-2018, 08:06 PM
RE: How to hide the snow from this page? - by Mario - 12-15-2018, 09:08 PM
RE: How to hide the snow from this page? - by VinnyVideo - 12-16-2018, 09:17 AM

  • View a Printable Version
Forum Jump:

Mario Fan Games Galaxy - Powered by MyBB | MFGG Staff | Contact Us

Linear Mode
Threaded Mode