diff --git a/asymmetric_menu_trees.module b/asymmetric_menu_trees.module
index 196a000..4ff0ad6 100644
--- a/asymmetric_menu_trees.module
+++ b/asymmetric_menu_trees.module
@@ -87,6 +87,14 @@ function asymmetric_menu_trees_menu_form_menu_tree_manipulators_alter(&$manipula
   ]);
 }
 
+/**
+ * Implements hook_superfish_manipulators_alter().
+ */
+function asymmetric_menu_trees_superfish_manipulators_alter(array &$manipulators, $context) {
+  $manipulators[] = ['callable' => 'asymmetric_menu_trees.menu_tree_manipulators:removeDisabledLinks'];
+  array_unshift($manipulators, $manipulators[1]);
+}
+
 /**
  * Implements hook_menu_form_menu_tree_manipulators_alter.
  */
