mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 06:41:22 -05:00
[PR #232] [CLOSED] [MOVED] [WIP] Tor support + FixTweet support #8465
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/232
Author: @suprstarrd
Created: 10/30/2023
Status: ❌ Closed
Base:
current← Head:current📝 Commits (4)
ac60f9bstart work on Tor supporta4c8effMore work on Tor support197c1dconly hide "paste clipboard" button for Firefox Tor users56be4ecactually fix dynamic URL reference for reddit/twitter📊 Changes
14 files changed (+196 additions, -41 deletions)
View changed files
📝
.gitignore(+5 -2)📝
package.json(+1 -0)📝
src/cobalt.js(+27 -3)📝
src/core/api.js(+6 -1)📝
src/core/web.js(+5 -0)📝
src/front/cobalt.js(+14 -1)📝
src/localization/languages/en.json(+5 -0)📝
src/modules/api.js(+4 -0)📝
src/modules/pageRender/page.js(+27 -2)📝
src/modules/processing/hostOverrides.js(+61 -19)📝
src/modules/processing/matchActionDecider.js(+4 -0)📝
src/modules/processing/services/reddit.js(+18 -6)📝
src/modules/processing/services/twitter.js(+18 -7)📝
src/modules/setup.js(+1 -0)📄 Description
work for #231.
this currently WIP pull request makes a few changes currently:
fixvx.comnow works in the URL textboxthis PR is best done squashed I think but I can also re-commit these and make it properly named instead of being as it is right now
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.