Another User Script for Drrr.com - LocalMute



Durarara!! (in Japanese: デュラララ!!), or often abbreviated as DRRR!!, is one of the most interesting light novel which was adapted into one of the most underrated anime ever.



Most of you probably do not recognize this series due to its unusual theme. It features a large number of characters whose life intertwined with each other in some ways. This series incorporates slice of life, action and supernatural elements into its story, creating a gripping and mysterious yet lighthearted tale.



The main story is also heavily influenced by image board culture and urban legends. If you like stuffs about hive mind, anonymous, and internet legends, you will definitely find DRRR!! to be very enticing.



DRRR!! was adapated into three seasons. The first season was aired in 2011 and last one had finished aired in 2016. For most anime fans, DRRR!! may have faded into obscurity. However, there are many loyal cult-like followers which still can be found all around the internet even years after the series had ended.



You can find some of DRRR!!'s fans in drrr.com. This website's user interface is inspired by the chat room which can be found in the series. You can find some nice anonymous online friends in there, much like in the anime. However, due to its anonymous nature, the users of the chat room may not always be the most pleasant.



Thankfully, there are fans of the chatroom who come up with creative user scripts which you can install to censor bad users.










How to Use LocalMute




This user script is intended for room user to mute other user locally (it means the mute effect only happen in your own computer, which is good enough). Room hosts are not advised to use this script because they may miss offending users.



If you're using Firefox, first add Code Injector extension, then follow these instruction:


  • Go to the tab where you open your drrr.com room.

  • Click on the add-ons' logo then "Add rule".

  • Then click on "Current Host" (again, make sure you do it when you are on your drrr.com tab).

  • Copy and paste the JavaScript code below, make sure you copy the whole code as instructed including //start copying here.


After you are done setting up the script, you can begin by muting other users using "!mute + username" command. Be advised that the username is case-sensitive.



Credit: NT and hey boy
//start copying here

d=[ ];
$(window).on('room.chat.message',function(event,chat){
    kero = chat.message.split(" ");
    ghost = [kero[0]];
    tomat = $(kero).not(ghost).get();
    sain = tomat.join(" ");

if(d.includes(chat.from.name) === true){
    var blah = talks.from.id;   blah.remove();
    }
else if(profile.id === chat.from.id && kero[0]=="!mute"){
    d.push(sayn);
    }
});

//credit: NT & hey boy
//end of copy



Leave a comment if the script does not work.

Previous Post Next Post