Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
(ls corrade || git clone https://github.com/mosra/corrade.git) &&
cd corrade &&
mkdir build
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
make &&
sudo make install &&
cd ../.. &&
(ls magnum || git clone https://github.com/mosra/magnum.git) &&
@Antoine-dh
Antoine-dh / youtubeRecommandationsRemover.js
Last active November 27, 2021 13:55
Greasemonkey script to remove Youtube recommandations in the sidebar and video player (2018)
// ==UserScript==
// @name Youtube remove recommendations
// @description removes youtube recommendations in sidebar and end of video
// @author antoine-dh
// @include *.youtube.com/watch*
// @include *.youtube.*/watch*
// @version 1.1
// ==/UserScript==
// TODO: add more locales