1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-27 02:20:50 +12:00
gorhill 2017-11-19 21:07:15 -05:00
parent 9fd92d2245
commit e8136cb667

View file

@ -45,6 +45,9 @@
µm.pMatrix.setCell('*', '1st-party', '*', µm.Matrix.Green);
µm.pMatrix.setCell('*', '1st-party', 'frame', µm.Matrix.Green);
// https://discourse.mozilla.org/t/support-umatrix/5131/157
µm.pMatrix.setSwitch('matrix-off', 'wyciwyg-scheme', 1);
µm.tMatrix = new µm.Matrix();
µm.tMatrix.assign(µm.pMatrix);
})();