1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
chylex 7fb1a5615e
Wrap long code blocks 2023-04-10 21:49:48 +02:00
chylex 328b81803d
Fix relative links to assets in non-production branches 2023-04-10 12:01:43 +02:00
2 changed files with 7 additions and 3 deletions

View File

@ -9,15 +9,15 @@ Since Firefox 57, extensions such as OpenDownload² can no longer modify the Dow
### Before
![Download dialog before the patch.](/assets/img/firefox-open-exe/before.png)
![Download dialog before the patch.]({{ '/assets/img/firefox-open-exe/before.png' | relative_url }})
### After
![Download dialog after the patch.](/assets/img/firefox-open-exe/after.png)
![Download dialog after the patch.]({{ '/assets/img/firefox-open-exe/after.png' | relative_url }})
# How to Use
1. [Download the script](/assets/download/firefox-open-exe/FirefoxOpenExePatch.ps1)
1. [Download the script]({{ '/assets/download/firefox-open-exe/FirefoxOpenExePatch.ps1' | relative_url }})
2. Close Firefox
3. Open PowerShell in the folder with the downloaded script
- If you installed Firefox into a protected location (such as Program Files), you will need to run PowerShell as Administrator, and navigate to the script folder using `cd "<folder>"`

View File

@ -62,6 +62,10 @@
margin-top: 0.2rem;
}
pre code {
white-space: pre-wrap;
}
.page-breadcrumbs {
margin: -0.75rem 0 -0.25rem;
font-size: 1.05rem;