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
The image URL for the thumbnail/preview images is constructed wrongly, therefore the images in the search pane are missing. "s.screenshot_url" already contains the entire URL, so the generated URL contains the server/path twice.
The image URL for the thumbnail/preview images is constructed wrongly, therefore the images in the search pane are missing. "s.screenshot_url" already contains the entire URL, so the generated URL contains the server/path twice.
search.js, line 189
… '<img src="https://userstyles.org/style_screenshot_thumbnails/'+s.screenshot_url+'" …
shpould be
… '<img src="'+s.screenshot_url+'" …
The text was updated successfully, but these errors were encountered: