diff --git a/asymmetric_menu_trees.module b/asymmetric_menu_trees.module
index 5079738..d9a0f6a 100644
--- a/asymmetric_menu_trees.module
+++ b/asymmetric_menu_trees.module
@@ -65,3 +65,11 @@ function asymmetric_menu_trees_menu_links_discovered_alter(&$links) {
     }
   }
 }
+
+/**
+ * Implements hook_superfish_manipulators_alter().
+ */
+function asymmetric_menu_trees_superfish_manipulators_alter(array &$manipulators, $context) {
+  $manipulators[] = ['callable' => 'asymmetric_menu_trees.menu_tree_manipulators:removeDisabledLinks'];
+}
+
