1
0
mirror of https://github.com/chylex/Blog.git synced 2024-10-18 15:42:47 +02:00

Compare commits

..

No commits in common. "7fb1a5615e9853bda31bad5b8eab056c5378269b" and "177353eedf839ddc2f60539d5b04eb735633159c" have entirely different histories.

2 changed files with 3 additions and 7 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' | relative_url }})
![Download dialog before the patch.](/assets/img/firefox-open-exe/before.png)
### After
![Download dialog after the patch.]({{ '/assets/img/firefox-open-exe/after.png' | relative_url }})
![Download dialog after the patch.](/assets/img/firefox-open-exe/after.png)
# How to Use
1. [Download the script]({{ '/assets/download/firefox-open-exe/FirefoxOpenExePatch.ps1' | relative_url }})
1. [Download the script](/assets/download/firefox-open-exe/FirefoxOpenExePatch.ps1)
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,10 +62,6 @@
margin-top: 0.2rem;
}
pre code {
white-space: pre-wrap;
}
.page-breadcrumbs {
margin: -0.75rem 0 -0.25rem;
font-size: 1.05rem;