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?
George
Goomba
Members
#1
12-15-2018, 05:20 PM
I like this snow, but to other people may be annoying. It is any possibility to hide the snow?
[-] The following 1 user Likes George's post:1 user Likes George's post
  ↳ littlelum
George
Goomba
Members
#2
12-15-2018, 07:42 PM
If you using Chrome, one way to hide snow is go to Devtools (Ctrl+Shift+I or F12). Right click (or click on the three horizontal dots) in <body> and select Edit as HTML. Select all from first <span> to 65th flakes </span> and delete it with backspace. Close Devtools and it's done. Do this every time you visit another page in MFGG or refreshing current page.
[-] The following 2 users Like George's post:2 users Like George's post
  ↳ Mario, Shadow Administrator Drei
Canada Syaxamaphone
Cute!
Members
Submitter Iso Collab Contributor (2) Sprite Comp Runner-Up Minigame Comp Winner Minigame Comp Runner-Up (2) Drawing Comp Runner-Up Drawing Comp Top 5 Super Comp Winner Super Comp Runner-Up Super Comp Top 5 Game of the Month Winner NCFC Contributor Secret Santa Holiday Tree (2) Super Rolling Mario Good Citizen MFGG 17th Anniversary MFGG 18th Anniversary MFGG Awards 2014 Winner MFGG Awards 2016 Winner MFGG Awards 2017 Winner
#3
12-15-2018, 08:05 PM
Thank you George for putting an end to the snowy menace
My games | My twitter | My stream | Sprites Unlimited

[Image: A1BH1oG.png]

  ↳
George
Goomba
Members
#4
12-15-2018, 08:06 PM (This post was last modified: 12-15-2018, 08:32 PM by George.)
On Chrome, next way to hide the snow is while you click on "refresh page" and after the page is appear, immediately click "stop loading this page" and it's done. But this way may not show everything on the page, so if only half a page is displayed, you need to refresh again or choose the first way.

  ↳
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
United States VinnyVideo
Can't have an avatar without a Shy-Guy
Site Developer
Main Site Moderator Site Developer/Webmasters Wiki SysOp Big Help Submitter Super Reviewer (2) Wiki Contributor Sprite Comp Runner-Up Minigame Comp Winner Minigame Comp Runner-Up Minigame Comp Top 5 (3) Music Comp Winner Music Comp Runner-Up Music Comp Top 5 (2) Drawing Comp Top 5 Game of the Month Winner NCFC Contributor (4) Secret Santa (5) MFGG 17th Anniversary MFGG 18th Anniversary MFGG 19th Anniversary Ye Olde MFGGe Retro Game Jam Participant MFGG Awards 2010 Winner MFGG Awards 2011 Winner MFGG Awards 2012 Winner MFGG Awards 2013 Winner MFGG Awards 2014 Winner MFGG Awards 2015 Winner MFGG Awards 2017 Winner (3) MFGG Awards 2019 Winner MFGG Awards 2024 Winner
#6
12-16-2018, 09:17 AM
Don't worry - Santa Claus won't ding you if you decide to hide the snow.
Course clear! You got a card.

[Image: CourseClear.gif]


  ↳
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
Forum Jump:

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

Linear Mode
Threaded Mode