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

Page without advertising, Unicode URL #26

Open
schabau opened this issue Mar 26, 2024 · 0 comments
Open

Page without advertising, Unicode URL #26

schabau opened this issue Mar 26, 2024 · 0 comments

Comments

@schabau
Copy link

schabau commented Mar 26, 2024

Hello,

It is better if the URL for the Unicode page is changed slightly in the unicodeHoverUtils.js.
The current site symbl.cc or unicode-table.com has a lot of advertising.

I changed it like this and it works very well:

- const externalLink = "https://unicode-table.com/en/" + (codePoint <= MAX_CODE_POINT ? codePoint.toString(16).toUpperCase() : "");
+ const externalLink = "https://compart.com/unicode/u+" + (codePoint <= MAX_CODE_POINT ? codePoint.toString(16).toUpperCase() : "");

Many greetings
Detlef Paschke

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

No branches or pull requests

1 participant