diff --git a/CHANGELOG.md b/CHANGELOG.md index e697ba9fd..a6232b332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Make post from QR more like original form post to possibly reduce posting errors. #3330 - Disable Javascript Whitelist on captcha iframe to fix issues with Cloudflare scripts. #3292 - (4chenz) Add Google Lens image search url. +- Change Google image search to Google Lens due to old link not working. - Change issues link from dead gitreports.com back to Github. **v1.14.22.1** *(2022-07-14)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.22.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.22.1/builds/4chan-X-noupdate.crx)] diff --git a/package-lock.json b/package-lock.json index cf5623764..7b959f177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -615,20 +615,6 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", diff --git a/src/css/style.css b/src/css/style.css index 03deed8bb..2e90b57d5 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -137,8 +137,8 @@ body.hasDropDownNav{ height: auto !important; } :root.sw-yotsuba:not(.ads-loaded) hr.abovePostForm, -:root.sw-yotsuba:not(.ads-loaded) .adg-rects>hr, -:root.sw-yotsuba #adg-ol+hr, +:root.sw-yotsuba:not(.ads-loaded) .adg-rects > hr, +:root.sw-yotsuba #adg-ol + hr, :root.sw-yotsuba .danbo-slot:empty { display: none; }