slifty / internet_noise

MIT License
89 stars 26 forks source link

Proposal: Custom Noise #17

Open telrikk opened 7 years ago

telrikk commented 7 years ago

I'd love to be able to configure what kind of noise I create. For example, say I want my ISP to think that I'm really into hats. I could then launch a bunch of pages about hats (buying hats, selling hats, hat fashion, etc.)

I don't believe a browser can read arbitrary files by design, but you should be able to generate the HTML file from a flat file of nouns / weights.

Infn8Loop commented 7 years ago

That's a great idea! What about an optional text box that you could write or copy paste CSV into then it gets split up into strings and arrayed. I have several interesting word-lists in my 3 magic words repo that might be nice to work into this project if you'd like. I'll probably pull a branch request later after work. Great project!

slifty commented 7 years ago

I absolutely support these ideas. There is currently a pull request (Pull Request #25 and #15 ) that enables some more advanced options to be passed in by querystring along with a form. I'd like to see the form hidden in an "advanced options" toggle, but once that exists I think that this idea would be a perfect fit in that area.

lebrauncom commented 7 years ago

@slifty: I'm completing a pr for this now.