sthgrau / greasonable

greasemonkey script for reason.com/blog
0 stars 0 forks source link

blockquote formatting tag submits post. #26

Open lafelong opened 6 years ago

lafelong commented 6 years ago

I'm using greasonable in Tampermonkey/Opera of all things... and the clicking the blockquote formatting tag submits the post. Happened twice so far... I'm scared to use the other tags, but italics DID work.

sthgrau commented 6 years ago

Apologies for missing this. That is a symptom of a general javascript fault, which causes the page to reload. I just tested with success here using Opera 53 and the latest greasonable: https://reason.com/blog/2018/06/12/rand-pauls-violent-neighbor-motivated-by#comment_7317177

When the page gets reset, there should be an error on the javascript console. (right click page, select "Inspect element", then click 'console' near the top.) You may need to click the gear in the top right hand corner and select 'Preserve log" in order for the error to be persisted. If you could send that, as well as the page you were attempting comment on, I would appreciate it.

Thanks for the report.

sthgrau commented 6 years ago

As much for myself as you, I recall that one of the more common causes of this sort of behavior is the constant evolution of Youtube URLs, which sometimes causes the script to crash prematurely while trying to embed them.