Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve README formatting and enhance adblocker functionality #3016

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

peter9811
Copy link

Update README and changelog formatting, improve TypeScript type annotations, and enhance the functionality of the adblocker plugin.

@peter9811 peter9811 requested a review from JellyBrick February 28, 2025 14:42
* **inject-cliqz-preload.ts**
  - Remove try-catch block around import statement

* **blocker.ts**
  - Remove try-catch block around ElectronBlocker.fromLists call

* **tsconfig.json**
  - Remove all comments from the JSON file

* **adSpeedup.ts**
  - Remove void return type from speedUpAndMute function
@ArjixWasTaken
Copy link
Contributor

ArjixWasTaken commented Mar 6, 2025

enhance adblocker functionality

I see nothing of the sort, is this meant to be a draft PR?

@peter9811
Copy link
Author

enhance adblocker functionality

I see nothing of the sort

Probably at the beginning when I was trying to improve some of the procedure on the adblock working way, but apparently wasn't good, so I remove it following the comments

I'll probably have a look later to see if I can do something else

@ArjixWasTaken
Copy link
Contributor

ArjixWasTaken commented Mar 6, 2025

adding a try/catch and simply logging the error does not "enhance" the adblocker's "functionality" in any way,
hence why I asked if this is a draft, because if it is a draft, then we have no reason to review this until you are done

@ArjixWasTaken
Copy link
Contributor

ArjixWasTaken commented Mar 7, 2025

@peter9811

for UI stuff we usually use solid-js

e.g. https://github.com/th-ch/youtube-music/pull/3066/files

@JellyBrick
Copy link
Collaborator

Are you asking AI IDEs like Cursor to "improve my code"?

@ArjixWasTaken
Copy link
Contributor

ArjixWasTaken commented Mar 26, 2025

Holy smokes, 8,503 additions?

Dude, no matter the quality of your PR, changes this big are impossible to review and merge.

If you actually care about contributing, then I recommend splitting up your PR in digestible chunks.

You'll do both yourself and the reviewer a favor :^)

PS: That way even if the reviewer rejects certain parts of your changes, they won't reject all of your changes.

@JellyBrick JellyBrick requested a review from Copilot March 28, 2025 00:34
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves the overall formatting of the README and changelog files across multiple languages and updates the ESLint configuration, TypeScript annotations, and adblocker plugin functionality.

  • Updated markdown formatting (e.g., consistent use of single quotes for image captions and standardized section headings) in various README files (ru, ko, is, hu, fr, es, and main README).
  • Improved ESLint configuration formatting for better readability and maintained consistency in GitHub workflows and issue templates.
  • Minor code refactoring changes, such as condition formatting in docs/js/main.js, and enhanced type annotations in the adblocker plugin.

Reviewed Changes

Copilot reviewed 60 out of 64 changed files in this pull request and generated no comments.

Show a summary per file
File Description
eslint.config.mjs Reformatted configuration objects with standardized commas
docs/readme/README-ru.md Updated image quoting and content list to improve readability
docs/readme/README-ko.md Adjusted screenshot quotes and list ordering for consistency
docs/readme/README-is.md Modified image quoting and reordered sections in the table of contents
docs/readme/README-hu.md Refined markdown table and content ordering for clarity
docs/readme/README-fr.md Standardized quotes and content ordering in the demonstration image
docs/readme/README-es.md Adjusted image quotes and reordered sections for consistency
docs/js/main.js Reformatted condition expressions with vertical alignment
changelog.md Updated changelog entry formatting for consistent styling
README.md Modified image quotes, headings, and text blocks for improved clarity
.github/**/.yml and ISSUE_TEMPLATE/.yml Updated string quoting consistency across GitHub workflow and template files
Files not reviewed (4)
  • docs/index.html: Language not supported
  • docs/style/fonts.css: Language not supported
  • docs/style/style.css: Language not supported
  • license: Language not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants