This is a migrated thread and some comments may be shown as answers.

How Can I filter out (hide) a Chrome extension

14 Answers 1704 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Frederik
Top achievements
Rank 1
Frederik asked on 05 Jun 2018, 04:25 PM

Hello,

I am new with Fiddler.  Please bear with my inexperience. :-)

My result panel is polluted with a Chrome extension 500 error. The URL is http://127.0.0.1:55296/ChromeExt/pabeoippfoppjkpbmbpjjjglbldlajfg.  Please find a screenshot attached.

 

Could you please tell me what my filter options would be?

I have tried:

* Filter rule: Request header > Hide if URL contains: "/ChromeExt/pabeoippfoppjkpbmbpjjjglbldlajfg"

* Script rule:

if ( oSession.url.Contains("/ChromeExt/pabeoippfoppjkpbmbpjjjglbldlajfg") ) 
        {   
            oSession["ui-hide"] = "yup"; // "The "yup" value is unimportant"
        }

 

What am I missing?

 

Thanks in advance for your help

 

 

14 Answers, 1 is accepted

Sort by
0
Frederik
Top achievements
Rank 1
answered on 06 Jun 2018, 01:03 PM

hahaha This is a good one.  Was not sure if you were serious until I saw you username.

Have a nice day

0
Alexander
Telerik team
answered on 12 Jun 2018, 06:07 AM
Hi Frederik,

Please, pardon us for the delay in our answer.

Is the value in the "Hide if URL contains" filter rule with the quotes or without them? In which method did you put the script rule?

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Humuro
Top achievements
Rank 1
answered on 30 Jul 2018, 12:44 PM
This post is indeed good, so far so good. 
0
Frank
Top achievements
Rank 1
answered on 02 Aug 2018, 12:48 PM

I'm having same issue.  I used essentially the same code in the OnBeforeResponse method.  I can't seem to get rid of '/ChromeExt/pabeoippfoppjkpbmbpjjjglbldlajfg'.

If i right click on the result panel and click 'filter now' and '/chromeext/' ... it filters from the result panel and then new ones start coming in.

 

0
Alexander
Telerik team
answered on 07 Aug 2018, 05:28 AM
Hi Frank,

Would it be possible that you share the name of the extension? I would like to try to reproduce the problem you have.

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Frank
Top achievements
Rank 1
answered on 07 Aug 2018, 12:12 PM

After additional research, it appears to be an extension that is not from the web store but from employer. 

You can close my inquiry.  Thank you for your time.

 

0
James
Top achievements
Rank 1
answered on 06 Sep 2018, 06:26 AM
There's a way of filtering out all these requests. In the network tab filter box, use the string "-Scheme:chrome-extension" (quotes for clarity). It would be a good thing to be able to activate this filter (or other filters) by default (as part of the configuration settings). Note that this filter will not filter the /https requests made by an if any. The real solution is for the network waterfall to have channels for the page and each of the extensions.
0
Frank
Top achievements
Rank 1
answered on 06 Sep 2018, 06:13 PM
I can't seem to locate the network tab in Fiddler.  

I've already tried the filter tab and added 'Hide if URL contains' /ChromeExt and that did not work.  I've also attempted to filter thru script rules.  Both of these options are discussed in the original post from Frederik.
0
David
Top achievements
Rank 1
answered on 18 Oct 2018, 09:38 AM
[quote]BALA said:

I'm also having the same problem most of the people are having the same issue it's really annoying Please help us.

Best Regards,
Bala Krishna

[/quote]

 

Still, everyone faces this issue? No one can find the solution or what actual problem?

0
David
Top achievements
Rank 1
answered on 29 Oct 2018, 07:53 PM

Think I figure it out.  Nothing I tried, script-wise, would filter or change them - not even changing the "ui-color".  So I started looking at the log window and found it showing:

 

14:47:55:1667 Fiddler.Network.ProtocolViolation - [#184] The Server did not return properly formatted HTTP Headers. HTTP headers should be terminated with CRLFCRLF. These were terminated with LFLF.

 

for these sessions. So I found that by going to "Tools>Options>General" and setting protocol violations to "Do nothing", the "/ChromeExt/" warnings stopped showing up in the session pane and it is much cleaner.

So, these are warnings and not sessions showing in the pane.

Hope this helps - cheers!

0
David
Top achievements
Rank 1
answered on 30 Oct 2018, 01:17 PM

Don't know that my post yesterday made it - is this what you're looking for Frederick?

Think I figure it out.  Nothing I tried, script-wise, would filter or change them - not even changing the "ui-color".  So I started looking at the log window and found it showing:

14:47:55:1667 Fiddler.Network.ProtocolViolation - [#184] The Server did not return properly formatted HTTP Headers. HTTP headers should be terminated with CRLFCRLF. These were terminated with LFLF.

for these sessions. So I found that by going to "Tools>Options>General" and setting protocol violations to "Do nothing", the "/ChromeExt/" warnings stopped showing up in the session pane and it is much cleaner.
So, these are warnings and not sessions showing in the pane.
Hope this helps - cheers

0
Frank
Top achievements
Rank 1
answered on 30 Oct 2018, 01:21 PM

This worked. Thank you. Those warnings were really annoying. 

0
Nick Iliev
Telerik team
answered on 12 Nov 2020, 01:23 PM

Hi Harry,

 

There is a solution shared by David Cain (use "Tools>Options>General" and set protocol violations to "Do nothing"). Does your case differ from the one shared previously? If so please consider providing a more detailed explanation of your specific case.

 

 

Regards,
Nick Iliev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Andrew
Top achievements
Rank 1
answered on 12 Nov 2020, 02:34 PM
I just found this thread and can confirm this method resolves the issue.  Thanks!
Tags
Fiddler Classic
Asked by
Frederik
Top achievements
Rank 1
Answers by
Frederik
Top achievements
Rank 1
Alexander
Telerik team
Humuro
Top achievements
Rank 1
Frank
Top achievements
Rank 1
James
Top achievements
Rank 1
David
Top achievements
Rank 1
David
Top achievements
Rank 1
Nick Iliev
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or