A Pen by Ben Grosser on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Mastodon Demetricator | |
(quick version) | |
by ben grosser, June 2019 | |
updated Nov 14, 2022 | |
https://bengrosser.com | |
To Use: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// linecrawler | |
// having some fun with lines | |
// -by grosser, 5/18/2014 | |
static int MAXCRAWLERS = 10000; | |
float len; | |
boolean up = true; | |
int x, y; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.circle-3d{ | |
position:relative; | |
width:130px; | |
height:130px; | |
background:#222; | |
Border-radius:50%; |