I am using chrome regex filter, to filter out the url list.
I am using the following regex:
^.*\.(?!css$|png|js|gif$)[^.]+$
Although is does also excludes urls that end with ?=
The urls that i could like to exclude are:
http://something.com/something.png
https://something.com/something.something.png
The urls that i would like to include are:
http://something.com/something
https://something.com/something/
http://something.com/something?=something
https://something.com/something?_=something
http://something.com/something.php