Skip to content

Instantly share code, notes, and snippets.

View RadarCZ's full-sized avatar

Lukáš Kubíček RadarCZ

View GitHub Profile

Keybase proof

I hereby claim:

  • I am radarcz on github.
  • I am kubicekl (https://keybase.io/kubicekl) on keybase.
  • I have a public key ASC_CyJ5oMTDDf6F6Iipwb4Rfv7Hxnt4d1aloqesb6---wo

To claim this, I am signing this object:

// ==UserScript==
// @name E6Saver
// @namespace http://tampermonkey.net/
// @version 0.3b
// @description try to take over the world!
// @author You
// @match https://e621.net/post/show/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name E6Saver
// @namespace http://tampermonkey.net/
// @version 0.3a
// @description try to take over the world!
// @author You
// @match https://e621.net/post/show/*
// @grant none
// ==/UserScript==
@RadarCZ
RadarCZ / radaRcs.json
Last active July 16, 2018 13:14
My RCS plugdj extension settings
{"advanced":true,"manualLang":false,"manualLanguage":"en","lang":"en","langFile":"https://code.radiant.dj/require/lang/rcs-en.json","rss":true,"smartvote":true,"smartvote2":true,"smartSnooze":true,"smartDelay":false,"autoWoot":true,"autoWootDelay":true,"autoWootNotif":true,"autoJoin":true,"autoLeave":{"enabled":false,"after":1},"autoGrab":false,"chatImages":true,"afk":{"enabled":false,"message":"Sorry I am AFK right now!","isRecent":false},"customEmotes":true,"chatParsing":true,"keyShortcuts":true,"desktopNotif":false,"preventLeave":false,"lyrics":false,"snoozeImproved":false,"slashCommands":true,"embedMediaUrls":true,"autoFocusChat":false,"improvedChat":false,"ownPlayVotes":true,"staffJoin":false,"staffLeave":false,"userJoin":false,"userLeave":false,"friendJoin":true,"friendLeave":true,"userJoinlvl1":false,"userLeavelvl1":false,"guestJoin":false,"guestLeave":false,"adminJoin":false,"adminLeave":false,"baJoin":false,"baLeave":false,"smJoin":false,"smLeave":false,"userWoot":false,"userMeh":false,"userGrab":fal
@RadarCZ
RadarCZ / titleCounter.user.js
Last active August 11, 2017 04:50
PlugDJ woot counter - changes title of the page to "({usersWooting}/{usersInRoom}) {roomName}". Firing every second, so the change is almost instant.
// ==UserScript==
// @name plugdj title extender
// @namespace radarovo
// @include https://plug.dj/*
// @version 1
// @grant none
// ==/UserScript==
function main(){
var pplInRoom = parseInt($(".bar-count").text());
@RadarCZ
RadarCZ / hugCounter.user.js
Last active July 12, 2016 22:36
Hug counter display script for Czech furry site http://furrici.info
// ==UserScript==
// @name Počítadlo hugů
// @namespace hugCounter
// @include http://www.furrici.info/hugs
// @include http://www.furrici.info/hugs/
// @version 1
// @grant none
// ==/UserScript==
var $hugMeTable = $($('table') [1]);
var $huggedTable = $($('table') [2]);