Skip to content

Instantly share code, notes, and snippets.

View kxc0re's full-sized avatar
🐛
smashin bugs

Enrico Markert kxc0re

🐛
smashin bugs
  • Germany
View GitHub Profile
@kxc0re
kxc0re / poebuilderlink.user.js
Last active August 29, 2015 14:20
Replaces SkillTree Links with PoEbuilder.com links
// ==UserScript==
// @name betterDBTraining
// @namespace kxc0re.net
// @author kxc0re
// @description Submit with Ctrl+Enter
// @include http://hsg2u.spdns.org:8085/dbtraining/dbtraining_pwd.jsp
// @version 1.11
// @grant none
// ==/UserScript==
function ctrlEnter(event) {
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://hsg2u.spdns.org:8085/dbtraining/") {
/* Dunkles Stylesheet */
a {
color: #33b;
text-decoration: none;
}
@kxc0re
kxc0re / solar+.user.js
Last active September 13, 2015 19:52
Solar+ - SolarMovieEnhancer
// ==UserScript==
// @name Solar+
// @namespace kxc0re.net
// @version 0.3
// @description Enhances Solarmovies by adding a "next episode" and "next season" link to TV shows, cleans up video pages, and has a setting to automatically load links to a certain site. e.g. thevideo.me.
// @author kxc0re
// @include http*://*.solarmovie.*
// @resource css https://gist.github.com/kxc0re/a8b528113c49d1719edc/raw/41e6273122171e5491b9f652234653b18f5d3f66/solar+style.css
// @resource sbar https://gist.github.com/kxc0re/a8b528113c49d1719edc/raw/41e6273122171e5491b9f652234653b18f5d3f66/solar+html.html
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
@kxc0re
kxc0re / basecamp-fluid.user.css
Last active December 9, 2015 10:43
Basecamp updated CSS
.panel {
width:100%;
max-width:95%;
}
.u-position-context {
float: left;
margin-left: 20px;
}
.section-header > h1 {
float:left;
/**
* @name DataService
* @author kxc0re
*
*/
(function () {
'use strict';
angular
.module('app.core')
@kxc0re
kxc0re / music-for-programming.m3u
Created April 20, 2016 14:35
Playlist-File for musicforprogramming.net
http://datashat.net/music_for_programming_0-manifesto.mp3
http://datashat.net/music_for_programming_1-datassette.mp3
http://datashat.net/music_for_programming_2-sunjammer.mp3
http://datashat.net/music_for_programming_3-datassette.mp3
http://datashat.net/music_for_programming_4-com_truise.mp3
http://datashat.net/music_for_programming_5-abe_mangger.mp3
http://datashat.net/music_for_programming_6-gods_of_the_new_age.mp3
http://datashat.net/music_for_programming_7-tahlhoff_garten_and_untitled.mp3
http://datashat.net/music_for_programming_8-connectedness_locus.mp3
http://datashat.net/music_for_programming_9-datassette.mp3
http://www.darinepsilon.com/perspectives/Darin_Epsilon_-_PERSPECTIVES_Episode_098_Cid_Inc_B2B_Darin_Epsilon_in_Buenos_Aires_Feb_2016.mp3
http://www.darinepsilon.com/perspectives/Darin_Epsilon_-_PERSPECTIVES_Episode_097_with_guest_Max_Graham_Jan_2016.mp3
http://www.darinepsilon.com/perspectives/Darin_Epsilon_-_PERSPECTIVES_Episode_096_with_guest_Soulwerk_Dec_2015.mp3
http://www.darinepsilon.com/perspectives/Darin_Epsilon_-_PERSPECTIVES_Episode_095_with_guest_Tim_Penner_Nov_2015.mp3
http://www.darinepsilon.com/perspectives/Darin_Epsilon_-_PERSPECTIVES_Episode_094_with_guest_John_Graham_aka_Quivver_Sep_2015.mp3
http://www.darinepsilon.com/perspectives/Darin_Epsilon_-_PERSPECTIVES_Episode_093_with_guests_Lexicon_Avenue_Andrew_Best_Aug_2015.mp3
http://www.darinepsilon.com/perspectives/Darin_Epsilon_-_PERSPECTIVES_Episode_092_with_guests_Michael_Levan_Stiven_Rivic_Rick_Pier_ONeil_June_2015.mp3
http://www.darinepsilon.com/perspectives/Darin_Epsilon_-_PERSPECTIVES_Episode_091_with_guest_Arnas_D_May_2015.mp3
http://ww
@kxc0re
kxc0re / chat.css
Last active May 15, 2019 23:16
just copy in custom html & css
@import url(https://fonts.googleapis.com/css?family=Roboto:700);
* {
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}