diff options
| author | nathansmith117 <nathansmith@posteo.com> | 2025-03-10 17:52:22 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-10 17:52:22 +0000 | 
| commit | 72fdb21ac3048ef3355ffae52ba193f738da67c8 (patch) | |
| tree | 6d904f26c298c6f7c74caac857f2120219c4359a /linuxRoom.html | |
| parent | 35f1e34e3f3ff9c1ce4aae4379395eaed49d759a (diff) | |
| download | shittyweb-72fdb21ac3048ef3355ffae52ba193f738da67c8.tar.gz shittyweb-72fdb21ac3048ef3355ffae52ba193f738da67c8.tar.bz2 shittyweb-72fdb21ac3048ef3355ffae52ba193f738da67c8.zip  | |
Started working on the music room
Diffstat (limited to 'linuxRoom.html')
| -rw-r--r-- | linuxRoom.html | 42 | 
1 files changed, 23 insertions, 19 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index c82abc9..a46df77 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -260,10 +260,14 @@ table {                          than something like umatrix but I am giving them a fair chance knowing that umatrix might not have                          much of a future even if its still quite functional still. I still like to install ublock even with                          everything that comes builtin. -                        <h3>Settings</h3> +                    </p> +                    <h3>Settings</h3> +                    <p>                          The clipboard doesn't work in icecat by default so go into <code>about:config</code> and change                          <code>dom.event.clipboardevents.enabled</code> to true. -                        <h3>Search engines</h3> +                    </p> +                    <h3>Search engines</h3> +                    <p>                          The best search engine is <a href="https://searx.space" target="_blank">searx</a>.                          Finding instances can be annoying because a lot of time the engine you want to use                          gets blocked. @@ -337,24 +341,24 @@ table {                          <br/><br/>                          Some cool tricks: -                        <ul> -                            <li> -                                Get <a href="https://github.com/shevabam/get-rss-feed-url-extension" target="_blank"> -                                this plugin<a/> to find feeds easier. -                            </li> -                            <li> -                                You can turn youtube channels into rss feeds with -                                <code>https://www.youtube.com/feeds/videos.xml?channel_id={channel_id}</code><br/> -                                This can be done for all your subscriptions with -                                <a href="scripts/youtube_subs_export.py" target="_blank"> -                                    this script</a> -                            </li> -                            <li> -                                You can drag and drop youtube urls from your feed reader into mpv so you can keep up with -                                your subscriptions without even touching youtube's website. -                            </li> -                        </ul>                      </p> +                    <ul> +                        <li> +                            Get <a href="https://github.com/shevabam/get-rss-feed-url-extension" target="_blank"> +                            this plugin</a> to find feeds easier. +                        </li> +                        <li> +                            You can turn youtube channels into rss feeds with +                            <code>https://www.youtube.com/feeds/videos.xml?channel_id={channel_id}</code><br/> +                            This can be done for all your subscriptions with +                            <a href="scripts/youtube_subs_export.py" target="_blank"> +                                this script</a> +                        </li> +                        <li> +                            You can drag and drop youtube urls from your feed reader into mpv so you can keep up with +                            your subscriptions without even touching youtube's website. +                        </li> +                    </ul>                  </td>              </tr>          </table>  | 
