// MTASC only parses as-files with class definitions, so here goes... class Options { public static function apply() { sIFR.fromLocal = true; sIFR.domains = ['*']; // Parsing `p.foo` might not work, see: // Appearantly you have to use hex color codes as well, names are not supported! sIFR.styles.parseCSS('.foo { text-decoration: underline; }'); } }