Skip to content

Instantly share code, notes, and snippets.

View abue-ammar's full-sized avatar
🎯
focusing

Abue Ammar abue-ammar

🎯
focusing
View GitHub Profile
@abue-ammar
abue-ammar / settings.json
Created January 9, 2024 08:54 — forked from ixahmedxi/settings.json
VSCode settings.json
{
// open json editor for settings
"workbench.settings.editor": "json",
// Theme
"workbench.colorTheme": "Aura Dark",
"workbench.iconTheme": "moxer-icons",
// Change font
"editor.fontFamily": "Geist Mono",
@abue-ammar
abue-ammar / .gitignore
Created January 5, 2021 11:02 — forked from santoshpy/.gitignore
gitignore file for django project
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
@abue-ammar
abue-ammar / unfollow.js
Created April 20, 2018 16:24 — forked from JamieMason/unfollow.js.md
Unfollow everyone on twitter.com
// Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left)
// 1. Go to https://twitter.com/following.
// 2. Keep scrolling to the bottom repeatedly until all your followers are loaded.
// 3. Run this in your console.
[].slice.call(document.querySelectorAll('.unfollow-text')).forEach(function(button) {
button.click();
});
// If your browser is freezing because you follow *loads* of people, then try the version