-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update for https miniaturemarket and gamesurplus. update selector for…
… game surplus.
- Loading branch information
Matthew Cross
committed
Sep 7, 2017
1 parent
af1e8ba
commit 6108b79
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
function locateGameNameElement() { | ||
return extractFirstMatchingElement(document.querySelectorAll('#prod_info_head')); | ||
return extractFirstMatchingElement(document.querySelectorAll('h3.product_title')); | ||
} |