From d4b0e695e07c6604cf604b31ee6d8c406200d992 Mon Sep 17 00:00:00 2001 From: Dunkan <70066170+dcdunkan@users.noreply.github.com> Date: Thu, 2 Jun 2022 19:44:41 +0530 Subject: [PATCH] Remove 'open in new window' appended to external links --- iv-rules.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iv-rules.txt b/iv-rules.txt index d52fb7e..d9d6a45 100644 --- a/iv-rules.txt +++ b/iv-rules.txt @@ -35,6 +35,8 @@ body: //main # ... and remove sr content and line number blocks ... @remove: //span[has-class("sr-only")] @remove: //div[has-class("line-numbers")] +# ...and remove open in new window icon text +@remove: //span[has-class("external-link-icon-sr-only")] # Then, we group code-group-items with their titles: # TypeScript > Code, JavasScript > Code