Chris
Chris
> So for the first page there are filters available, but they are more advanced; the script currently doesn't support them: > > ``` > ksl.com#?#.queue:-abp-has(.sponsored) > ``` > >...
Are there IPFS specific podcasts? This makes sense for browser but not for a podcast app if there aren't any podcasts using IPFS.
Why not use Disconnect's tracking lists like Fairemail dose? Since Fairemail is also open source I am sure someone with more understanding of programming and GitHub can figure out how...
looks like a path or shortcut issue but doesn't make much sense (Maybe this info will be more helpful to someone who knows Linux better then me). If I go...
I also receive the error if I try to run it directly from terminal `"/opt/YouTube Music/youtube-music"` on Wayland and x11. The only way I can get it to run is...
strace -o trace.log "/opt/YouTube Music/youtube-music" ```bash execve("/opt/YouTube Music/youtube-music", ["/opt/YouTube Music/youtube-music"], 0x7ffe3b79d4f0 /* 47 vars */) = 0 brk(NULL) = 0x5f5f7472f000 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ef4469b5000 readlinkat(AT_FDCWD, "/proc/self/exe",...
> But I have to include this warning: > > > The Reference Browser is not a product intended to ship to end users. Instead it is a Technology Preview...
I listen to a lot of songs on Spotify that are in Spanish. Being able to translate them from Spanish to English would be amazing.
This could be fixed by allowing scripts for cosmic files. Or extensions for cosmic files.
I am not sure how to make these scripts work in cosmic files. **Convert PDF to JPEG** `#!/bin/bash for file in "$@"; do base_name="${file%.pdf}" pdftoppm -jpeg -jpegopt quality=100 "$file" "${base_name}"...