Jump to content

Search the Community

Showing results for tags 'mute'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Exiled bot - The Path of Exile bot !
    • Exiled-bot Team's Releases
    • 需要中文论坛帮助吗?
    • Join us on Slack!!
    • How to donate for Exiled-bot Licenses
  • Introductions
    • Introduce yourself
  • Exiled bot - Public Forums
    • General
    • Exiled Bot Programming
    • Exiled Bot Feature Request
    • Exiled Bot Issues and Bug Report
    • Archives
  • Exiled bot - Guides
    • Guides
  • Path of Exile
    • General
    • User's script for POE and/or Exiled Bot
    • Character builds and strategies & Bot setups
  • Path of Exile - Trade
    • Standard League - Softcore
    • Standard League - Hardcore
    • Harbinger League
    • Hardcore Harbinger League
  • Exiled bot - Chinese forums
    • 中文論壇
  • Exiled bot - French forums
  • Exiled bot - German forums
    • Deutsches Forum
  • Exiled bot - Russian forums
    • Русский форум
  • Exiled Bot - Thai forums
    • Forum français
    • ฟอรั่มภาษาไทย
  • Off Topic
    • Exiled bot - Off topic forums

Product Groups

  • Elite+ & Elite Users
  • EB Lifetime
  • EB Monthly
  • EB Quarterly
  • EB Biannual
  • EB Yearly
  • Misc
  • Test

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 1 result

  1. UPD: thanks to omega, it actually possible to ignore a person with built-in functionality. It works better than what I offer. Recently I found that it is impossible to ignore users on chat box, above. There are times when you do want to have that feature. This script will not disable sounds of their messages, neither won't it hide messages completely (you would be lost if someone in chat started replying to a message you haven't even seen). But it will replace every message of unwanted person with ***. Handy. Install this script in a browser. Use GreaseMonkey analog (I'm using Tampermonkey for Chrome). // ==UserScript== // @name EB chat mute // @namespace http://dimps.ru // @version 0.1 // @description mute messages from certain people // @author Dimps // @match https://exiled-bot.net/community/* // @grant none // ==/UserScript== // this will mute username "babyfart". If for example you want to mute me, replace it with "Dimps". window.setInterval(function(){jQuery("a[data-store=babyfart]").parent().parent().children().find(".shoutbox_text").text("***")}, 100); https://www.dropbox.com/s/eejwmaxrm8nk8b9/EB%20chat%20mute%20v0.1.user.js?dl=0 Areas to improve: -introduce array with unwanted nicknames -attach to an event instead of timer polling -intercept message to prevent sound* -add GUI** UPD: ignore is built into forum engine.
×
×
  • Create New...