
Originally Posted by
Progishness
It's because the links on that thread is http instead of https. So, IHG fails to download it.
The solution is to use an extension to force https..
1. Install the add-on HTTPS Always from Hyperbola Project
2. Go to your %appdata% directory for Pale Moon. On windows, it's C:\Users\{username}\AppData\Roaming\Moonchild Productions\Pale Moon\Profiles
3. Enter your Pale Moon profile folder. The name will be some_strings.default.. for example fklnk6bu.default
4. You will see a folder named HTTPSAlwaysUserRules. If it's not there, create one.
5. Inside the HTTPSAlwaysUserRules folder, create a text file & rename it to IMX.xml ; with changing the file extension to xml as well.
6. Right click on that file > Edit in any text editor; then add the following lines there.
<ruleset name="IMX">
<target host="imx.to" />
<target host="*.imx.to" />
<rule from="^http:"
to="https:" />
</ruleset>
7. Save the file.
8. Restart Pale Moon.
Now, you can download http imx links with IHG.