diff --git a/scratchpad-scripts/ghacks-clear-all-up-to-57-[RFP-alternatives].js b/scratchpad-scripts/ghacks-clear-all-up-to-57-[RFP-alternatives].js
index 05ad069..ac5ebb1 100644
--- a/scratchpad-scripts/ghacks-clear-all-up-to-57-[RFP-alternatives].js
+++ b/scratchpad-scripts/ghacks-clear-all-up-to-57-[RFP-alternatives].js
@@ -11,7 +11,6 @@
  
 (function() {
   let ops = [
-    '_user.js.parrot',
     /* section 4600 */
     'dom.maxHardwareConcurrency',
     'dom.enable_resource_timing',
@@ -30,7 +29,9 @@
     'general.appname.override',
     'general.appversion.override',
     'general.platform.override',
-    'general.oscpu.override'
+    'general.oscpu.override',
+    /* reset parrot: check your open about:config after running the script */
+    '_user.js.parrot'
   ]
 
   if("undefined" === typeof(Services)) {