mirror of
https://github.com/chylex/Blog.git
synced 2024-11-26 01:42:51 +01:00
Compare commits
No commits in common. "7fb1a5615e9853bda31bad5b8eab056c5378269b" and "177353eedf839ddc2f60539d5b04eb735633159c" have entirely different histories.
7fb1a5615e
...
177353eedf
@ -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>"`
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user