Skip to content

Instantly share code, notes, and snippets.

@BorisAnthony
BorisAnthony / dm-toilet-paper.js
Created October 28, 2020 11:55 — forked from marco79cgn/dm-toilet-paper.js
iOS Widget, das die Anzahl an Klopapier Packungen in deiner nächsten dm Drogerie anzeigt (für die scriptable.app)
// dm Klopapier Widget
//
// Copyright (C) 2020 by marco79 <marco79cgn@gmail.com>
//
// Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
//
// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
// INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
// IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
@BorisAnthony
BorisAnthony / gist:f3b192cd0f0cd74f76550da9d6cf7507
Last active December 23, 2022 02:05
Twitter dot com - User CSS - Quiet!
/* Updated 2022-12-23 */
/* Set some base color variable here. Default is a deep red. */
:root {
--keycolor: #900;
--keycolor-active: #f00;
--keycolor-hover: #c00;
}
/*a[data-testid="AppTabBar_Explore_Link"],*/
a[aria-label="Bookmarks"],
/* -------------------------------
This is a custom CSS to override the styling on
https://nftbiker.xyz/follow
Use an extension like Stylish on Chrome or Firefox, create a new "style" and paste this in.
For me it only works if you set the "Applies to" URL to the full one including the wallet you are following.
WARNING: This actually hides a few little bits of functionality I never found useful.
These include:
- textfile input for following multiple wallets

PostSpectacular Manifesto

Literacy

  • Learn by doing
    • Take away a sound understanding of new concepts learned at the end of each activity
    • Transform knowledge into intuition
    • Share your learnings
    • Experiment to avoid/overcome procrastination
  • Go further, Carpe noctem
@BorisAnthony
BorisAnthony / mastodon.css
Last active December 23, 2022 14:39
CSS for Mastodon - 2022-12-23
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600&display=swap');
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 12px;
font-weight: 400;
}
.getting-started__trends,