1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-26 15:10:49 +12:00

Added vivaldi-scheme (#1004)

This commit is contained in:
Saitama 2018-08-03 17:20:28 +05:30 committed by Raymond Hill
parent 5c3e8c6863
commit d22981dfbe

View file

@ -33,6 +33,7 @@
µm.pMatrix.setSwitch('matrix-off', 'chrome-scheme', 1);
µm.pMatrix.setSwitch('matrix-off', 'moz-extension-scheme', 1);
µm.pMatrix.setSwitch('matrix-off', 'opera-scheme', 1);
µm.pMatrix.setSwitch('matrix-off', 'vivaldi-scheme', 1);
// https://discourse.mozilla.org/t/support-umatrix/5131/157
µm.pMatrix.setSwitch('matrix-off', 'wyciwyg-scheme', 1);
µm.pMatrix.setSwitch('matrix-off', 'behind-the-scene', 1);