Tom Watson
Tom Watson
Potentially useful resource: https://www.wikidata.org/wiki/Wikidata:Request_a_query
That's great, nice one! I think with that as a base it would be possible to formulate more complex, specific queries that we could then add together to build up...
Probably just have a short list of NSFW words to check label / descriptions against.
A PR would be welcome!
Hello - great to see someone else excited by the idea of this! I would definitely like to add support for domain name resolution using DNS TXT records regardless, as...
Ah right, I forgot that DHT is node-only. Friday problems. That's a shame. So yeah, `wtp-ext` is simply acting like a browser version - it is using a default list...
I should get a chance to look into this properly towards the end of this week. Thanks for the input so far! @sammacbeth - seems like a strange limitation -...
OK so I've made quite a lot progress today! I appear to have DHT working in the browser. See https://github.com/tom-james-watson/wtp-ext/commit/7bda62f7e00063f537d6420ecd23900db1b58966 In the end it was fairly easy to globally alias...
Hah ok, definitely time for me to take a break. Turns out I just had a typo in my test HTML ...  Exciting! Next step would be to try...
`Buffer` is actually implemented when running an extension in Firefox - I've not done anything special there. As far as I can tell Buffer is simply an extension of `Uint8Array`...