Skip to content

Instantly share code, notes, and snippets.

View mimukit's full-sized avatar

Mukitul Islam Mukit mimukit

  • @shopup-tech
  • Dhaka, Bangladesh
  • X @mimukit
View GitHub Profile
@mimukit
mimukit / block_youtube_shots.md
Created December 6, 2022 18:33
Disable youtube shots on browser using ublock origin

How to block youtube shorts using ublock origin

  • Add the following script to your ad blocker. I used Ublock Origin (Dashboard > My Filters). It may work with other add-ons.
www.youtube.com##:xpath(//ytd-grid-video-renderer[descendant::a[contains(@href,"shorts")] and not(contains(@class,"shelf"))])
  • Click on Apply changes.
@mimukit
mimukit / starship.toml
Created January 9, 2022 18:01
Starship configuration (Starship.rs)
# ~/.config/starship.toml
[battery]
full_symbol = "🔋"
charging_symbol = "🔌"
discharging_symbol = "⚡"
[[battery.display]]
threshold = 30
style = "bold red"
@mimukit
mimukit / fix_brew_permissions_macos.sh
Last active January 13, 2022 11:06
Fix homebrew permissions on macOS
sudo chown -R $(whoami) /usr/local/Cellar
sudo chown -R $(whoami) /usr/local/Homebrew
sudo chown -R $(whoami) /usr/local/var/homebrew
sudo chown -R $(whoami) ${HOME}/Library/Caches/Homebrew
sudo chown -R $(whoami) ${HOME}/Library/Logs/Homebrew
sudo chown -R $(whoami) /usr/local/etc
sudo chown -R $(whoami) /usr/local/opt
sudo chown -R $(whoami) /usr/local/bin
sudo chown -R $(whoami) /usr/local/var
sudo chown -R $(whoami) /usr/local/share/man/man1
@mimukit
mimukit / fish_shell_abbreviations.md
Last active August 24, 2022 20:34
Fish shell abbreviations for mac

abbr -a -U -- abbra 'abbr --add'

abbr -a -U -- addfishpath 'set --universal --append fish_user_paths'

abbr -a -U -- brewup 'brew update && brew upgrade && brew cleanup'

abbr -a -U -- c clear

abbr -a -U -- ct 'cloudflared tunnel'

@mimukit
mimukit / blockada_custom_social_filter.txt
Last active December 8, 2021 12:25
My custom social filter for Blokada app
# --------------------------------------------
# P A C K D E T A I L S
# --------------------------------------------
# Title: Custom Social Filter by MI MUKIT
# Description: Custom Social Filter by MI MUKIT
# Format: domain list
# Version: 1.0.0
# Release: 1
# Entries: 6,820
# Pack Code: EX50C14L-P
@mimukit
mimukit / disable_blockadblock_script.md
Last active September 12, 2021 23:17
Disable blockadblock script using ublockorigin

How to block Blockadblock manually

  • Add the following script to your ad blocker. I used Ublock Origin (Dashboard > My Filters). It may work with other add-ons.
*##script:inject(bab-defuser.js)
  • Sometimes above script doesn't work for few blockadblock script. In those cases, use following script to implement sitewise bypass. Replace example.com with your desired site url.
@mimukit
mimukit / macOS_tips.md
Last active September 20, 2020 05:22
Quick tips & hacks for macOS
  • Stop iTunes from responding to the keyboard media keys
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist 2> /dev/null
  • Disable the "Are you sure you want to open this application?" dialog
defaults write com.apple.LaunchServices LSQuarantine -bool false
@mimukit
mimukit / kobitaGenerator.js
Created December 22, 2018 21:31
Generate modern কবিতা from your desired article 😎🤐😜
const contentRaw = `বলিউডের বাদশা যাঁর নাম, তাঁর কোনো স্বপ্ন অপূর্ণ থাকতে পারে? চাইলেই যেকোনো অসাধ্য তিনি সাধন করতে পারেন। কিন্তু শাহরুখ খানের স্বপ্নও ভাঙে? তাঁর স্বপ্ন গিয়ে ধরা দেয় অন্য কোনো হাতে?
শাহরুখের দিন অবশ্য ভালো যাচ্ছে না। তাঁকে নিয়ে একের পর এক আসছে নেতিবাচক খবর। ‘জিরো’ ছবির পোস্টারের জন্য শিখ সম্প্রদায়ের মামলার শিকার হয়েছেন তিনি। ছবিটা করতে গিয়ে অন্যদিকে মন দিতে পারেননি। সে জন্য শীর্ষ আয়ের বলিউড তারকার তালিকা থেকে ছিটকে গিয়ে পড়েছেন অনেক দূরে। কিন্তু সেই ‘জিরো’ তাঁকে সাফল্যের মুখ দেখাতে পারেনি। ছবি মুক্তির ‘প্রথম দিনের অগ্নিপরীক্ষা’য় ব্যর্থ হয়েছে ‘জিরো’। আয় করেছে মাত্র ২০ দশমিক ১৪ কোটি রুপি। বলিউড ছবির প্রথম দিনের আয় হিসেবে এ অঙ্ক তেমন সুবিধার নয়। ছবিটির প্রচারণায় গিয়ে সম্প্রতি নিজের স্বপ্নভঙ্গের কথা প্রকাশ করেছেন এ অভিনেতা। জানিয়েছেন, ‘মহাভারত’-এর কৃষ্ণ চরিত্রটিতে অভিনয়ের স্বপ্ন ছিল তাঁর। কিন্তু সেই সুযোগটি হাতছাড়া হয়ে গেছে। এই ‘কৃষ্ণ’ চরিত্রে অভিনয় করছেন আমির
`;
const contentWithoutComma = contentRaw.split(',').join('').split('\n').join(' ');
const content = contentWithoutComma.split('।').join(
@mimukit
mimukit / powershell_theme.txt
Last active December 19, 2018 11:12
Custom powershell theme for oh-my-posh
# Theme Name - CustomAgnoster.psm1
# Theme Directory - ~\Documents\WindowsPowerShell\PoshThemes
# Apply Theme - Set-Theme CustomAgnoster
# Author - Mukitul Islam Mukit
#requires -Version 2 -Modules posh-git
function Write-Theme {
param(
@mimukit
mimukit / hyper_config.js
Created December 15, 2018 20:48
Hyper terminal configuration
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',