Skip to content

Instantly share code, notes, and snippets.

@zaaom
zaaom / snippet.md
Last active March 18, 2024 23:51
Block udemy reminder modals in Brave or any browser supports uBlock content filter syntax
  1. in borwser (Brave used in this snippet), open brave://settings/shields/filters

  2. scroll to Create custom filters

  3. add the follwing snippet and click Save changes

    www.udemy.com##[class^="modal-module--dialog-container"]
    www.udemy.com##[class^="my-courses--learning-reminder-banner"]
    www.udemy.com##[class^="carousel-module-"]:has(div[class^="learning-reminder-"])
    www.udemy.com###udemy:style(overflow:auto !important)
@zaaom
zaaom / installemall
Last active December 10, 2022 23:41
#!/usr/bin/env bash
# install common
sudo apt-get update && sudo apt-get install \
git \
zip \
wget \
nano \
curl \