Skip to content

Instantly share code, notes, and snippets.

View Fadyio's full-sized avatar
:octocat:
🚀 Coding Awesome Stuff

Fady Fadyio

:octocat:
🚀 Coding Awesome Stuff
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fadyio on github.
  • I am fadyio (https://keybase.io/fadyio) on keybase.
  • I have a public key ASBaXE1xaOAcEVihF2UD7pXPbWfwrMDnHlfAQB-Bn6j4ugo

To claim this, I am signing this object:

@Fadyio
Fadyio / mute_words_twitter.md
Created September 21, 2022 14:17
mute words on twitter automatically

const keywords = `ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
@Fadyio
Fadyio / Dark_mode.md
Last active August 28, 2022 15:11
Dark mode for pdf files on chrome

gist to toggle Dark mode for pdf files tested on chrome and edge.

open the console and paste this code

var cover = document.createElement("div"); 
let css = ` 
    position: fixed; 
    pointer-events: none; 
    top: 0; 
 left: 0; 
@Fadyio
Fadyio / ulauncher.md
Created June 30, 2022 23:55
remove black frame from ulauncher

Extended white theme:

.app {
   box-shadow: 0 0 5px @window_shadow;
   background-color: @window_bg;
   border: 1px solid @window_border_color;
   border-radius: 4px;
   margin: -20px; /*override black area when window effect is disabled*/
}
@Fadyio
Fadyio / custom-capslock.json
Last active June 27, 2022 14:58
Map caps lock to esc (if tapped) or control (if held down or combined with another key). Use with Karabiner Elements on MacOS
{
"title": "Change caps_lock to Esc and Control",
"rules": [
{
"description": "Post Esc if Caps is tapped, Control if held.",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock",