Fist of all need to move xdg-mime to xdg-mime.orig
mv /usr/bin/xdg-mime /usr/bin/xdg-mime.orig
then new file xdg-mime and xdg-mime.bash
for(var row of document.getElementById("issuetable").children.item(0).children) { | |
if(row.children.item(4).textContent.trim().indexOf("Compel Petr") === -1) { | |
row.classList.add("hidden") | |
} | |
} |
Fist of all need to move xdg-mime to xdg-mime.orig
mv /usr/bin/xdg-mime /usr/bin/xdg-mime.orig
then new file xdg-mime and xdg-mime.bash
html | |
{ | |
background: #1A1A1A /* fixed */ !important; | |
} | |
/*----- DEFAULT TEXT, BORDER & BACKGROUND COLORS -----*/ | |
* | |
{ | |
color: #999 !important; |
#!/bin/bash | |
# NodeJS | |
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - | |
# Jetbrains toolbox | |
wget https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.3.2421.tar.gz | |
tar xzrf jetbrains-toolbox-1.3.2421.tar.gz | |
rm jetbrains-toolbox-1.3.2421.tar.gz |
apt-get remove mysql-server mysql-client mysql-server-core* mysql-client-* | |
rm -rf /var/lib/mysql /etc/mysql | |
update-alternatives --remove my.cnf /etc/mysql/my.cnf.fallback | |
update-alternatives --remove my.cnf /etc/mysql/my.cnf | |
update-alternatives --remove my.cnf /etc/mysql/mysql.cnf | |
apt-get install mysql-server mysql-client mysql-server-core* mysql-client-* | |
dpkg --force-confmiss --install /var/cache/apt/archives/mysql-* |
body { | |
background-color: #000 !important;; | |
background: #000 !important; | |
color: #ddd !important;; | |
} | |
a { | |
color: #3797FF; | |
} | |
a:hover, a:focus, a:active { |