diff options
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>  | 
