Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Juici's full-sized avatar
💻
Programming an AI to take over the world

James Juici

💻
Programming an AI to take over the world
  • United Kingdom
  • 15:50 (UTC +01:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am juici on github.
  • I am juici (https://keybase.io/juici) on keybase.
  • I have a public key ASCuXX-H9M7gVOMomP8vMCmkk5J1XBdBZ4iz6fuR-hd6Wgo

To claim this, I am signing this object:

@Juici
Juici / plug_autoskip.js
Last active February 19, 2017 16:19
auto skip for plug.dj broken advance
(function (enabled) {
if (enabled)
return;
let needSkip;
function onNewMedia(evt) {
setTimeout(() => {
const timer = API.getMedia().duration;
const cid = API.getMedia().cid;
@Juici
Juici / Kissanime_cleaner.md
Last active April 10, 2017 17:08 — forked from crapier/Kissanime_cleaner.md
Userscript for removing bloat from KissAnime site, also adds random features.

KissAnime Cleaner

A new rewrite of this userscript is available at https://github.com/Juici/KissCleaner

This userscript for KissAnime is a fork of the original by crapier. It removes large chunks of the site that I do not use, including any options to login or use features only for members. I will be updating this fork as the original is updated applying fixes where neccessary and minor tweaks of my own.

Features

  • Removes any link, tabs, buttons, pages, etc. that I will never use.