This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name WordPress.org Escalate to PAs | |
| // @description Check if this is a forum revie | |
| // @include https://*.wordpress.org/support/topic/* | |
| // @include https://*.wordpress.org/support/view/* | |
| // @include https://wordpress.org/support/topic/* | |
| // @include https://wordpress.org/support/view/* | |
| // @require https://code.jquery.com/jquery-1.11.0.min.js | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let allFAicons = [ | |
| 'fas fa-ad', | |
| 'fas fa-address-book', | |
| 'fas fa-address-card', | |
| 'fas fa-adjust', | |
| 'fas fa-air-freshener', | |
| 'fas fa-align-center', | |
| 'fas fa-align-justify', | |
| 'fas fa-align-left', | |
| 'fas fa-align-right', |
NewerOlder