Live data from Hacker News

Twitter is rejecting posts containing JSFiddle URLs

github.com

11–20 of 208 posts

Re: Twitter is rejecting posts containing JSFiddle URLs

#11

It’s due to crypto scammers using it. From the founder’s post: At some point in the past crypto scammers used JSFiddle to host pages with a wallet code and posted links to that on Twitter. Due to the nature of JSFiddle, anyone can post anything, so wallet codes are ok – we did implemented a content filter to shadow-ban these. I asked Twitter if they they could help out and ban twitter accounts that were posting scam…

I don't understand how posting a "wallet code" is dangerous. Is it mining coins while you are browsing the code? Then it just a minor annoyance. Also, browsers should block cryptominers when they are in the background tab.

Re: Twitter is rejecting posts containing JSFiddle URLs

#12

It’s due to crypto scammers using it. From the founder’s post: At some point in the past crypto scammers used JSFiddle to host pages with a wallet code and posted links to that on Twitter. Due to the nature of JSFiddle, anyone can post anything, so wallet codes are ok – we did implemented a content filter to shadow-ban these. I asked Twitter if they they could help out and ban twitter accounts that were posting scam…

Crypto scammers can simply switch to GitHub Pages. Can Twitter ban github links?

Re: Twitter is rejecting posts containing JSFiddle URLs

#13

It’s due to crypto scammers using it. From the founder’s post: At some point in the past crypto scammers used JSFiddle to host pages with a wallet code and posted links to that on Twitter. Due to the nature of JSFiddle, anyone can post anything, so wallet codes are ok – we did implemented a content filter to shadow-ban these. I asked Twitter if they they could help out and ban twitter accounts that were posting scam…

What is "a wallet code"?

Re: Twitter is rejecting posts containing JSFiddle URLs

#15
post #2

I feel it's actually pretty fair. Not perfect, but keeps users safe

Except they will now use github pages; and if they block all github pages (github.io) they will use codepen or repl.it or tumblr (custom templates), and so on until thousands of page are blocked.

Re: Twitter is rejecting posts containing JSFiddle URLs

#16
post #2

I feel it's actually pretty fair. Not perfect, but keeps users safe

There are tons of other websites you can host a crypto script. If Twitter really wants to keep users safe, they should implement a mandatory warning (I've seen this being referred as a "cushioning" page) instead of having a questionable blacklist.

Re: Twitter is rejecting posts containing JSFiddle URLs

#17

It’s due to crypto scammers using it. From the founder’s post: At some point in the past crypto scammers used JSFiddle to host pages with a wallet code and posted links to that on Twitter. Due to the nature of JSFiddle, anyone can post anything, so wallet codes are ok – we did implemented a content filter to shadow-ban these. I asked Twitter if they they could help out and ban twitter accounts that were posting scam…

What is "a wallet code"?

I assume they mean a mining script - so that the person running the jsfiddle would be mining cryptocurrencies, and the proceeds would go to the scammers wallet address.

Re: Twitter is rejecting posts containing JSFiddle URLs

#18
> Twitter just went the easy route and blocked all jsfiddle.net links instead of blocking spammer accounts on their platform.

This is a huge problem with all the tech giants that needs to be addressed. I don't expect them to be perfect but I expect them to be open to communications on any level.

I also think Twitter is the Twitter today just because of the bots and fake accounts they have since those accounts were creating so much content and movement on the platform. I know people whose spending days by reading those fake accounts while they have no idea what's fake and what's real. So maybe -just may be- they may not want to get rid of all those fake accounts and bots.

Re: Twitter is rejecting posts containing JSFiddle URLs

#19

Earlier quoted context omitted.

What is "a wallet code"?

I assume they mean a mining script - so that the person running the jsfiddle would be mining cryptocurrencies, and the proceeds would go to the scammers wallet address.

If that is true, Twitter should also block every newspaper out there. Their bloated websites max out my CPU too.

Re: Twitter is rejecting posts containing JSFiddle URLs

#20
post #7

Given the nature of the product, there is no way for the maintainers of Js fiddle to prevent it from being used to run arbitrary code, because that is what it's meant to do. It's also impossible for both jsfiddle or twitter to scan the code of each fiddle and determine if it's legitimate or an attack, so this looks like a good measure from Twitter. What is surprising is how this was even allowed so far and still is i…

Should Twitter also ban links to Amazon S3 or any other cloud storage? It can also be used to host arbitrary JavaScript.
Post reply on HN