🌐 Website Issue | Font icons not displaying properly when using NoScript
#1763
Closed
opened 3 years ago by Zenithium
·
4 comments
No Branch/Tag Specified
master
dependabot/bundler/nokogiri-1.12.5
ookangzheng/patch-1
arche-dev/quad9
dependabot/bundler/addressable-2.8.0
lrq3000/session-loki
CristianAUnisa/master
lrq3000/framadrop-lang
lrq3000/bitwarden-tip
lrq3000/remote-desktop
lapp0/matrix-closed
lrq3000/funkwhale
lrq3000/freddy-m-patch-3
lrq3000/kopano-meet
lrq3000/invizible
lrq3000/sharedrop
lrq3000/onioncat
lrq3000/muwire
lrq3000/duplicati
lrq3000/production-build-fix
chasepd/master
jackmchou/issue-1962
Minimalist73/master
LongJohn-Silver/LongJohn-Silver-update
jonaharagon/jekyll-improvements
Gusted/Javascript-Cleanup
freddy-m-patch-3
pr-add_RemoveMyPhone_sponsor
pr-browser_cleanup_1257_1328_1430
freddy-m-patch-2
davegson/master
freddy-m-patch-1
pr-vpn_hated_one_video
lrq3000/privacyspy
cdn
update-nitrohorse-image
promote-metager-to-card
hardware
pr-add_azirevpn
pr-add_mailfence
shop
Zcr34/Zcr34-patch-1
1673
pr/1658
i18n-simple
djoate/i18n-encode-len-after-strip
sponsorship-edits-nov2019
MarkusZoppelt/master
i18n
yeet648/i18n
ipfs
blacklight447-ptio-patch-3
blog
remove-windows-icons
pr/1147
i18n-testing
add-beautify
ghbjklhv/patch-6
ghbjklhv/patch-5
gjhklfdsa/Hardware-Section
Labels
Clear labels
The Invisible Internet Project (I2P)
Operating Systems
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Extensible Messaging and Presence Protocol
Matrix protocol
approved, waiting for a PR
Pull requests that update a dependency file
A label for stalebot if it gets added
Anything related to media streaming.
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Browser Extension related issues
Anything covering a translated version of the site
*Technical* issues with the website.
Anything primarily related to site cleanup.
Correction of content on the website
Virtual Private Network
Domain Name System
Firefox & forks, about:config etc.
Apply labels
🔍🤖 Search Engines
I2P
The Invisible Internet Project (I2P)
OS
Operating Systems
Self-contained networks
Social media
Tor
Anything covering the Tor network
WIP
active work in progress, do not merge or PR (yet)!
XMPP
Extensible Messaging and Presence Protocol
[m]
Matrix protocol
approved
approved, waiting for a PR
dependencies
Pull requests that update a dependency file
duplicate
feedback wanted
high priority
iOS
low priority
stale
A label for stalebot if it gets added
streaming
Anything related to media streaming.
todo
wontfix
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
Browser Extension related issues
✨ enhancement
❌ software removal
🆕 software suggestion
🆘 critical
🇦🇶 translations
Anything covering a translated version of the site
🌐 Social News Aggregators
🌐 hosting
🌐 website issue
*Technical* issues with the website.
🏠 housekeeping
Anything primarily related to site cleanup.
🐛 bug
👁️ browsers
👥 team chat
💢 conflicting
💬 discussion
💻 hardware
📁 file storage
📝 correction
Correction of content on the website
📧 email
🔎 research required
🔐 password managers
🔒 VPN
Virtual Private Network
🔒 file encryption
🖊️ digital notebooks
🗄️ DNS
Domain Name System
🗨️ instant messaging (im)
🚫 Windows
🤖 Android
🦊 Firefox
Firefox & forks, about:config etc.
🧰 productivity tools
No Label
🔍🤖 Search Engines
I2P
OS
Self-contained networks
Social media
Tor
WIP
XMPP
[m]
approved
dependencies
duplicate
feedback wanted
high priority
iOS
low priority
stale
streaming
todo
wontfix
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
🆕 software suggestion
🆘 critical
🇦🇶 translations
🌐 Social News Aggregators
🌐 hosting
🌐 website issue
🏠 housekeeping
🐛 bug
👁️ browsers
👥 team chat
💢 conflicting
💬 discussion
💻 hardware
📁 file storage
📝 correction
📧 email
🔎 research required
🔐 password managers
🔒 VPN
🔒 file encryption
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🚫 Windows
🤖 Android
🦊 Firefox
🧰 productivity tools
Milestone
Set milestone
Clear milestone
No items
No Milestone
Assignees
Assign users
Clear assignees
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#1763
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No
Yes
Description
One way this could be solved is by introducing a class to problematic font icons called
hideicon
, setting their style to"display:none"
and then using JavaScriptdocument.getElementsByClassName("hideicon").stlyle.display = ";
to revert the display property to the CSS default value.This mostly solves the issues with the navigation bar (excluding home button) but other sections like the "Spread the word and help your friends" at the bottom of the page will have to be tweaked differently as the icons are the only thing there. Perhaps a similar approach as above but instead of just hiding the icon, a fallback logo image would be shown in the opposite way that was described above.
Screenshots
It works okay for me, are you using No Script?
This does seem to be caused by NoScript exclusively and not TB Safest, weird. I thought that Safest implies NoScript being enabled.
We are not currently interested in fixing this issue. If you have browser-side extensions that break compatibility with the websites you visit, those are use-cases that we can not prepare for. Your alternative solution would break icons for all users with Javascript disabled, which is not ideal.