Skip to content

Instantly share code, notes, and snippets.

View miekd's full-sized avatar
📷

Maykel Loomans miekd

📷
View GitHub Profile
@miekd
miekd / css-snippet.css
Created December 27, 2011 16:02
Rounded Corner Images
.image-rounded {
border-radius: 4px;
display: inline-block;
}
.image-rounded img {
visibility: hidden;
}
@miekd
miekd / flickr-userstyle.css
Last active December 19, 2015 11:49
Userstyle - Remove Yahoo! Bar from Flickr
#eyebrow { display: none !important; }
body.with-eyebrow { padding-top: 49px !important; background: none !important; }
body.with-eyebrow #global-nav { top: 0 !important; }
@miekd
miekd / gist:65e234b71565494d8d1c
Created February 12, 2015 18:20
Linking Sketch and Sketch Beta Plugin Folders Together.
ln -s ~/Library/Containers/com.bohemiancoding.sketch3/Data/Library/Application\ Support/com.bohemiancoding.sketch3/Plugins ~/Library/Containers/com.bohemiancoding.sketch3.beta/Data/Library/Application\ Support/com.bohemiancoding.sketch3/
@miekd
miekd / RemoveForYouOnThreads.js
Created July 30, 2024 20:57
Remove "For You" Section from Threads.net
// ==UserScript==
// @name Remove "For You" Section from Threads.net
// @namespace
// @version 0.9
// @description Removes the "For You" section if it's the first of two divs and shows main content
// @match https://www.threads.net/*
// @grant none
// ==/UserScript==
(function() {