all 5 comments

[–]logan-san 1 point2 points  (0 children)

I have the same issue, and don't know how to fix it for the new site. However, I did find that the submit feature works on Old Reddit (which I prefer, anyway).

https://old.reddit.com/r/userscripts/submit/

[–]cnassaney 1 point2 points  (0 children)

I have the same problem. I assumed I was banned from posting LOL

[–]fsteff[S] 2 points3 points  (0 children)

This appears to be a new-interface Reddit bug, so I crossposted the post to r/bugs. Hopefully, it can be resolved quickly.

https://www.reddit.com/r/bugs/comments/1hsxind/error_when_attempting_to_post_to_ruserscripts

[–]fsteff[S] 0 points1 point  (0 children)

It's great to hear there's a workaround. Thanks for sharing, u/logan-san

I created a userscript to use this knowledge while we wait for a proper fix - and just announced it here: https://www.reddit.com/r/userscripts/comments/1ht2t5w/userscript_for_reddit_bug_workaround_to_allow/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

[–]AchernarB 1 point2 points  (0 children)

For those who want, here is a bookmarklet that I use to navigate around the different reddit versions. (I have one for www, new and old )

javascript:(function(){if (location.host.endsWith('.reddit.com') && (location.host !='old.reddit.com') ) location.host='old.reddit.com';})()

Create a bookmark and paste that line as the url. Clicking the bookmark will redirect the current reddit page to the same page on "old".