We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635d76d commit 8a73817Copy full SHA for 8a73817
1 file changed
src/sites/pixiv/helpers/getIllustId.ts
@@ -6,6 +6,7 @@ export function getIllustId(node: HTMLAnchorElement | HTMLSpanElement): string {
6
if (isLinkToArtworksPage) {
7
if (
8
node.getAttribute('data-gtm-value') ||
9
+ !!node.querySelector(':scope > figure, :scope > img[src*="pximg.net/c/480x960"]') || // ranking thumbnails
10
[
11
'gtm-illust-recommend-node-node',
12
'gtm-discover-user-recommend-node',
0 commit comments