gautamkrishnar / motrix-webextension

A browser extension for the Motrix Download Manager
GNU General Public License v3.0
1.21k stars 97 forks source link

How to block the plugin to download pdf files? #88

Closed 8ar10der closed 2 years ago

8ar10der commented 2 years ago

I try to add *.pdf in the blacklist, but it is not work. All the pdf files will be download via this extension or I have to turn off this extension a while.

JaroslawPokropinski commented 2 years ago

Right now you can only limit using file URL or file size. If the pdfs you are referring to have URLs like https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf then you can add .pdf to blacklist (without star)

8ar10der commented 2 years ago

Right now you can only limit using file URL or file size. If the pdfs you are referring to have URLs like https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf then you can add .pdf to blacklist (without star)

Thanks!