mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-12 01:45:57 -05:00
[PR #321] [MERGED] 7.9: twitter gifs, ok.ru support, pinterest improvements, and fixes #1097
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/321
Author: @wukko
Created: 1/17/2024
Status: ✅ Merged
Merged: 1/17/2024
Merged by: @wukko
Base:
current← Head:twitter-gif📝 Commits (10+)
6145259page: remove useless trailing slash on meta elementsb5952f1page: fix invalid style preloade5045dfemoji: add space after style attribute if addedb0996b8page, stream: drop leftover selfURL usage62f847bservicesConfig: add support for instagram live vods6f5bb80page: remove invalid attributes, closing tags, useless trailing slashesc04c37apage: deduplicate tiktok settings element id4680582frontend: useclassinstead ofidfor reoccurring elementsc32704dfrontend: more self-closing/invalid closing tag cleanup7a7343bupdateBanners: correct file format for v4.6 update📊 Changes
30 files changed (+396 additions, -198 deletions)
View changed files
📝
package.json(+1 -1)📝
src/config.json(+2 -1)📝
src/front/cobalt.css(+33 -33)📝
src/front/cobalt.js(+11 -4)➖
src/front/updateBanners/shutup.png(+0 -0)➕
src/front/updateBanners/shutup.webp(+0 -0)📝
src/localization/languages/en.json(+6 -8)📝
src/localization/languages/ru.json(+6 -8)📝
src/localization/manager.js(+1 -1)📝
src/modules/changelog/changelog.json(+21 -0)📝
src/modules/changelog/changelogManager.js(+19 -17)📝
src/modules/emoji.js(+1 -1)📝
src/modules/pageRender/elements.js(+23 -23)📝
src/modules/pageRender/onDemand.js(+5 -4)📝
src/modules/pageRender/page.js(+58 -40)📝
src/modules/processing/match.js(+33 -20)📝
src/modules/processing/matchActionDecider.js(+7 -2)➕
src/modules/processing/services/ok.js(+56 -0)📝
src/modules/processing/services/pinterest.js(+27 -20)📝
src/modules/processing/services/twitter.js(+6 -3)...and 10 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.