Skip to content

Instantly share code, notes, and snippets.

View codemasher's full-sized avatar
🏳️‍🌈

smiley codemasher

🏳️‍🌈
View GitHub Profile
/* ==UserStyle==
@name github-tweaks
@namespace github.com/codemasher/github-tweaks
@version 2.0.0
@description Tweaks for the "new" GitHub style 06/2020, update 06/2023, update 02/2024
@author codemasher
@license MIT
@link https://gist.github.com/codemasher/e4fea480849e0f984b7fb2accd759e95
==/UserStyle== */
@codemasher
codemasher / mumblelink.php
Last active October 17, 2021 22:22
Guild Wars 2 Mumble link stuff
@codemasher
codemasher / LICENSE.txt
Created November 8, 2017 17:54 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@codemasher
codemasher / gitter-fixes.css
Created July 28, 2016 19:09
embed fixes for gitter.im
/* limit embed height and align left */
.embed {
height: inherit;
max-height: 640px;
overflow: inherit;
position: initial;
}
/* don't stretch code blocks over the whole screen */
pre code {
/**
* Created by Smiley on 19.06.2016.
*/
/**
* Class GW2GeoJSON
*/
class GW2GeoJSON{
/**
<?php
function x(){$t=time();$f=mktime(date('H',$t),date('i',$t),date('s',$t),date('m',$t),1,date('Y',$t));$z=date('w',$f);$s=$z===0?6:$z-1;$c=date('D j M Y H:i:s', $t).chr(10);for($w=0,$y=$s*-1;$w<ceil(($s+date('t',$f))/7);$w++){$c.=date('W',$f+$w*604800).' ';for($d=0; $d<7; $d++,$y++){$c.=date('d',$f+$y*86400).' ';}$c.=chr(10);}$c.=chr(10);return $c;}echo x();
<?php
/**
*
*/
// some settings
$config['path_background'] = 'img/background/'; // trailing slash!
$config['path_foreground'] = 'img/foreground/';
$config['path_cache'] = 'img/cache/';
$config['path_cacert'] = 'cert/cacert.pem';
@codemasher
codemasher / chatlink.class.php
Created February 10, 2015 19:45
A simple GW2 chatlink class with support for IDs > 16 bit
@codemasher
codemasher / gw2-forumsearch.css
Last active August 29, 2015 14:07
GW2 Forum search fix using the Google custom search engine (WIP)
#search-container{
padding: 0 3% 0 3%;
background: #fff;
}
#search-text{
border: 1px solid #B2B2B2;
box-shadow: #B2B2B2 0 0 9px inset;
font-size: 22px;
margin: 2px 0 15px;
@codemasher
codemasher / ws-forumtweak-nexus.css
Last active August 29, 2015 14:03
Some tweaks to the official WildStar forums (https://forums.wildstar-online.com/) for use with Stylebot/Tampermonkey (Chrome) or Stylish/Greasemonkey (Firefox) or any other CSS/JS injector for the browser of your choice. See also: https://forums.wildstar-online.com/forums/index.php?/topic/90619-try-a-new-forum-style/?p=919042
/* hyperlinks */
a, a:link {
cursor: pointer;
transition-property: all;
transition-duration: 0.5s;
}
.breadcrumb a, .ipsList_inline a, .ipsPad_top_slimmer a {
/* color: rgb(119, 119, 119);*/