By: BrightKnight Add-on
Inspect and view changes in Hide Leetcode Difficulty & Acceptance source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Hide Leetcode Difficulty & Acceptance",
"version": "1.0",
"description": "Hide difficulty and acceptance rate of problems across leetcode with just a single toggle.",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"*://*.leetcode.com/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Hide Leetcode Difficulty & Acceptance",
"default_icon": "icons/48.png"
},
"icons": {
"48": "icons/48.png",
"96": "icons/96.png",
"128": "icons/128.png"
},
"content_scripts": [
{
"matches": [
"*://*.leetcode.com/*"
],
"css": [
"hide.css"
],
"run_at": "document_start"
},
{
"matches": [
"*://*.leetcode.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "leetcode-hide@brightKnight",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Hide Leetcode Difficulty & Acceptance Alternatives
Here are some Firefox add-ons that are similar to Hide Leetcode Difficulty & Acceptance:
Hide LeetCode Difficulty
Costanza
LeetCode DifficultyTag Hider
Mayank Khadayate
LC_Difficulty_Eliminator
Akhil Sharma
LeetCode Blind Mode
Jaskirat Miglani
Painless LeetCode
nikaltipar
LeetCode Acceptance Rate Hider
nickstauffer
Leetcode-Difficulty-Hide
One
Hide LeetCode Solutions
Jared Cuglietta
Leetcode Hardmode
pat
LeetQuiet: Code with Focus. Not with Noise.
Sathwik Hejamady Bhat
LeetChill
Aaron Knobloch
Codeforces Rating Hider
Hemil Patel