generic-github-user / Web-Page-in-URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML content in URL is clipped after first =

generic-github-user opened this issue · comments

This is likely due to the getQueryVariable() function that uses an equals sign to detect URL variables:
https://css-tricks.com/snippets/javascript/get-url-variables/

It is probably treating each equals sign as another variable in the URL.

It could be useful to create a new function that only searches for the ?content= URL variable, or automatically detects its position in the URL.

Issue has been resolved!

image