Skip to content

ownerdelete.user.js

szero edited this page May 3, 2019 · 6 revisions

Extended room owner and janitor features (This works fully only in Firefox at the moment, the extended context menu isn't functional in Chrome yet)

Features

The file icon (download button) is select button now.

You can select multiple files by clicking on one, holding Shift key and clicking on another.

There is Delete button next to Upload button that will delete all selected files when clicked.

When right-clicking on a file, the context menu with 6 extra options will appear:

  • Select all files from 'user'

    Selects All files from the given user

  • Select All

  • Select None

  • Invert Selection

  • Select Dupes

    Selects all duplicate files beside the ones most recently uploaded.

  • Select All White Name Files

    Selects all files uploaded by not logged users.

Files uploaded by logged users have an extra green tag in file bin now. Files uploaded by users without an account have white tag.

There are also 4 commands you can enter in chat that can perform automatic actions on users. Their functionality won't persist after you close your browser.

  • /rekt [@]username

    This command adds given nick to the blacklist that's saved among browser restarts. After user with given nick posts in chat, he gets timed out for 24 hours. Any files he uploads are immediately deleted and he also receives a timeout for an upload. This command targets not logged users by default. If you want to target users with registered accounts, prepend their nick with @.

  • /unrekt [@]username

    Removes given user from blacklist. Prepend username with @ to remove people with registered accounts.

  • /showrekts

    Displays blacklisted users in a popup window.

  • /killwhites

    After invoking this command, all not logged users that post in chat will be timed out for a day. Type this command again to disable its function.

Clone this wiki locally