Minds Shekels

Shows comments on the right hand side of the page.

当前为 2018-05-13 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Minds Shekels
  3. // @namespace http://www.minds.com/
  4. // @version 0.8
  5. // @description Shows comments on the right hand side of the page.
  6. // @author You
  7. // @match https://www.minds.com/wallet/tokens/contributions
  8. // @grant none
  9. // @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js
  10. // ==/UserScript==
  11.  
  12. window.onload = function() {
  13. $('m-wallet--balance-tokens h3')[0].innerHTML = 'Shekels';
  14. }