FA NoStreamMonitor

Counts the number of streams hidden

  1. // ==UserScript==
  2. // @name FA NoStreamMonitor
  3. // @namespace FurAffinity
  4. // @version 0.1
  5. // @description Counts the number of streams hidden
  6. // @author JaysonHusky
  7. // @match https://www.furaffinity.net/msg/others/
  8. // @grant none
  9. // @require http://code.jquery.com/jquery-latest.js
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. var sc=0;
  15. sc = $("#messagecenter-other li :contains('stream')" ).length;
  16. var theStreamCount = '&nbsp;&nbsp;<i>(Streams Hidden: '+sc+')</i>';
  17. $("#messages-journals h2").append(theStreamCount);
  18. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址