AFFTW Chatbox Inject

Adds the chatango chat back to the sidebar of animefansftw website.

  1. // ==UserScript==
  2. // @name AFFTW Chatbox Inject
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Adds the chatango chat back to the sidebar of animefansftw website.
  6. // @author Nightsanity
  7. // @match http://www.animefansftw.com/*
  8. // @grant none
  9. // ==/UserScript==
  10. /* jshint -W097 */
  11. 'use strict';
  12. $('#sidebar').prepend('<div class="widget"><h3>Chat</h3><embed width="300" height="450" src="http://animefansftw-chat.chatango.com"></div>');

QingJ © 2025

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