tweak: try ignoring twitter
This commit is contained in:
parent
5331760a83
commit
230f472e3a
|
@ -42,7 +42,7 @@ int libre_redirect(const char* uri, char* output)
|
|||
"https://medium.com",
|
||||
"https://translate.google.com",
|
||||
"https://www.bloomberg.com",
|
||||
"https://twitter.com"
|
||||
// "https://twitter.com"
|
||||
};
|
||||
|
||||
char* alternatives[] = {
|
||||
|
@ -52,7 +52,7 @@ int libre_redirect(const char* uri, char* output)
|
|||
"https://scribe.rip",
|
||||
"https://simplytranslate.org/",
|
||||
"https://archive.is/https://www.bloomberg.com",
|
||||
"https://nitter.net"
|
||||
// "https://nitter.net"
|
||||
};
|
||||
|
||||
len = sizeof(annoying_sites) / sizeof(annoying_sites[0]);
|
||||
|
|
9
user-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop
Executable file
9
user-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose.sh %u
|
||||
Name=Rose
|
||||
Comment=Minimalistic browser
|
||||
Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
|
|
@ -3,7 +3,7 @@
|
|||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec= /usr/bin/rose %u
|
||||
Exec=/bin/rose %u
|
||||
Name=Rose
|
||||
Comment=Minimalistic browser
|
||||
Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
|
||||
|
|
3
user-scripts/ubuntu-20.04/rose.sh
Executable file
3
user-scripts/ubuntu-20.04/rose.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user