Skip to content

Instantly share code, notes, and snippets.

View un1versal's full-sized avatar

un1versal

  • error! out of memory
  • Scattered over the Atlantic
View GitHub Profile
https://img.shields.io/badge/%20GOTO%20-%20My%20GitHub%20-blue.svg
compact databases http://forum.kodi.tv/showthread.php?tid=223566&pid=1976600#pid1976600
Minimal install; script: http://forum.xbmc.org/showthread.php?tid=141369
ION internal CIR fixes: http://forum.xbmc.org/showthread.php?tid=124894&pid=1043891#pid1043891
23p and 24p NVidia drivers 30X.X: http://forum.xbmc.org/showthread.php?tid=141369&pid=1220215#pid1220215
/* AGENT SHEET */
@-moz-document url-prefix("about:stylish-edit"),url-prefix("data:text/html") {
/* BUTTON LAYOUT */
#stylish-edit.theme-body #save-button {
-moz-box-ordinal-group: 0;
margin-left: 5px !important;
margin-right: 5px !important
}
# Sascii - KVIrc alias script © un1versal 2016
# License: GPLv2
%name = "Sascii"
%version = "v1.0.0"
%authcop = "© un1versal 2016 GPLv2"
%ascii01 = "><(((('>"
%ascii02 = "╭∩╮ (òÓ,) ╭∩╮"
%ascii03 = "(•̪●)==ε/̵͇̿​̿/’̿’̿ ̿ ̿̿ ` >~∑≥_≤)"
%ascii04 = ̿"'¯̿̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ "
@-moz-document regexp("^https?://((gist|guides|help|raw|status|developer)\.)?github\.com((?!generated_pages\/preview).)*$"), domain("githubusercontent.com") {
/*! Github Dark Theme v1.14.105 (8/10/2016) *//*
* https://github.com/StylishThemes/GitHub-Dark
* http://userstyles.org/styles/37035
* License: https://creativecommons.org/licenses/by-sa/4.0/
*/
/* AGENT_SHEET */
body {
background-color: #222 !important;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAgMAAAANjH3HAAAACVBMVEUaGhohISElJSUh9lebAAAB20lEQVRIx4XWuZXDMAwE0C0SAQtggIIYoAAEU+aKOHhYojTrYP2+QfOW/5QIJOih/q8HwF/pb3EX+UPIveYcQGgEHiu9hI+ihEc5Jz5KBIlRRRaJ1JtoSAl5Hw96hLB1/up1tnIXOck5jZQy+3iU2hAOKSH1JvwxHsp+5TLF5MOl1/MQXsVs1miXc+KDbYydyMeUgpPQreZ7fWidbNhkXNJSeAhc6qHmHD8AYovunYyEACWEbyIhNeB9fRrH3hFi0bGPLuEW7xCNaohw1vAlS805nfsrTspclB/hVdoqusg53eH7FWot+wjYpOViX8KbFFKTwlnzvj65P9H/vD0/hibYBGhPwlPO8TmxRsaxsNnrUmUXpNhirlJMPr6Hqq9k5Xn/8iYQHYIuQsWFC6Z87IOxLxHphSY4SpuiU87xJnJr5axfeRd+lnMExXpEWPpuZ1v7qZdNBOjiHzDREHX5fs5Z
# First we'll create the main tabWidget.
%qcheatsheet=$new(tabWidget)
%qcheatsheet->$setToolTip("Show me a nice tooltip")
%qcheatsheet->$setTabPosition(Top)
%qcheatsheet->$setGeometry(400,400,600,400)
%qcheatsheet->$setWindowTitle("Testme")
# Now we'll create the new widgets and put they in to the main tabWidget.
%firsttab=$new(vbox)
%secondtab=$new(vbox)
%widget = $new(dockwindow)
# This is the main container for other elements.
%widget->$setWindowTitle("This is the widget title")
%box=$new(vbox,%widget)
%layout=$new(layout,%widget)
%layout->$addWidget(%box,0,0)
%label = $new(label,%box)
%label->$setText("This is a text label")
%widget->$setAllowedDockAreas("l","f")
%widget = $new(widget)
# This is the main container for other elements.
%widget->$setWindowTitle("This is the widget title")
%box=$new(vbox,%widget)
%buttons=$new(buttongroup,%widget)
%layout=$new(layout,%buttons)
%layout->$addWidget(%buttons,0,0)
@un1versal
un1versal / overlay-scrollbars.css
Last active November 26, 2016 09:32
Works well with Firefox and GitHub Dark
/* overlay-scrollbars
* based on https://github.com/silverwind/overlay-scrollbars
* Version 2.1
*/
/* AGENT_SHEET */
scrollbar {
-moz-appearance: none !important;
background: none !important;
%isJoinEnabled = $isEventEnabled(OnJoin, suppressJoinMsgs)
%isPartEnabled = $isEventEnabled(OnPart, suppressPartMsgs)
%isQuitEnabled = $isEventEnabled(OnQuit, suppressQuitMsgs)
%ProtectPing = $option(boolIgnoreCTCPPing)
%ProtectFinger = $option(boolIgnoreCTCPFinger)
%ProtectVersion = $option(boolIgnoreCTCPVersion)
%ProtectUserinfo = $option(boolIgnoreCTCPUserinfo)
%ProtectClientinfo = $option(boolIgnoreCTCPClientinfo)
%ProtectSource = $option(boolIgnoreCTCPSource)
@un1versal
un1versal / randomctcpreply..kvs
Last active July 19, 2016 19:24
randomctcpreply..kvs
# Random CTCP Request Responder
# Version 1.0.0 Oct. 2015
# Version 1.0.1 Jul. 2016
##############################
# Get install path first & create the destination directory
# Then copy the about files to the local directory
%mypath = $file.extractPath($0)
file.mkdir $file.localdir/Info
%myinfo = $file.localdir/Info