Greasy Fork is available in English.

Disable RF Snow

Disable the pesky rf snow

// ==UserScript==
// @name         Disable RF Snow
// @namespace    http://raidforums.com
// @version      0.1
// @description  Disable the pesky rf snow
// @author       Missery
// @match        https://greasyfork.org/en/script_versions
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

snowStorm.stop()