diff options
Diffstat (limited to 'chrome.google.com.txt')
| -rw-r--r-- | chrome.google.com.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome.google.com.txt b/chrome.google.com.txt new file mode 100644 index 0000000..5a1d043 --- /dev/null +++ b/chrome.google.com.txt @@ -0,0 +1,9 @@ +body: //pre[@id='cx-desc-text'] +body: //div[contains(@class, 'overview-tab-right-bar-info')] +title: //h1[contains(@class, 'detail-dialog-title')] +tidy: no +prune: no +replace_string(<noscript>): <div> +replace_string(</noscript>): </div> + +test_url: https://chrome.google.com/webstore/detail/pnaiinchjaonopoejhknmgjingcnaloc
\ No newline at end of file |
