- Open JSCS - Rules page
- Open your browser's console and run the following script:
var objSettings = {};
[].forEach.call(document.querySelectorAll('.rule-list__item a'), function (element) {
objSettings[element.text] = true;
});
copy(obj);
- DONE. All settings are copied to your clipboard with default value
true
.