Historia wersji dodatku AiBlock for Youtube — 12 wersji
AiBlock for Youtube Autor: Override92
Historia wersji dodatku AiBlock for Youtube — 12 wersji
Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.
Najnowsza wersja
Wersja 1.1.1
Data wydania: 1 mar 2026 — 64,75 KBDziała z: firefox 58.0 i nowsze[1.1.1] - 2026-03-01
Changed- Popup redesign: Complete visual overhaul with AiSList dark theme matching to project's website
- Fixed-height popup with consistent footer positioning
- Three-dot menu for Export/Import/Clear actions
- Tab renames: "Settings" → "Preferences", "Channels" → "Your Filter"
- Username section changed: Now with custom "Anonymous" toggle
- Edit button hidden when anonymous mode is enabled
Improved- Light mode contrast: Improved readability for footer links, theme toggle, and subtitle
- Dark mode default: Explicitly set as default on first install
- Sync notification: Now shows total channels synced (blocklist + warnlist combined)
- Search page channel detection: Added
a#channel-thumbnailselector for reliable extraction - Channel renderer support: Added
ytd-channel-rendererfor channel cards in search results - New Shorts format support: Added
ytm-shorts-lockup-view-model-v2andgrid-shelf-view-model
Licencja kodu źródłowego: Licencja MIT
Poprzednie wersje
Wersja 1.1.0
Data wydania: 15 lut 2026 — 63,31 KBDziała z: firefox 58.0 i nowsze[1.1.0] - 2026-02-15
Added- Channel page submission: Right-click context menu on channel pages now uses channel handle from URL
- Automatically extracts channel handle from URLs
- Finds any video on the page to use as evidence link
- First-time submission confirmation: Player submit button now shows a confirmation modal on first use
- Explains that the channel will be submitted to AiSList community blocklist
- "Don't show this again" checkbox to skip future confirmations
- Duplicate submission prevention: Tracks last 50 submitted channels to prevent accidental re-submissions
- Shows "Channel already submitted" message when attempting to submit a previously reported channel
- Stored locally, not visible in UI
- Channel handle validation: Popup submit form now validates and auto-extracts channel handles
- Shows clear error message for invalid formats
Improved- Channel detection reliability: Refactored
extractChannelFromElement()for more reliable channel handle extraction - Prioritizes
#avatar-linkas primary selector (most reliable source) - Better handling of sidebar videos, hover previews, and Shorts
Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.9
Data wydania: 25 sty 2026 — 64,36 KBDziała z: firefox 58.0 i nowsze[1.0.9] - 2026-01-25
Added- Context menu submission: Right-click on any video to submit the channel to the community list
- "Submit to Community List" option in context menu
- Automatically extracts channel handle and video URL
- Submit button in YouTube player controls: Added a flag icon button next to subtitle/autoplay buttons
- Quick one-click channel submission to community list while watching videos
- Visual feedback for submission states (submitting, success, error)
- Only visible when community list is enabled and on watch pages
- Submit Channel tab in popup: New fourth tab for submitting channels to the community list
- Enter channel handle (@channelHandle) and video URL as evidence
- Username field in Settings tab for attribution
- Anonymous submission option: Checkbox in Settings to submit channels anonymously
- HTTP error handling: Added proper error messages on ban, rate limitations, etc.
- Sidebar video blocking: Videos in the sidebar (suggested videos on watch pages) now get overlays/hidden
- Added
processSidebarVideos()function to handleyt-lockup-view-modelelements
Improved- Clearer overlay messages: Updated overlay title text based on list source
- Compact overlay for sidebar videos: Smaller overlay design that fits within sidebar video thumbnails
- API error handling: Improved 502 error messages across all submission methods
Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.8
Data wydania: 11 sty 2026 — 53,95 KBDziała z: firefox 58.0 i nowsze[1.0.8] - 2026-01-11
Added- Join Discord-Button
Changed- Popup UI reorganization: Restructured popup interface with three main navigation tabs
- Settings tab: Contains block mode settings, community blocklist settings, and action buttons
- Channel Management tab: Contains the three channel lists (Blacklist, Warnlist, Whitelist) with nested tabs
- Statistics tab: Contains all statistics tiles in a dedicated view
- Moved "Clear All Blocks", "Export Data", and "Import Data" buttons from footer to Settings tab
Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.7
Data wydania: 5 sty 2026 — 52,6 KBDziała z: firefox 58.0 i nowsze[1.0.7] - 2026-01-05
Added- Manual channel addition: Added text input fields to manually add channels to lists
- Input field with "Add" button in each tab (Blacklist, Warnlist, Whitelist)
Fixed- Fullscreen cursor visibility: Fixed cursor not disappearing in fullscreen mode when media controls hide
- Cursor now properly hides with controls in fullscreen as expected
- Statistics section overlap: Fixed Statistics heading overlapping with channel list items
Improved- Compact statistics display: Reduced statistics tiles height by ~20% for better space utilization
Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.6
Data wydania: 16 gru 2025 — 51,94 KBDziała z: firefox 58.0 i nowszeAdded- Sidebar video context menu support: Right-click context menu now works on sidebar video recommendations
Improved- Performance optimization: Added MutationObserver throttling
Fixed- Video player interaction: Fixed click-to-pause/play functionality on main video player
Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.5
Data wydania: 10 gru 2025 — 50,79 KBDziała z: firefox 58.0 i nowsze[1.0.5]
Improved- Enhanced context menu channel detection: Right-click context menu now works reliably across all video types
- Hover preview videos: Successfully extracts channel when right-clicking on hover preview videos
- Shorts detection: Context menu disabled for Shorts videos (shows "No Channel Found")
- Shorts don't have accessible channel info in the DOM
Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.4
Data wydania: 6 gru 2025 — 48,19 KBDziała z: firefox 58.0 i nowszeAdded- Community warnlist support: Extension now syncs and applies warnlist from GitHub alongside blocklist
- Warnlist channels show warning overlays (not hidden) regardless of block mode
- Popup displays separate counts for blocklist and warnlist in sync status
- Auto-sync on popup open: Automatically syncs community lists when opening popup if:
- "Use community blocklist" is enabled
- Last sync was more than 24 hours ago
Fixed- Shorts overlay persistence bug: Fixed issue where scrolling through Shorts would incorrectly show block overlays on unrelated videos
- Root cause: YouTube reuses DOM elements (virtual scrolling), causing stale overlays to persist
- Import functionality in Firefox: Fixed import not working due to popup closing when file dialog opens
- Import button now opens a dedicated import page in a new tab (Firefox only)
- Workaround required due to Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1292701
- Shorts "Skip to Next" button: Fixed non-functional skip button on blocked/warned Shorts
Improved- Community count now shows total of blocklist + warnlist channels
- Sync status message more informative with separate blocklist/warnlist counts
- Export function now excludes community lists: Only exports user data (personal blacklist/warnlist/whitelist, settings, and preferences)
- Community lists are synced from GitHub and shouldn't be exported
- Smaller export files and cleaner data portability
Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.3
Data wydania: 12 lis 2025 — 44,76 KBDziała z: firefox 58.0 i nowsze- Added dark mode with a toggle
Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.2
Data wydania: 5 lis 2025 — 43,93 KBDziała z: firefox 58.0 i nowsze- Attempt to fix community list sync error after installation
- Community list should now sync consistently after installation
- Better error handling for network failures
Licencja kodu źródłowego: Licencja MIT
Wersja 1.0.1
Data wydania: 4 lis 2025 — 53,64 KBDziała z: firefox 58.0 i nowszeChanges in v1.0.1:
- Updated extension logo
- Fixed navigation handling: using forward/backward buttons could lead to false positives
- Fixed shorts not being hidden on mode changeLicencja kodu źródłowego: Licencja MIT
Wersja 1.0.0
Data wydania: 24 paź 2025 — 36,81 KBDziała z: firefox 58.0 i nowszeLicencja kodu źródłowego: Licencja MIT