 Issue 29770586:
  Issue 6670 - Display the rewritten to info if applicable in the devtools  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockplusui/
    
  
    Issue 29770586:
  Issue 6670 - Display the rewritten to info if applicable in the devtools  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockplusui/| Index: devtools-panel.html | 
| =================================================================== | 
| --- a/devtools-panel.html | 
| +++ b/devtools-panel.html | 
| @@ -82,17 +82,22 @@ | 
| <footer> | 
| <a id="reload">Reload</a> page to see effect of filter changes | 
| </footer> | 
| <template> | 
| <tr> | 
| <td> | 
| <div class="request-wrapper"> | 
| - <a class="resource-link" href="" target="_blank"> </a> | 
| + <div> | 
| + <a class="resource-link" href="" target="_blank"> </a> | 
| + <span class="rewritten-to" style="display:none;"> rewritten to | 
| 
Thomas Greiner
2018/05/07 17:20:29
Detail: We don't use inline styles so that we can
 
hub
2018/05/07 21:03:01
Done.
 | 
| + <a href="" target="_blank"></a> | 
| + </span> | 
| + </div> | 
| <div class="domain"></div> | 
| </div> | 
| </td> | 
| <td> | 
| <div class="type"></div> | 
| </td> | 
| <td> | 
| <div class="action-wrapper"> |