Skip to content

Instantly share code, notes, and snippets.

View HazemAM's full-sized avatar

Hazem AbuMostafa HazemAM

View GitHub Profile
@HazemAM
HazemAM / waveSquare.pde
Last active March 13, 2019 13:39 — forked from beesandbombs/waveSquare.pde
wave square
/**
* 🍴 FORKED from DAVE of BEES AND BOMBS!
*/
int[][] result;
float t, c;
float ease(float p) {
return 3 * p * p - 2 * p * p * p;
}
@HazemAM
HazemAM / clutterfree-duplicate-link-icon.user.css
Last active April 24, 2019 20:33
A user style for better styling for the duplicate link icon of the ClutterFree extension.
@HazemAM
HazemAM / watched-thumbnail-fade-for-youtube.user.css
Last active November 27, 2022 20:32
A user style for fading the thmbnail of watched videos on YouTube.
/* ==UserStyle==
@name Watched thumbnail fade for YouTube
@description Fading the thmbnail of watched videos on YouTube.
@author Hazem AbuMostafa (http://hazemam.com)
@homepageURL https://gist.github.com/HazemAM/d948c3a0d44c09fd99789f53b48a819f
@updateURL https://gist.github.com/HazemAM/d948c3a0d44c09fd99789f53b48a819f/raw/watched-thumbnail-fade-for-youtube.user.css
@namespace github.com/hazemam
@version 2.0.4
@license Apache-2.0
@HazemAM
HazemAM / google-sans-for-google.user.css
Last active April 24, 2021 01:29
A user style for Google Sans-ing titles in Google search pages.
/* ==UserStyle==
@name Google Sans for Google's titles
@description Google Sans-ing titles in Google search pages.
@author Hazem AbuMostafa (http://hazemam.com)
@homepageURL https://gist.github.com/HazemAM/1f4a12deb4f95158b4edda1aab3be924
@updateURL https://gist.github.com/HazemAM/1f4a12deb4f95158b4edda1aab3be924/raw/google-sans-for-google.user.css
@namespace github.com/hazemam
@version 1.0.4
@license Apache-2.0
==/UserStyle== */
@HazemAM
HazemAM / google-no-search-bar.user.css
Last active April 24, 2021 01:25
A user style for hiding search bar in Google search pages.
/* ==UserStyle==
@name Google search bar hide
@description Hiding search bar in Google search pages.
@author Hazem AbuMostafa (http://hazemam.com)
@homepageURL https://gist.github.com/HazemAM/7355fcdfb0e14d927da4ae9e6608fa14
@updateURL https://gist.github.com/HazemAM/7355fcdfb0e14d927da4ae9e6608fa14/raw/google-no-search-bar.user.css
@namespace github.com/hazemam
@version 1.1.0
@license Apache-2.0
@HazemAM
HazemAM / address-bar-drop-shadow.user.css
Last active April 24, 2019 20:32
A user style for displaying a drop shadow under the address bar of any browser.
/* ==UserStyle==
@name Address bar drop shadow
@description Displaying a drop shadow under the address bar of any browser.
@author Hazem AbuMostafa (http://hazemam.com)
@homepageURL https://gist.github.com/HazemAM/86dfaa3f34c197c75a403af315c806a1
@updateURL https://gist.github.com/HazemAM/86dfaa3f34c197c75a403af315c806a1/raw/address-bar-drop-shadow.user.css
@namespace github.com/hazemam
@version 1.0.6
@license Apache-2.0
==/UserStyle== */