Fixing anti-adblock on flacdownloader.com - #2942
Open
griffinallen wants to merge 30 commits into
Open
Conversation
This site has an anti-adblock message that appears under the condition that navigator.brave exists. To bypass this, we need to implement our brave-fix on this site
The following issue describes a problem on whatsapp where users on specific devices could not see reaction emojis when attempting to react to a message. By disabling hardware concurrency farbling, this feature works as expected. This change will disable hardware concurrency farbling by default, acting as an interim fix until we can fix the underlying issue. brave/brave-browser#56766
…p.com" This reverts commit b4e5610.
Collaborator
|
Has other changes included here, maybe rebase? @griffinallen |
This "switch browser" message is due to portal.app.flow.com.ar using the navigator.brave element triggering an if statement in the site's source which will display this message, telling the user to use Chrome instead. To bypass this message, we need to apply the brave-fix scriptlet to this site
This site has an anti-adblock message that appears under the condition that navigator.brave exists. To bypass this, we need to implement our brave-fix on this site
The following issue describes a problem on whatsapp where users on specific devices could not see reaction emojis when attempting to react to a message. By disabling hardware concurrency farbling, this feature works as expected. This change will disable hardware concurrency farbling by default, acting as an interim fix until we can fix the underlying issue. brave/brave-browser#56766
…p.com" This reverts commit b4e5610.
…/griffinallen/adblock-lists into flackdownloader.com_anti_adblock
Contributor
Author
|
@ryanbr - rebased |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This site has an anti-adblock message that appears under the condition that navigator.brave exists. To bypass this, we need to implement our brave-fix on this site
Related to https://github.com/brave-experiments/spiking-webcompat-reports/issues/2082