()
| 2597 | } |
| 2598 | |
| 2599 | function check() { // 存在返回真,不存在返回假 |
| 2600 | if (GM_getValue('menu_disable').indexOf(location.hostname) == -1) return false // 不存在返回假 |
| 2601 | return true |
| 2602 | } |
| 2603 | |
| 2604 | function add() { |
| 2605 | if (check()) return |
no outgoing calls
no test coverage detected