Merge remote-tracking branch 'origin/master' into port-changes-since-decaffeinate

This commit is contained in:
Tuxedo Takodachi 2023-03-18 10:50:55 +01:00
commit 0aba9d72ba
3 changed files with 3 additions and 16 deletions

View File

@ -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)]

14
package-lock.json generated
View File

@ -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",

View File

@ -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;
}