Skip to content

Instantly share code, notes, and snippets.

View bengrosser's full-sized avatar

Ben Grosser bengrosser

View GitHub Profile
@bengrosser
bengrosser / mastodon-compose-dark-mode.css
Created December 17, 2022 23:24
Fix mastodon.social's dark mode so that the post compose form is also in dark mode
/* this probably breaks light mode
* totally untested
* but it does fix my problem, which is that the
* mastodon.social dark mode doesn't adjust the
* post composition window to also be in dark mode
*
* I activate the below using the Stylus extension
*/
@bengrosser
bengrosser / mastodon-demetricator.css
Last active November 20, 2022 07:02
Mastodon Demetricator
/*
Mastodon Demetricator
(quick version)
by ben grosser, June 2019
updated Nov 14, 2022
https://bengrosser.com
To Use:
@bengrosser
bengrosser / linkedin-demetricator.css
Last active March 2, 2019 19:39
quick and incomplete linkedin demetricator style
/*
linkedin demetricator
(incomplete, quick)
ben grosser, 2019
to use:
- copy the contents of this file onto the clipboard
- install something like Stylus for Chrome (https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en)
- visit linkedin
- click on the Stylus 'S' extension icon
@bengrosser
bengrosser / linecrawler
Last active August 29, 2015 14:01
a bit of fun with lines in Processing
// linecrawler
// having some fun with lines
// -by grosser, 5/18/2014
static int MAXCRAWLERS = 10000;
float len;
boolean up = true;
int x, y;
@bengrosser
bengrosser / index.html
Created December 8, 2013 07:14
A Pen by Ben Grosser.
<div id="container">
<div class="slideshow">
<img src="http://bengrosser.com/share/344/cycle1.png" width="851" height="315">
<img src="http://bengrosser.com/share/344/cycle2.png" width="851" height="315">
<img src="http://bengrosser.com/share/344/cycle3.png" width="851" height="315">
<img src="http://bengrosser.com/share/344/cycle4.png" width="851" height="315">
/**
* The first commented line is your dabblet’s title
*/
.circle-3d{
position:relative;
width:130px;
height:130px;
background:#222;
Border-radius:50%;