Hacker News new | ask | show | jobs
by khabaal 2913 days ago
Its especially chilling, because in germany, we dont have the food of the poisonous tree doctrine. So even if the police searches those places illegaly, if they find something else while conducting the search, lets say small amount of drugs, they will prosecute you for that.
2 comments

Small note, it's usually rendered as "fruit" of the poisonous tree.

https://en.m.wikipedia.org/wiki/Fruit_of_the_poisonous_tree

FYI I made a small chrome extension to auto-redirect links like this: https://chrome.google.com/webstore/detail/demobile/poikbhnlb...
I looked at the source, and to be frank, it's awful:

  var newUrl = details.url.replace('.m.', '.').replace('/m.', '/').replace('/mobile.', '/');
This could easily break legitimate URLs.
I absolutely agree, I'm not a JS developer. One day I'll fix it...
Perhaps that was the intention here?