diff --git a/defaults/yacy.init b/defaults/yacy.init
index ef182ea68..040333efe 100644
--- a/defaults/yacy.init
+++ b/defaults/yacy.init
@@ -1166,9 +1166,6 @@ core.service.webgraph.tmp = false
parserAugmentation = false
parserAugmentation.RDFa = false
proxyAugmentation = false
-augmentation.reflect = false
-augmentation.addDoctype = false
-augmentation.reparse = false
# Content control settings
contentcontrol.enabled = false
@@ -1192,7 +1189,6 @@ interaction.addcontent.enabled = false
interaction.userlogon.enabled = false
interaction.approvelist.enabled = false
interaction.suggestrejected.enabled = false
-interaction.overlayinteraction.enabled = false
interaction.globalmenu.enabled = true
interaction.portalconfigbutton.enabled = true
diff --git a/htroot/AugmentedBrowsingFilters_p.html b/htroot/AugmentedBrowsingFilters_p.html
deleted file mode 100644
index 3bea2df50..000000000
--- a/htroot/AugmentedBrowsingFilters_p.html
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
- YaCy '#[clientname]#': Augmented Browsing - Filters and Modules
- #%env/templates/metas.template%#
-
-
- #%env/templates/header.template%#
- #%env/templates/submenuSemantic.template%#
- Augmented Browsing - Filters and Modules
-
-
-
-
-
- #%env/templates/footer.template%#
-
-
diff --git a/htroot/AugmentedBrowsingFilters_p.java b/htroot/AugmentedBrowsingFilters_p.java
deleted file mode 100644
index 15a67ca48..000000000
--- a/htroot/AugmentedBrowsingFilters_p.java
+++ /dev/null
@@ -1,50 +0,0 @@
-import net.yacy.cora.protocol.RequestHeader;
-import net.yacy.server.serverObjects;
-import net.yacy.server.serverSwitch;
-
-public final class AugmentedBrowsingFilters_p {
-
- public static serverObjects respond(@SuppressWarnings("unused") final RequestHeader header,
- final serverObjects post, final serverSwitch env) {
- // return variable that accumulates replacements
- final serverObjects prop = new serverObjects();
-
- if (post != null) {
-
-
- if (post.containsKey("augmentationFiltersSettings")) {
-
- env.setConfig("augmentation.reflect", "on".equals(post
- .get("augmentedReflect")) ? true : false);
-
- env.setConfig("augmentation.addDoctype", "on".equals(post
- .get("augmentedAddDoctype")) ? true : false);
-
- env.setConfig("augmentation.reparse", "on".equals(post
- .get("augmentedReparse")) ? true : false);
-
- env.setConfig("interaction.overlayinteraction.enabled", "on".equals(post
- .get("overlayInteraction")) ? true : false);
-
- }
-
- }
-
- prop.put("augmentedReflect_checked",
- env.getConfigBool("augmentation.reflect", false) ? "1" : "0");
-
- prop.put("augmentedAddDoctype_checked",
- env.getConfigBool("augmentation.addDoctype", true) ? "1" : "0");
-
- prop.put("augmentedReparse_checked",
- env.getConfigBool("augmentation.reparse", true) ? "1" : "0");
-
- prop.put("overlayInteraction_checked",
- env.getConfigBool("interaction.overlayinteraction.enabled", true) ? "1" : "0");
-
-
- // return rewrite properties
- return prop;
- }
-
-}
diff --git a/htroot/env/templates/submenuSemantic.template b/htroot/env/templates/submenuSemantic.template
index 659590c2f..8ed1cc04a 100644
--- a/htroot/env/templates/submenuSemantic.template
+++ b/htroot/env/templates/submenuSemantic.template
@@ -14,7 +14,6 @@
Augmented Content