mirror of
https://github.com/chylex/Blog.git
synced 2024-11-26 01:42:51 +01:00
Compare commits
2 Commits
177353eedf
...
7fb1a5615e
Author | SHA1 | Date | |
---|---|---|---|
7fb1a5615e | |||
328b81803d |
@ -9,15 +9,15 @@ Since Firefox 57, extensions such as OpenDownload² can no longer modify the Dow
|
|||||||
|
|
||||||
### Before
|
### 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
|
### 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
|
# 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
|
2. Close Firefox
|
||||||
3. Open PowerShell in the folder with the downloaded script
|
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>"`
|
- 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,6 +62,10 @@
|
|||||||
margin-top: 0.2rem;
|
margin-top: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.page-breadcrumbs {
|
.page-breadcrumbs {
|
||||||
margin: -0.75rem 0 -0.25rem;
|
margin: -0.75rem 0 -0.25rem;
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user