(item)
| 3169 | |
| 3170 | if (false) { // add user option |
| 3171 | var disableNative = function(item) { |
| 3172 | if (!item) return; |
| 3173 | console.log("bg: disable extension " + item.name); |
| 3174 | extensions.setEnabled(item, false); |
| 3175 | } |
| 3176 | extensions.getUserscriptByName(script.name, disableNative); |
| 3177 | } |
| 3178 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…