Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 12/2/2016
- (what.*\b(best|optimal)\b.*\?|(new|content).*\?|[Cc][Rr][AEIOUaeiou]{1,}[Mm][Bb]|farm(ing|er|ers)|meatfarming|[Mm][Mm][Gg]|gleeb)
- 12/2/2016 stop nesting butt shapes because that doesn't work
- (what.*\bbest\b.*\?|\boptimal\b.*\?|(new|content).*\?|[Cc][Rr][AEIOUaeiou]{1,}[Mm][Bb]|farmer|farming|[Mm][Mm][Gg]|gleeb)
- 12/2/2016 add trophy+tattoo keywords
- (what.*\bbest\b.*\?|\boptimal\b.*\?|(new|content).*\?|[Cc][Rr][AEIOUaeiou]{1,}[Mm][Bb]|farmer|farming|[Mm][Mm][Gg]|gleeb|tattoo|trophy|trophies)
- 12/2/2016 volcano sucks, too
- (what.*\bbest\b.*\?|\boptimal\b.*\?|(new|content).*\?|[Cc][Rr][AEIOUaeiou]{1,}[Mm][Bb]|farmer|farming|[Mm][Mm][Gg]|gleeb|tattoo|trophy|trophies|volcano|mine|mining|[Mm][Pp][Aa])
- 12/2/2016 'mine' is too common
- (what.*\bbest\b.*\?|\boptimal\b.*\?|(new|content).*\?|[Cc][Rr][AEIOUaeiou]{1,}[Mm][Bb]|farmer|farming|[Mm][Mm][Gg]|gleeb|tattoo|trophy|trophies|[Vv]olcano.*mine|mine.*[Vv]olcano|mining|[Mm][Pp][Aa])
- 12/2/2016 'farm' is a thing, world event questions suck, 'should I whatever?' questions tentatively suck, barf mountain sucks.
- ([Ww]hat.*\bbest\b.*\?|[Ss]hould [Ii].*\?|[Tt]he [Ss]ea.*\?|\boptimal\b.*\?|(new|content).*\?|event.*\?|[Cc][Rr][AEIOUaeiou]{1,}[Mm][Bb]|farmer|farming|farm|[Mm][Mm][Gg]|gleeb|tattoo|trophy|trophies|[Vv]olcano.*mine|mine.*[Vv]olcano|mining|[Mm][Pp][Aa])
- 12/3/2016 people talk about mining in the past tense sometimes while using terms that aren't related to volcanoes.
- ([Ww]hat.*\bbest\b.*\?|[Ss]hould [Ii].*\?|[Tt]he [Ss]ea.*\?|\boptimal\b.*\?|(new|content).*\?|event.*\?|[Cc][Rr][AEIOUaeiou]{1,}[Mm][Bb]|farmer|farming|farm|[Mm][Mm][Gg]|gleeb|tattoo|trophy|trophies|([Vv]olcano|gold|carat).*min|min.*([Vv]olcano|gold|carat)|mining|mined|[Mm][Pp][Aa])
- 12/3/2016 people talk about velvet when they talk about mining and aren't already censored, clean up farm.*, re-add barf because I'm bad
- ([Ww]hat.*\bbest\b.*\?|[Ss]hould [Ii].*\?|[Tt]he [Ss]ea.*\?|\boptimal\b.*\?|(new|content).*\?|event.*\?|[Cc][Rr][AEIOUaeiou]{1,}[Mm][Bb]|farm|[Mm][Mm][Gg]|gleeb|tattoo|trophy|trophies|([Vv]olcano|gold|carat).*min|min.*([Vv]olcano|gold|carat)|mining|mined|barf|velvet|[Mm][Pp][Aa])
- 12/3/2016 "Quintis: for example making something case insensitive is just "-i" at the end of your regex" well then.
- (what.*\bbest\b.*\?|should i.*\?|the sea.*\?|\boptimal\b.*\?|(new|content).*\?|event.*\?|cr[aeiou]{1,}mb|farm|mmg|gleeb|tattoo|trophy|trophies|(volcano|gold|carat).*min|min.*(volcano|gold|carat)|mining|mined|barf|velvet|mpa)-i
- 12/3/2016 'mpa' matches 'compass' and 'mpa\b' doesn't.
- (what.*\bbest\b.*\?|should i.*\?|the sea.*\?|\boptimal\b.*\?|(new|content).*\?|event.*\?|cr[aeiou]{1,}mb|farm|mmg|gleeb|tattoo|trophy|trophies|(volcano|gold|carat).*min|min.*(volcano|gold|carat)|mining|mined|barf|velvet|mpa\b)-i
- 12/3/2016 people talk about shawarmas and can't spell 'shawarma'.
- (what.*\bbest\b.*\?|should i.*\?|the sea.*\?|\boptimal\b.*\?|(new|content).*\?|event.*\?|cr[aeiou]{1,}mb|farm|mmg|gleeb|tattoo|trophy|trophies|(volcano|gold|carat).*min|min.*(volcano|gold|carat)|mining|mined|barf|velvet|mpa\b|sh[a-z]{1,}arma)-i
- 12/3/2016 combining questions because readability and replacing .*\? with [^\.\?]*\? and adding more farming keywords
- ((what[^\?\.]*\bbest\b|should i\b|the sea\b|\boptimal\b|\bnew\b|\bcontent\b|event)[^\?\.]*\?|cr[aeiou]{1,}mb|farm|mmg|gleeb|tattoo|trophy|trophies|(volcano|gold|carat).*min|min.*(volcano|gold|carat)|mining|mined|barf|garbage|tourist|velvet|mpa\b|sh[a-z]{1,}arma)-i
- 12/3/2016 /clan says that you don't need to make things in brackets into literals.
- ((what[^?.]*\bbest\b|should i\b|the sea\b|\boptimal\b|\bnew\b|\bcontent\b|event)[^?.]*\?|cr[aeiou]{1,}mb|farm|mmg|gleeb|tattoo|trophy|trophies|(volcano|gold|carat).*min|min.*(volcano|gold|carat)|mining|mined|barf|garbage|tourist|velvet|mpa\b|sh[a-z]{1,}arma)-i
- 12/3/2016 script changed to allow modifiers (i.e. insensitivity since that worked poorly before). regex updated accordingly
- /((what[^?.]*\bbest\b|should i\b|the sea\b|\boptimal\b|\bnew\b|\bcontent\b|event)[^?.]*\?|cr[aeiou]{1,}mb|farm|mmg|gleeb|tattoo|trophy|trophies|(volcano|gold|carat).*min|min.*(volcano|gold|carat)|mining|mined|barf|garbage|tourist|velvet|mpa\b|sh[a-z]{1,}arma)/i
- 12/4/2016 /games reminded me of things I forgot I dislike reading about.
- /((what[^?.]*\bbest\b|should i\b|the sea\b|\boptimal\b|\bnew\b|\bcontent\b|\binvest\b|\bbuy\b|iotm|ioty|foty|fotm|event|aftercore|before[^.?]ascend)[^?.]*\?|cr[aeiou]{1,}mb|farm|mmg|gleeb|tattoo|trophy|trophies|(volcano|gold|carat).*min|min.*(volcano|gold|carat)|mining|mined|barf|garbage|tourist|velvet|mpa\b|sh[a-z]{1,}arma|karma|collect|avatar|\bpete\b|boris|jarls|actually ed|[!?]{2,})/i
- 12/4/2016 more terms associated with aftercore, crimbo, farming, and the mmg. '\bma(d|k)e .*\d(m|k)' seems sketch as fuck.
- /((what[^?.]*\bbest\b|should i\b|the sea\b|\boptimal\b|\bnew\b|\bcontent\b|\binvest\b|\bbuy\b|iotm|ioty|foty|fotm|event|aftercore|before[^.?]ascend)[^?.]*\?|cr[aeiou]{1,}mb|farm|mmg|\bbet\b|gleeb|tattoo|trophy|trophies|(volcano|gold|carat).*min|min.*(volcano|gold|carat)|mining|mined|barf|garbage|tourist|velvet|\bma(d|k)e .*\d(m|k)|mpa\b|sh[a-z]{1,}arma|karma|collect|avatar|\bpete\b|boris|jarls|actually ed|[!?]{2,}|bount(ies|y)|\badvent\b|basement|dungeon|dread|hobo|slime tube)/i
- 12/4/2016 more aftercore matching. people talk about events outside of questions. outfits tentatively censored, too. Also liver questions.
- /((what[^?.]*\bbest\b|should i\b|the sea\b|\boptimal\b|\bnew\b|\bcontent\b|\binvest\b|\bbuy\b|iotm|ioty|foty|fotm|event|aftercore|before[^.?]ascend|liver)[^?.]*\?|cr[aeiou]{1,}mb|farm|mmg|\bbet\b|gleeb|tattoo|trophy|trophies|(volcano|gold|carat).*min|min.*(volcano|gold|carat)|mining|mined|barf|garbage|tourist|velvet|\bma(d|k)e .*\d(m|k)|mpa\b|sh[a-z]{1,}arma|karma|collect|avatar|\bpete\b|boris|jarls|actually ed|[!?]{2,}|bount(ies|y)|\badvent\b|basement|dungeon|dread|hobo|slime tube|world event|outfit|reward|nemesis)/i
Advertisement
Add Comment
Please, Sign In to add comment