Shows comments on the right hand side of the page.
当前为
// ==UserScript==
// @name Minds Shekels
// @namespace http://www.minds.com/
// @version 0.8
// @description Shows comments on the right hand side of the page.
// @author You
// @match https://www.minds.com/wallet/tokens/contributions
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
// ==/UserScript==
window.onload = function() {
$('m-wallet--balance-tokens h3')[0].innerHTML = 'Shekels';
}