Formatting labels

Change-Id: I131f27f2f6fcd5cd76f4fbc13c632f7cd1aa17d0
diff --git a/src/interceptors.ts b/src/interceptors.ts
index 4db7b9c..53fd7df 100644
--- a/src/interceptors.ts
+++ b/src/interceptors.ts
@@ -45,6 +45,7 @@
   return {
     request: (req) => {
       if (req.url.indexOf('.html') === -1) {
+        // NOTE this may fail if there are already query params
         req.url += '?no_hyperlinks=1';
       }
       return req;