SO-Close-Vote-Reviewers / UserScripts

Various user scripts that add features to the review queue or to the chat room
Other
57 stars 40 forks source link

Magic Editor: DigitalOcean / trademark #125

Closed BasicNullification closed 6 years ago

BasicNullification commented 6 years ago

New rule

        digitalocean: {
            expr: /\bdigital\W?ocean\b/gi,
            replacement: "DigitalOcean",
            reason: App.consts.reasons.trademark
        },
        orangehrm: {
            expr: /\borange\W?hrm\b/gi,
            replacement: "OrangeHRM",
            reason: App.consts.reasons.trademark
        },

3/15/18 Update: Added OrangeHRM

BasicNullification commented 6 years ago

Created PR #127