Add header & footer to blog posts.

This commit is contained in:
2025-02-17 13:06:49 +01:00
parent 6f6725cb7a
commit 04648315a8
164 changed files with 1476 additions and 0 deletions

View File

@ -1,3 +1,8 @@
<?php
require 'config.php';
require '2018-01-02-waterfox.cfg.php';
require 'templates/blog-header.php';
?>
<p>For any of you that have been using Firefox for quite some time now with your abundance of addons, you've probably noticed that most of them are no longer compatible with the newest Firefox 57 (Quantum). This is because Firefox has changed their addon system.</p>
<p>For me this was a big issue, considering that a couple of my favourite addons were not available with the new Firefox version and the developers had no intentions of updating them (these being <a href="https://github.com/dillbyrne/random-agent-spoofer" target="_blank" >Random Agent Spoofer</a> and <a href="https://github.com/akhodakivskiy/VimFx" target="_blank" >VimFX</a>). So at first I did what most people did and tried to find alternative addons, unfortunately none of them seemed to fit. For Random Agent Spoofer there wasn't any addon that would change profiles at random intervals, and with the VimFX alternatives there weren't any that quite fit (which is quite important considering how essential that addon is for my web navigation).</p>
@ -8,3 +13,7 @@
<p>Therefore, as of now, I'm a Waterfox user. If you use Arch <a href="https://aur.archlinux.org/packages/waterfox-bin" target="_blank" >you can find Waterfox in the AUR</a>.</p>
<?php
require 'templates/blog-footer.php';
?>