Skip to content
View Fishbowler's full-sized avatar

Organizations

@surevine @igniterealtime @doccla
Block or Report

Block or report Fishbowler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. inbox-tester inbox-tester Public

    Forked from MyUNiDAYS/inbox-tester

    JavaScript

  2. Tabability Tabability
    1
    javascript:(function () { var inputs = Array.apply(null, document.querySelectorAll("input, select, button, a")).filter(elem => elem.getBoundingClientRect().left != 0); for (I = 0; I < inputs.length; I++) { var currentInput = inputs[I].getBoundingClientRect(); var nextInput = null; if (I < inputs.length - 1) { nextInput = inputs[I + 1].getBoundingClientRect(); } else { lastInput = inputs[I]; nextInput = currentInput } var currentInputLeft = currentInput.left + (currentInput.width / 2); var currentInputTop = currentInput.top + (currentInput.height / 2); var nextInputLeft = nextInput.left + (nextInput.width / 2); var nextInputTop = nextInput.top + (nextInput.height / 2); if (I == 0) { document.body.insertAdjacentHTML('afterbegin', '<svg style="position:absolute;z-index:5555;height:100%;width:100%;" ><line x1="0" y1="0" x2="' + currentInputLeft + '" y2="' + currentInputTop + '" style="stroke:rgb(255,0,0);stroke-width:3" /><circle cx="' + currentInputLeft + '" cy="' + currentInputTop + '" r="3" stroke="red"/></svg>'); } document.body.insertAdjacentHTML('afterbegin', '<svg style="position:absolute;z-index:5555;height:100%;width:100%;" ><line x1="' + currentInputLeft + '" y1="' + currentInputTop + '" x2="' + nextInputLeft + '" y2="' + nextInputTop + '" style="stroke:rgb(255,0,0);stroke-width:3" /><circle cx="' + nextInputLeft + '" cy="' + nextInputTop + '" r="3" stroke="red"/></svg>'); }})();
  3. fishbowler.net fishbowler.net Public

    Personal website

    HTML

  4. Openfire Openfire Public

    Forked from igniterealtime/Openfire

    A XMPP server licensed under the Open Source Apache License.

    Java

  5. openfire-monitoring-plugin openfire-monitoring-plugin Public

    Forked from igniterealtime/openfire-monitoring-plugin

    Adds support for chat archiving and server statistics to Openfire

    Java

  6. openfire-mucextinfo-plugin openfire-mucextinfo-plugin Public

    Forked from igniterealtime/openfire-mucextinfo-plugin

    An Openfire plugin that allows an admin to configure Extended Service Discovery information to Multi User Chat entities.

    Java