FarisHijazi / Rarbg-Enhancer-UserScript

Browser extension for Rarbg.to to add autoCAPTCHA, magnet links, and enhance the interface
MIT License
108 stars 9 forks source link

Magnet image URL doesnt load #29

Closed tyhallcsu closed 1 year ago

tyhallcsu commented 1 year ago

I changed the magnet URL because it wasn't loading for me. This one does: https://rarbg.torrentbay.net/static/img/magnet.gif

const MAGNET_ICO = "https://rarbg.torrentbay.net/static/img/magnet.gif";

tyhallcsu commented 1 year ago

https://dyncdn.me/static/20/img/magnet.gif was the url that didnt work. Maybe just encode the image into the script instead of loading it via CDN ?

FarisHijazi commented 1 year ago

thanks for letting me know I fixed it in 0f990e5 please test it out and lemme know