8

Is it possible to create a link to a scheme other than http://

For example, I'm trying to create a link for an Adblocker filter. I was hoping this would work but it doesn't

[Subscribe](abp:subscribe?location=http%3A%2F%2Fraw2.github.com%2Filyakatz%2Fadblock_filters%2Fmaster%2Finpage_popups.txt&title=Inpage%20popups%20filter)

Is it even possible to do? If so, how?

Thanks

katzmopolitan
  • 1,252
  • 12
  • 20

1 Answers1

2

You can use https://subscribe.adblockplus.org/ instead of abp:subscribe:

[subscribe](https://subscribe.adblockplus.org/?location=http%3A%2F%2Fraw2.github.com%2Filyakatz%2Fadblock_filters%2Fmaster%2Finpage_popups.txt&title=Inpage%20popups%20filter)

Also it works here, on StackOverflow: subscribe.

By the way, your link is broken - the correct one is https://raw.githubusercontent.com/ilyakatz/adblock_filters/master/inpage_popups.txt

hant0508
  • 498
  • 1
  • 8
  • 19
  • 1
    This works for the specific example in the question, but does not answer the generic question about non-http link protocol. How would I get say OneNote to open the link, instead of the browser? Normally this can be done with a `onenote:` prefix to the link. Can you do that in markdown? – David Burg Feb 14 '22 at 17:24