|
|
|
|
|
by nthj
4823 days ago
|
|
The Internet would be a really boring place if we had to prepend "It is my opinion that: " to every sentence. [And now I'm wondering if I could write a Chrome extension to do exactly that, how hard could it be? pseudocode: `$('form').submit(function() { $('textarea').val().split('. ').map(function(){ return "It is my opinion that: " + this; } ); });`] |
|