// ==UserScript==
// @name {snipped}
// @namespace http://tampermonkey.net/
// @version 0.1
// @description {snipped}
// @author You
// @match {snipped}
// @require http://code.jquery.com/jquery-3.7.1.min.js
// @icon https://www.google.com/s2/favicons?sz=64&domain=pokefarm.com
// @grant none
// ==/UserScript==
/* global jQuery */
jQuery.noConflict();
jQuery( document ).ready(function( $ ) { ... });
// ==UserScript==
// @name {snipped}
// @namespace http://tampermonkey.net/
// @version 0.1
// @description {snipped}
// @author You
// @match {snipped}
// @require http://code.jquery.com/jquery-3.7.1.min.js
// @icon https://www.google.com/s2/favicons?sz=64&domain=pokefarm.com
// @grant none
// ==/UserScript==
/* global jQuery */
jQuery.noConflict();
jQuery( document ).ready(function( $ ) { ... });