The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #1

Rudimentary content in subtitle should be removed
Максим³
tldr: This is part of the subtitle and it can't be safely removed.

this website uses json to create pages. Take a look at the json of this page: https://hastebin.com/ituqojozen.json (you can view it in the devtools in the browser too, just search for "intro")

You can see there's "intro" tag there at line 201. And it actually contains this text to follow twitter: https://telegra.ph/sss-04-05

and the problem is that it has no closing </p> tag, so it's problem of the website:

"intro": "The best photos from the international wire agencies as chosen by our picture editors. <p> Follow us on <a href=\"https://twitter.com/theage_photo\">AGE Twitter</a> and <a href=\"http://twitter.com/photosSMH\">SMH Twitter</a> ",

See? no closing tag. Even if it will be there, you can't just remove it based on unclosed <p> tag without classes. And yeah, you can definitely tell that author actually intended to put it into subtitle.

Also parsing HTML is not an option here, because it has autogenerated class names instead of
Declined by admin
Type of issue
Rudimentary content not removed
Reported
Apr 5, 2019