You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in The Preview link the AMPERSANDs (&) are replaced with there uniform charachter (\u0026).
what you need to do is:
get the preview link
run the replaceAll function on it like this: previwelink.replaceAll("\u0026", "&") or it can also be like this previwelink.replaceAll("&", "&")
which consistes of using & instead of \u0026
All image links gives 403 forbiddden error
The text was updated successfully, but these errors were encountered: