From aeb09b97d5bea6e0758f4385bf76cbe24c15e3d0 Mon Sep 17 00:00:00 2001 From: r3c0nd4t4 <88830612+r3c0nd4t4@users.noreply.github.com> Date: Mon, 4 Jul 2022 07:43:27 +0600 Subject: [PATCH] Update README.md --- webpaste/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpaste/README.md b/webpaste/README.md index 389aa5b..d7090d3 100644 --- a/webpaste/README.md +++ b/webpaste/README.md @@ -43,7 +43,7 @@ cat hacks/webpaste/extension/snippets.js [ { "name": "Google URLs", - "code": "[...document.querySelectorAll('div.r>a:first-child')].map(n=>n.href)", + "code": "[...document.querySelectorAll('div.yuRUbf>a:first-child')].map(n=>n.href)", "onsuccess": "document.location=document.querySelectorAll('a#pnnext')[0].href;" },