Skip to content

Commit

Permalink
fix: update gigablast cache link selector
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Mar 7, 2018
1 parent 178a076 commit 68bc5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/engines/gigablast.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function viewCache() {
const node = document.evaluate(
'//table[@class="result"][1]/tbody/tr/td/a[text()="cached"]',
'//table[@class="result"][1]/tbody/tr/td//a[text()="cached"]',
document,
null,
XPathResult.FIRST_ORDERED_NODE_TYPE,
Expand Down

0 comments on commit 68bc5d6

Please sign in to comment.