Giter VIP home page Giter VIP logo

jarplug's Introduction

jarPlug

A modification for Plug.dj

Currently only supports autowoot and some ui adjustments, however boasts the backend features required for INFINITE COMPLEXITY.

Coming soon are features are versioning, better welcome message/help, 3rd party module loading, app store.

Thanks to my friends who have helped me fill in features, given brilliant suggestions, or written hilarious reviews on the chrome web store. I love you all!!!

Installing

Chrome Extension: https://chrome.google.com/webstore/detail/jarplug/anhldmgeompmlcmdcpbgdecdokhedlaa

Bookmarklet: javascript:(function(){$.getScript("https://raw.github.com/chrisinajar/jarPlug/master/init.js")})()

Manually load: $.getScript("https://raw.github.com/chrisinajar/jarPlug/master/init.js");

jarplug's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jarplug's Issues

/cleanup disables auto woot

When the /cleanup command is issued in chat and Auto Woot is enabled, the subsequent refresh causes auto woot to become disabled.

Extension for Firefox?

I used to have Jarplug as a Firefox plugin, which I manually added somehow (I have no programming knowledge and have no idea how I did this, it was a year ago). The script reads:

var magic=function() {
if(document.getElementById('user-container')!=null) {
var head = document.head;
if ("item" in head) { // check if ref is still a live node list
if (!head[0]) { // append_to node not yet ready
setTimeout(magic, 25);
return;
}
head = head[0]; // reassign from live node list ref to pure node ref -- avoids nasty IE bug where changes to DOM invalidate live node lists
}
var scriptElem = document.createElement("script");
scriptElem.src = 'https://raw.github.com/chrisinajar/jarPlug/master/init.js';
head.insertBefore(scriptElem, head.firstChild);
} else {
setTimeout(magic, 500);
}
};magic();

This would make it automatically load every time I started Plug, as opposed to the current instructions that only mention a bookmarket, which you must manually activate every time. How do I make this autoload script work for the updated Jarplug? Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.