- Nottingham, UK
- @Fishbowler
Pinned Loading
-
-
Tabability
Tabability 1javascript:(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>'); }})();
-
-
Openfire
Openfire PublicForked from igniterealtime/Openfire
A XMPP server licensed under the Open Source Apache License.
Java
-
openfire-monitoring-plugin
openfire-monitoring-plugin PublicForked from igniterealtime/openfire-monitoring-plugin
Adds support for chat archiving and server statistics to Openfire
Java
-
openfire-mucextinfo-plugin
openfire-mucextinfo-plugin PublicForked from igniterealtime/openfire-mucextinfo-plugin
An Openfire plugin that allows an admin to configure Extended Service Discovery information to Multi User Chat entities.
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.