메뉴
한국어

Safari용 AdGuard – Release – AdGuard 버전

Safari용 AdGuard 1.11.17
출시일: 2024년 3월 4일
이 버전에서는 scriptlets, 번역 및 필터가 업데이트되었습니다.

변경 로그

개선 사항

필터가 업데이트되었습니다.
번역이 업데이트되었습니다.

Scriptlets (JavaScript로 필터링 규칙을 강화하는 라이브러리)

scriptlets이 v1.10.1 로 업데이트되었습니다.
Safari용 AdGuard 1.11.16
출시일: 2023년 11월 20일
이 버전은 확장 프로그램을 비활성화하지 않고는 유튜브에서 동영상을 시청할 수 없었던 사용자에게 도움이 될 것입니다. 필터 개발자가 광고 차단 규칙을 더 유연하게 만들 수 있도록 Scriptlets을 업데이트하여 사용자가 방해 없이 동영상을 시청할 수 있도록 했습니다. 또한 고급 필터링 규칙을 적용하는 방식도 개선했습니다.

변경 로그

개선 사항

고급 규칙 적용 방법이 개선되었습니다. #917

Scriptlets (JavaScript로 필터링 규칙을 강화하는 라이브러리)

Scriptlets이 v1.9.91로 업데이트되었습니다.

필터 관리자를 위한 중요 사항

!#else 전처리기 지시어 지원이 추가되었습니다. #20
Safari용 AdGuard 1.11.15
출시일: 2023년 10월 6일
Safari용 AdGuard의 새로운 버전을 소개합니다. 이번 버전의 주요 목표는 새로운 macOS Sonoma와의 호환성을 보장하는 것이었으며, 이를 위해 앱을 전반적으로 개선했습니다.

하나의 아이콘이 두 개보다 낫습니다.

macOS Sonoma 출시와 함께 Safari 브라우저가 변경되었습니다. 이제 모든 확장 프로그램 아이콘이 툴바에 표시되지 않아야 하는 경우에도 기본적으로 표시됩니다. 그 결과 AdGuard 고급 차단 확장 프로그램 아이콘도 툴바에 표시되어 불편을 겪을 수 있습니다.
이 문제를 해결하기 위해 두 개의 확장 프로그램을 하나의 확장 프로그램인 Safari용 AdGuard로 통합했습니다.
또한 로그인 시 설정 패널이 열리던 성가신 문제도 수정되었습니다. 이 문제는 이전에 해결되었지만 다시 발생했습니다.
마지막으로, AdGuard 규칙을 Safari에서 지원되는 형식으로 변환하는 SafariConverterLib 라이브러리의 몇 가지 버그를 수정했습니다. 그리고 고급 차단 규칙을 위한 짧은 매개변수화 스크립트인 Scriptlets 라이브러리도 업데이트했습니다.

변경 로그

수정 사항

로그인 시 설정 패널이 열립니다. #853
Safari 17 도구 모음에서 AdGuard 고급 차단 확장 프로그램 아이콘이 수정되었습니다. #877
$match-case 수정자가 작동하지 않았습니다. #55

버전

Scriptlets이 1.9.72 버전으로 업데이트되었습니다.
Safari용 AdGuard 1.11.14
출시일: 2023년 7월 21일
저희는 Safari용 AdGuard를 지속적으로 개선하고 있습니다. 이번 버전에서는 변환기와 관련된 몇 가지 성능 문제가 수정되었으며 스크립틀릿, SafariConverterLib 및 AdGuard 어시스턴트가 업데이트되었습니다.

변경 로그

수정 사항

if-domainunless-domain에 정규식 값이 포함된 규칙은 지원되지 않았습니다. #53
unless-domainif-domain에 많은 수의 도메인이 있는 규칙이 분할되었습니다. #51
차단할 요소 선택이 baidu.com에서 작동하지 않았습니다. #1246

버전

AdGuard 어시스턴트가 v4.3.70으로 업데이트되었습니다.
스크립틀릿이 v1.9.37로 업데이트되었습니다.
SafariConverterLib가 v2.0.40으로 업데이트되었습니다.
Safari용 AdGuard 1.11.13
출시일: 2023년 5월 12일
앱이 광고를 식별하는 데 도움이 되는 방법은 여러 가지가 있습니다. 이러한 방법 중 하나는 :has() 의사 클래스를 사용하는 것입니다. 예를 들어, '배너'라는 항목을 차단하도록 AdGuard를 설정할 수 있습니다.
16.4 버전부터 이 의사 클래스는 Safari에서 지원되며 해당 클래스가 포함된 규칙을 기본적으로 적용할 수 있습니다. 즉, 브라우저가 해당 규칙을 자체적으로 처리하므로 더 이상 ExtendedCss 라이브러리를 사용할 필요가 없습니다. 하지만 여전히 #?# 마커를 사용하여 이러한 규칙을 처리할 수 있습니다. 또한 Safari의 자체 콘텐츠 차단기에 규칙이 적용되므로 필터링 속도가 빨라집니다.
이번 패치에서는 규칙 변환기 관련 문제도 수정하고 ExtendedCss 및 Scriptlets을 업데이트했습니다.

변경 로그

필터 관리자를 위한 중요 사항

:has()#?# 마커가 없는 경우 표준 의사 클래스로 처리해야 합니다. #43

버전

ExtendedCss가 v2.0.52로 업데이트되었습니다.
Scriptlets이 v1.9.7로 업데이트되었습니다.
Safari용 AdGuard 1.11.12
출시일: 2023년 3월 23일
Safari용 AdGuard 1.11.12 버전은 확장 프로그램의 더 나은 기능과 더 나은 사용자 경험을 위한 사소하지만 중요한 업데이트를 제공합니다. OS 시작 후 확장 프로그램 설정 창이 전체 화면으로 열리던 버그가 수정되었습니다. 또한 스크립틀릿(Scriptlets)과 ExtendedCss가 업데이트되었습니다.

변경 로그

버전

ExtendedCss가 v2.0.51로 업데이트되었습니다
스크립트(Scriptlets)가 v1.9.1로 업데이트되었습니다

수정 사항

기능 요청 및 버그 보고 옵션이 오래된 GitHub 페이지로 이동했습니다 #798
자동 시작 시 앱이 백그라운드가 아닌 전체 화면 모드로 실행되는 문제가 수정되었습니다 #805
Safari용 AdGuard 1.11.11
출시일: 2023년 2월 9일
Safari용 AdGuard 1.11.11 버전에는 멋진 버전 번호뿐만 아니라 여러 가지 유용한 업데이트된 기능이 있습니다. 여러 언어로 필터 카테고리에 대한 번역을 추가했으며 수동으로 링크를 추가하지 않고도 버튼을 클릭하여 사용자 정의 필터를 구독할 수 있는 옵션을 추가했습니다. 또한 로그인 시 Safari용 AdGuard 실행 옵션이 이제 기본적으로 다시 비활성화되고 ExtendedCSS 및 스크립틀릿이 업데이트되었습니다.

변경 로그

업데이트 사항

*ExtendedCss가 v2.0.45로 업데이트되었습니다.
스크립틀릿이 v1.8.2로 업데이트되었습니다.

추가 사항

구독/추가 버튼을 클릭하여 사용자 지정 필터를 구독하는 옵션
필터 카테고리에 대한 번역

개선 사항

이제 로그인 시 Safari용 AdGuard 실행 옵션이 기본적으로 비활성화됩니다.
Safari용 AdGuard 1.11.10
출시일: 2022년 12월 26일
이 핫픽스에서는 이전 버전에서 누락된 중국어 현지화를 복원했습니다.

변경 로그

수정된 내용

중국어 번역이 누락되었습니다. #777
Safari용 AdGuard 1.11.9
출시일: 2022년 12월 19일
이 버전에서는 몇 가지 버그를 수정하고, ‘검색 엔진의 광고와 웹 사이트의 자체 광고 허용’ 옵션의 기능을 복원했으며 번역을 업데이트했습니다. 또한 필터 탭의 검색 상자에 'X'가 추가되었으므로 이제 쉽게 지울 수 있습니다.

변경 로그

개선된 기능

이제 ‘로그인 시 Safari용 AdGuard 실행’ 옵션이 기본적으로 활성화됩니다.#729
필터 탭에서 검색 필드를 지우는 옵션이 추가되었습니다.
번역이 업데이트되었습니다.

수정된 내용

백만 개 이상의 규칙이 있는 필터를 추가할 때 ‘알 수 없는 오류’가 발생했습니다.#720
확장 프로그램이 ‘반전된 허용 목록’ 모드에서 상태를 잘못 표시했습니다. #576
필터 탭의 업데이트 확인 버튼이 작동하지 않았습니다.
독립 실행형 빌드는 arm64에 대해 자동으로 업데이트되지 않았습니다.#768
필터 차단 해제 검색 및 자체 프로모션이 Google 검색 엔진에서 작동하지 않았습니다.#37
Safari용 AdGuard 1.11.8
출시일: 2022년 11월 23일
Safari 16에서 적용 가능한 활성 규칙의 수를 줄이는 버그를 수정했습니다. 그리고 Safari용 AdGuard에서는 사용자 인터페이스에 몇 가지 변경 사항이 적용되었습니다.

변경 로그

[개선 사항] 다크 테마의 다크 스크롤바 #727
[개선 사항] 정보 탭에 SafariConverterLib 버전 표시#742
[수정 사항] Safari 16.0 DB2의 활성 규칙이 잘못 계산됨 #732
[기타] ExtendedCss가 v2.0.10으로 업데이트됨
[기타] 스크립틀릿은 v1.6.55로 업데이트됨
Safari용 AdGuard 1.11.7
출시일: 2022년 8월 18일
앱 안정성을 높이고 사소한 버그를 수정하기 위한 기술 업데이트입니다.
또한 규칙 변환기가 업데이트되었고 보정 규칙의 '$path' 수정자와 관련된 버그가 수정되었습니다. 이 버그로 인해 macOS Big Sur의 콘텐츠 차단기에 대한 컴파일 오류가 발생했습니다.
Safari용 AdGuard 1.11.6
출시일: 2022년 6월 29일
We're quickly releasing a hotfix for a single but very annoying bug: AdGuard for Safari was preventing other apps (like Safari or Xcode) from responding to the Cmd+R shortcut. Now everything is working properly.

Changelog

[Fixed] AdGuard for Safari app intercepts Cmd+R shortcut globally when backgrounded #730
Safari용 AdGuard 1.11.5
출시일: 2022년 6월 23일
이전 버전에서는 심각한 버그가 발견되었습니다. 운영 체제 버전이 잘못 인식되어 필터링 규칙이 변환되지 않을 수 있었습니다. 이 버그가 수정되었습니다. 그리고 스크립틀릿이 업데이트되었으며 ‘정보’ 탭의 버전 번호에 빌드 번호가 추가되었습니다. 이제 GitHub에서 버그를 보고하거나 새로운 기능을 제안하면 저희가 더 쉽게 도와드릴 수 있습니다.

변경 사항

[개선 사항] 스크립틀릿이 v1.6.20으로 업데이트됨
[개선 사항] ‘정보’ 탭의 버전에 빌드 번호가 추가됨
[수정 사항] Cmd-R을 누르면 인터페이스가 다시 로드됨 #728
[수정 사항] macOS 버전이 잘못 인식됨
Safari용 AdGuard 1.11.4
출시일: 2022년 4월 21일
Safari용 AdGuard가 제대로 작동하기 위해 이 버전은 버그 수정 및 UI 개선에 집중하여 업데이트 되었습니다. 필터 정렬을 조정하고 확장 프로그램을 정지시키는 버그를 수정했습니다. 그리고 macOS 11.6.5 + Safari 15.4에서 AdGuard 베이스 필터의 컴파일 문제를 해결했습니다. 또한 일부 UI 문제가 수정되었습니다. 이번 업데이트를 통해 확장 프로그램을 더욱 편안하게 사용할 수 있기를 바랍니다.

변경 로그

[개선 사항] 활성화되면 필터가 목록의 맨 위로 이동함
[수정 사항] 필터를 활성화/비활성화할 때 확장 프로그램이 느리게 실행됨 (특히 Safari 브라우저를 사용할 때)
[수정 사항] macOS 11.6.5 + Safari 15.4에서 AdGuard 베이스 필터 컴파일 실패 #699
[수정 사항] 사용자 정의 필터 섹션 검색이 작동하지 않음 #712
[수정 사항] 텍스트 상자에서 사용자 규칙 또는 허용 목록을 열 때 커서가 나타나지 않음 #711
Safari용 AdGuard 1.11.3
출시일: 2022년 2월 11일

리뷰 상태:

공개됨 (단계적 출시: 현재 1%)
Safari용 AdGuard의 새 버전을 만나 보세요! 이제 각 콘텐츠 차단기에서 최대 15만개의 규칙을 사용할 수 있습니다!
AdGuard 일반, AdGuard 개인 정보 보호, AdGuard 소셜, AdGuard 보안, AdGuard 기타 및 AdGuard 커스텀의 6가지 콘텐츠 차단기 각각에 대한 규칙 수를 3배로 늘렸습니다. 각 콘텐츠 차단기는 광고 차단 품질을 향상시킬 최대 15만개의 규칙을 포함할 수 있습니다.
그리고 Apple이 로고에서 Safari 아이콘을 제거하도록 요청했기 때문에 앱 아이콘을 변경했습니다. 하지만 이 아이콘은 쉽게 알아볼 수 있을 것 같습니다. 새로운 아이콘이 아니기 때문입니다.
또한 규칙 변환기와 스크립틀릿이 업데이트되고 몇 가지 사소한 버그가 수정되었습니다.

변경 사항

[개선 사항] 독일어 현지화 업데이트됨 #658
[개선 사항] WKContentRuleList 제한 사항이 준수됨 #679
[개선 사항] 스크립틀릿 및 리디렉션이 1.3.17 버전에서 1.5.24 버전으로 업데이트됨
[개선 사항] ExtendedCs가 1.3.11 버전에서 1.3.14 버전으로 업데이트됨
[개선 사항] AdGuard 어시스턴트가 4.3.40 버전에서 4.3.43 버전으로 업데이트됨
[개선 사항] 보정 규칙에서 $path 수정자 지원 추가됨
[개선 사항] 앱 아이콘이 변경됨
[수정 사항] 사용자 정의 필터의 설명은 제거 버튼에 겹쳐짐 #673
[수정 사항] 일부 규칙을 처리하지 못함 #33
[수정 사항] 일반 허용 목록으로 설정을 가져온 후 허용 목록이 반전된 상태로 유지됨
[수정 사항] 확장 프로그램을 수동으로 다시 시작한 후 업데이트 다시 다운로드
Safari용 AdGuard 1.10.4
출시일: 2021년 7월 21일
Meet AdGuard v.1.10.4 for Safari! The new version includes the improved rules converter that will be able to adapt to new Safari features. Besides, we’ve added new translations for German, Swedish and other localizations, fixed conflicting notification statuses and some issues with User rules and Allowlist.

Changelog

[Enhancement] The phrase "Ad blocking in Safari is on/off" was changed to "AdGuard protection is on/paused" #610
[Fixed] German translations were added #581
[Fixed] Missing text in the Swedish translation was added #627
[Fixed] “Back” button behavior for filters’ screens #581
[Fixed] The problem with conflicting notification statuses after filters update was solved #614
[Other] When adding a website to the disabled allowlist, this list will be automatically enabled
[Other] If user adds a rule with the manual element blocking tool on a website, the "User rules" section will be enabled
[Other] While being disabled, the "User rules" section will be also exported with settings export
[Other] trusted filter tag is no longer translated
Safari용 AdGuard 1.9.19
출시일: 2021년 6월 21일
AdGuard v1.9.19 for Safari is finally released! We bet you’ve been waiting for it.
You may have noticed that we had already released AdGuard for Safari. Sadly, we found a critical error that forced us to cancel v1.9.17. Now that we’ve fixed this problem, we are re-releasing the new version. Now the extension operates smoothly!
[Added] Apple Silicon Universal build #493
In this version, we’ve added a universal build for the latest M1 chipset. Since the end of 2020, Apple has begun the switch from Intel processors to Apple-designed ones. We’ve been working to make AdGuard for Safari compatible with new ARM-based Macs using Apple M1 processor, and we’re happy to introduce to you the result. Besides, the new version includes an important fix build signing that caused UI-related issues and other minor fixes and improvements.
Safari용 AdGuard 1.9.17
출시일: 2021년 6월 8일
Less than two months from the previous release have passed, and we've managed to do a lot during this time.
[Added] Apple Silicon Universal build #493
In this version, we’ve added a universal build for the latest M1 chipset. As promised, we started preparing for the next release with this task. Since the end of 2020, Apple has begun the switch from Intel processors to Apple-designed ones. We’ve been working to make Macs with the new ARM architecture, using Apple M1 processor, compatible with AdGuard for Safari, and we’re happy to introduce to you the result. Besides, we updated the Safari rules converter and app icon. And naturally, fixed some minor bugs (UI and others).

Changelog

[Enhancement] Added a hotkey to disable the rule #411
[Enhancement] In the “General” and “Filters” sections, the internal content moves upward when starting #529
[Fixed] Element hiding rule converted incorrectly #21
[Fixed] Different description styles in localizations #570
[Fixed] Incorrect behaviour underlining a word in the user list (dark theme) #585
[Fixed] The app infinitely checks for updates, when Wi-Fi is down and there is no Internet #559
[Fixed] When entering the “Content Blockers” section, the “General” tab should be highlighted #552
[Fixed] Asymmetry of text and buttons on the vertical axis of symmetry #593
[Fixed] The location of the reload icon in the “About” tab #558
[Fixed] The link should not be moved to another line #572
[Fixed] In the Russian localization, the “Check for updates” button is moved to another line #577
[Fixed] Decreased the line length and moved the “Relaunch” button #580
[Fixed] The return arrow in “User rules” and “Allowlist” is lower than in other sections #588
[Other] Updated the app icon #579

SafariConverterLib update v1.1.27

[Enhancement] Added $denyallow modifier support #5
[Enhancement] Allowed *## cosmetic rules #11
[Enhancement] Added generic CSS exclusions #15
[Fixed] Added $specifichide modifier support #6
[Fixed] Issue with long multi-domain element hiding rules #8
[Fixed] Element hiding rule with few selectors converted to an incorrect rule #21
[Fixed] Use if-domain and unless-domain together #12
[Fixed] The rule with $ping blocks the whole page #14
Safari용 AdGuard 1.9.13
출시일: 2021년 4월 8일
Hello there!
Today we are releasing AdGuard for Safari 1.9.13. It has many fixes as you can see by the extensive changelog, but the most important ones would be the fixed memory leak, added dark theme for the element blocking window, fixed inverted allowlist behaviour, and many general user interface improvements.
Speaking of design, see how beautiful and intuitive it looks now
img
User rules are now available in the Filters section:
img

Changelog

[Added] Explanation of the permissions AdGuard for Safari uses #276
[Added] "Export Logs" button in General settings #466
[Added] Dark theme for "Block element on page" #476
[Added] Autosave when importing rules #555
[Enhancement] Modified UI behavior #402
[Enhancement] The application icon is different from the extension icon #458
[Enhancement] Moved the funnel and the green bar to the right side #463
[Enhancement] Added a warning when selecting “Update interval - Do not update” #527
[Enhancement] Content in the “General” and “Filters” sections moves upward when switching between them #529
[Enhancement] Improved the export of inverted allowlist #544
[Fixed] AdGuard isn't compatible with Web Annoyances Ultralist filter list #390
[Fixed] $jsinject doesn't disable JS rules #484
[Fixed] Update icon is cropped at the bottom #494
[Fixed] Memory leak #505
[Fixed] JS exceptions thrown on filter update/compilation (v1.9.3beta/v1.9.5beta on macOS 10.13.6) #525
[Fixed] When Safari launches, the old AdGuard icon is loaded #528
[Fixed] Pausing AdGuard doesn’t work properly #535
[Fixed] Error when converting rules to Safari content blocking syntax #537
[Fixed] “Allowlist” remains on when the slider is off #539
[Fixed] The memory leak grows to 2GB, AdGuard for Safari doesn’t respond and crashes #542
[Fixed] Format tag not replaced by the number of filters #566
[Fixed] “Invert allowlist” behaviour #568
[Fixed] Small typos in source code files and formatting errors #403
[Fixed] Checkbox in extension menu is not visible in dark theme #491
[Fixed] The extension icon flickers while in pause mode when you refresh the page or switch tabs #497
[Fixed] Wrong hyperlink color on the "About" page in dark theme #498
[Fixed] Close the AdGuard Assistant window after clicking the “Report this website” #530
[Fixed] Time changes when updating from the “Filters” section #538
[Other] Improvements and UI fixes v.1.9.5 #543
[Other] Minor fixes & improvements
[Other] Localisation fix
Safari용 AdGuard 1.8.10
출시일: 2020년 12월 7일
If you imagined the most minimalistic release ever, here it is. In this version, we have rounded off rough corners, ironed out the kinks and fixed the problem with the AdGuard Advanced Blocking module. A release is not always a truckload of changes. Minor updates are also needed, they allow us to support the products at a high level. ​

Changelog

[Fixed] Sometimes AdGuard Advanced Blocking works incorrectly
[Other] Minor fixes and improvements
Safari용 AdGuard 1.8.9
출시일: 2020년 12월 4일
Unfortunately, the previous update wasn't ideal. We have to apologize and admit that we made some mistakes there that require immediate fixing. And Big Sur doesn't make it easier too. In this release, we keep on fixing compatibility issues and other bugs.

Changelog

[Fixed] JavaScript user filter does not run on all websites #394
[Fixed] The scriptlet doesn't apply in iframe #395
[Fixed] AdGuard Security extension fails to load (intermittently) #454
[Fixed] The French filter is still causing an issue #456
[Fixed] AdGuard 1.8.8 for BigSur on Safari 14.0.1 doesn't block ads #461
[Fixed] macOS Big Sur Safari Adguard Advanced Blocker - Gmail won't load #464
[Fixed] YouTube scrolling is laggy #469
[Fixed] The cosmetic rule doesn't work #471
[Other] GH builds are not signed (high sierra) #453
Safari용 AdGuard 1.8.8
출시일: 2020년 11월 28일
This release brings a lot of fixes and improvements. Namely, it's better compatibility with macOS High Sierra (used to have troubles) and a revamped macOS Big Sur style icon (used to look too old-school), improved logging and a fix for Gmail compatibility issue.

Changelog

[Enhanced] The archive generated by "Export logs and system info" also includes content blockers JSON files
[Enhanced] Empty strings are not removed anymore #410
[Fixed] Verbose logging is inconsistent after switching from standalone to mas and vice-versa #443
[Fixed] The response field of the return button has moved down #446
[Fixed] AdGuard 1.8.6 on macOS Big Sur 11.0.1 with Safari 14.0.1 breaks Gmail #433
[Fixed] After saving the rules in editor all text becomes selected #408
[Fixed] Compilation error message on AdGuard for Safari #418
[Fixed] Font bug in "Block element on page" #405
[Fixed] High Sierra and Safari Converter Lib #419
[Fixed] Scriptlets + Cosmetic rules aren't applied #421
[Fixed] Extension UI needs to be improved #426
[Fixed] Spacing in the extension menu #415
[Fixed] Inaccuracies in the user interface #424
[Other] "Compilation failed" #434
[Other] UI improvements to General settings #416
[Other] Updated copyright info #423
[Other] Updated the "Custom Filter" window to match Big Sur guidelines #417
[Other] Revamped Big Sur style icon #413
Safari용 AdGuard 1.8.6
출시일: 2020년 11월 20일
This update brings a fix for an important filtering issue and few minor UI improvements.
[Fixed] Compilation error message on AdGuard for Safari #418
[Other] Fix spacing in the extension menu #415
[Other] UI improvements to Settings-General. #416
[Other] Update the "Custom-Filter" window to match Big Sur guidelines #417
Safari용 AdGuard 1.8.5
출시일: 2020년 11월 13일
You had to wait for some time for this AdGuard for Safari update, and we did everything we could to make the wait worthwile. From several new options to export/import user settings, blocklists, allowlists, and user rules — to multiple bugfixes and enhancements. v1.8.5 makes ad blocking in Safari better and much more convenient.
[Added] User rules and Allowlist Export/Import feature #320
Screenshot 2020-09-21 at 20 35 00
This feature is present in every other AdGuard app or browser extension, so it made a ton of sense to add it to AdGuard for Safari too. You can export your User rules to a local file at any time, as well as import from a file. Same goes for Allowlist; note that if you switch to Inverted Allowlist, you can export/import it too. All in all, it's useful when you want to reinstall the extension for any reason or transfer your preferences between browsers/devices.
[Added] User settings Export/Import feature #16
Screenshot 2020-09-21 at 20 35 08
Speaking of. Just as with User rules and Allowlist, it's now possible to do the same for your settings configuration. By the way, export feature will take into account which filters you have currently enabled too, even including your custom filters.

Changelog

[Fixed] Custom filter description
[Fixed] Problems with "Applications" folder
[Fixed] The icon is displayed incorrectly
[Fixed] Custom filters aren’t updating
[Fixed] Error is shown when moving adguard safari to applications folder #397
[Fixed] Console errors #377
[Fixed] Custom filters' last update timestamp isn't updated #348
[Fixed] "Open preferences" splash screen can't be dismissed #383
[Fixed] Filters' metadata is treated as filtering rules
[Fixed] Custom name for custom filter bug
[Fixed] Filter updates don't update metadata
[Fixed] "Allow search ads and self-promotion" filter's state isn't synced between the main page and "Filters" page
[Other] Malware Domains Blocklist replaced with Online Malicious URL Blocklist #374
[Other] Updated to Electron 9
Safari용 AdGuard 1.8.2
출시일: 2020년 8월 24일
This release brings a lot of fixes and small UI/UX improvements. Namely, we added Dark Mode and automatic mode switch support, updated localizations, and removed obsolete filters.
[Added] An option to import custom filters from a local file #345
It's not always convenient to maintain a custom filter in a cloud. Now you have an alternative: create a local text file, edit it according to our filtering rules syntax and add it to your AdGuard for Safari. Voila, you have a new custom filter, just like any other.
[Added] Dark Mode for versions starting from macOS Mojave (10.14) and automatic mode switch support for versions starting from macOS Catalina #120
[Improved] Updated Electron to v8.0 #286
In a nutshell, Electron is a framework for building cross-platform desktop apps. AdGuard for Safari extension is made on it, so upgrading the framework solved lots of UI issues.
[Improved] Removed autosave in the filter editor and added the Save button
It turned out that autosave caused UI problems. We removed it. Now you can save filters by pressing Ctrl + S or by clicking the Save button.

Changelog

[Fixed] Extension icon is too dark with a Mac dark theme #230
[Fixed] Error when adding a custom filter list #340
[Fixed] Advanced ad blocking scripts are executed even when the page is whitelisted #346
[Fixed] Issues with prevent-setTimeout scriptlet #347
[Fixed] Custom filters' last update timestamp isn't updated #348
[Fixed] Buttons in Safari popup menu are not clickable and have wrong color #358
[Fixed] Previously removed custom filters reappear after an update #363
[Fixed] Switching system theme causes the indefinite 'Checking for updates' state #366
[Improved] Extension icon behavior logic #338
[Improved] Whitelist and User Rules text areas are now resizable #339
[Improved] Translations have been updated
[Other] "Checking for updates" is not visible in dark mode #360
[Other] Custom filters deactivate after closing AdGuard #361
Safari용 AdGuard 1.7.4
출시일: 2020년 3월 30일
We've released this hotfix to fix one pesky bug that was causing the extension to freeze after a reboot.
[Fixed] AdGuard for Safari freezes after a reboot #331
Safari용 AdGuard 1.7.2
출시일: 2020년 3월 18일
This hotfix addresses a couple of bugs that shouldn’t have made it to the release version in the first place. But better late than never, so we’re fixing them now.
[Fixed] Duplicate rules count towards the Safari 50k rule limit #326
[Fixed] The app icon doesn’t disappear from Dock panel #327
Safari용 AdGuard 1.7.1
출시일: 2020년 3월 4일
We’re releasing this small AdGuard for Safari update to fix a few pesky bugs and update localizations.
[Added] A confirmation dialog before closing the main window #324
[Fixed] Settings panel opens at login #204
[Fixed] AdGuard reappears in the Recent Applications section during filter updates #317
[Fixed] AdGuard logo stays in the dock even after the app becomes inactive #308
[Fixed] Crash on closing the main window on macOS 10.15.2 #323
[Improved] Update Scriptlets and Extended CSS libs
[Changed] Localizations have been updated
Safari용 AdGuard 1.6.4
출시일: 2020년 1월 16일
You could call AdGuard v1.6 for Safari a jack of all trades. It has a little bit of everything: bugfixes, UI changes, ad blocking quality improvements. Some would say it robs it of its identity, but the best identity is being a useful update, which it is.

Ad Blocking

[Fixed] Cosmetic CSS exception rules break other rules #282
[Improved] Scriptlets and Redirect resources #237
[Improved] Conversion between different syntaxes #236
[Improved] ExtCSS has been updated to v1.1.5 #277
[Improved] Wildcards (*) in filtering rules can now match top-level domains #248

Network

[Changed] Hardware acceleration is now enabled by default with an option to disable it from general settings #299
[Fixed] Safari freezes for a few seconds during filter updates #168
[Fixed] Safari launches with a delay #209
[Fixed] Safari hangs when AdGuard is enabled #257
[Fixed] An issue with affinity directive #274

UI

[Added] First run splash screen #243
[Added] Notification about continuous blocking before closing AdGuard #146
[Changed] Filters’ icons and "About" tab design #238
[Changed] "Some AdGuard extensions are disabled” notification is no longer permanent #253
[Changed] Text on the button to resume paused protection #249
[Changed] User filter is now displayed among the content blockers #252
[Fixed] Incorrect user rules count indication #280
[Fixed] Custom group screen closes after adding a new custom filter #224
[Fixed] UI slowdown on filters state change #233
[Fixed] When AdGuard is running in the background it becomes unresponsive indefinitely #284
[Fixed] Protection status in the app menu is displayed incorrectly #292

Other

[Added] "Export logs and system info..." option to the status bar menu #272
[Changed] The application now starts minimized #264
[Fixed] Settings window opens at login #204
[Fixed] AdGuard is unresponsive when launched automatically at login #265
[Fixed] Long response times in extension settings #229
[Fixed] “Pause AdGuard” button doesn't pause protection #300
[Improved] Removed unnecessary log entries #269
[Improved] Handling of the “Content blocker can’t be registered” case #244
[Improved] Localizations have been updated

How to install AdGuard for Safari

Safari용 AdGuard 1.5.4
출시일: 2019년 9월 20일
Finally! We are pleased to present you a new, improved, more stable extension for Safari. We have introduced a new “Content Blockers” tab, increased the maximum number of filtering rules, improved the design a bit, fixed a lot of bugs and added special notifications that will keep you in the know whether all blockers are turned on. This is a fairly large update, which, we hope, will help you surf the Internet with even more safety and confidence.
[Added] Dedicated tab “Content blockers” #223
A new tab which is located in the “General” section allows you to monitor the status of filter groups in real time without the need to delve into Safari settings. In addition, it will allow you to quickly find out which filters are ON in a particular group and how many rules are in use.
[Improved] Total number of rules used simultaneously #93
Everything has changed. An improved version of the extension for Safari allows you to use 6 times more rules! Now, the total number of rules that can be used simultaneously is 300.000 (50.000 per group). The improvement in filtering quality because of this change is hard to overestimate. Turn on more filters and don’t hold back!.
[Improved] Support for Catalina OS #172
With this update, everyone using this operating system can breathe easy, because now
AdGuard fully supports Catalina OS.
[Added] Notifications when one of the content blockers is turned off #221
[Fixed] “Open settings” button on the start screen doesn’t work #219
[Fixed] Error after adding custom filter #225
[Fixed] JavaScript error when closing settings via application shortcut #214
[Fixed] Displaying the wrong version of the extension in the “About” tab #218
[Fixed] Adding a site to the “Whitelist” through extension icon in the browser does not work #215
[Fixed] Filters update animation #233
[Improved] Extension start page #222
[Improved] Size of extension icon on control panel #149
[Improved] Localizations have been updated
Safari용 AdGuard 1.4.1
출시일: 2019년 7월 11일
In this version, we fix several crashes and address other stability issues. Also, AdGuard for Safari now supports scriptlets (this is a new tool to enhance ad blocking quality).
[Added] Scriptlets support #151
Scriptlets are a powerful ad blocking instrument. You can say that a scriptlet is an internal script (a mini-program) that we preinstall to AdGuard for Safari, and then execute that script with the help of filtering rules. Putting it simply, scriptlets allow us to modify how the code of the web page behaves. As for the practical use, this helps in many situations, for example, to circumvent anti-ad blockers.
[Added] "Verbose logging" option to General settings #174
[Changed] The app now opens in background at login #141
[Changed] Notifications for background filters updates have been disabled #195
[Changed] AdGuard notifications now appear in Safari console only when verbose logging is enabled #148
[Fixed] Sometimes whitelisted websites are still filtered #98
[Fixed] AdGuard crashes when you close the settings window with Cmd + w command #182
[Fixed] Incorrect custom filter rules count in RU locale #183
[Fixed] Layout issue on About screen after a new update is found #184
[Fixed] Some crashes of the Mac App Store build #197
Safari용 AdGuard 1.3.3
출시일: 2019년 6월 11일
It took us a bit more than a month to update AdGuard for Safari from v1.1 to v1.2, and almost half a year to get to v1.3. As you know, if we do something for so long, it's probably going to be worth it. This time is not an exception: on top of multiple smallish but important changes and fixes, we have two big ones. First is the addition of standalone builds, including Beta build. Second is even cooler: AG for Safari now supports advanced ad blocking rules, and this is very unusual for Safari ad blockers (thanks, Apple restrictions). In fact, AdGuard is the only one who does it. Enough talk, update to v1.3 and see for yourself.

[Added] Release and Beta standalone builds for AdGuard for Safari #153

AdGuard for Safari has quickly become a real member of AdGuard product family. And what is a better initiation rite for an app than getting its own beta channel? That's right, you can now get an early access to all AG for Safari updates. How do you do it? You go to GitHub, open the latest beta version there and download the beta archive. Notice that there's another one: a release standalone build (its identical to the App Store one but is distributed via GitHub).
WARNING: Installing either of the standalone builds on top of the App Store version will lose you all current settings, so make sure to save all your custom rules beforehand.

[Added] Advanced blocking rules in Safari #114

As you probably know, Apple is always eager to restrict something when it comes to ad blockers. Safari ad blocking extensions are one of the primary targets, thanks to Apple limitations it is non-trivial for them to support some of the more advanced filtering syntax. In particular, JS and ExtCSS rules. But we managed, and proud to say that AG for Safari will provide an even higher ad blocking quality than before.

Ad blocking

[Added] An option to mark custom filters as "Trusted" to get access to advanced ad blocking rules #156
[Changed] Safari filter incorporated into Base filter and marked as obsolete #137
[Fixed] Adding Custom filter is broken #164
[Fixed] Some JS and CSS rules don't work #144
[Improved] ExtendedCss has been updated #138

UI

[Added] "Сheck for updates" button to the standalone build menu #154
[Changed] Clicking on "About" in the tray menu now opens "About" section of UI #155
[Changed] Translations have been updated
[Fixed] AdGuard for Safari window doesn't open from Applications/Launchpad #118
[Fixed] Custom filter rules count is displayed incorrectly #157
[Fixed] Filter updates notifications are missing #166
[Fixed] Filters update notification mentions only one filter #116
[Fixed] The description of Safari extension #181
[Fixed] Total rules count is displayed as zero right after the installation #173
[Improved] Titles of custom filters can be modified now #143

Other

[Fixed] “Launch AdGuard for Safari at Login” option doesn't work #127
[Fixed] AdGuard crashes sometimes #170
Safari용 AdGuard 1.2.0
출시일: 2019년 3월 28일
This update comes shortly after the previous one, so not too many changes here: Menu Bar icon was made optional, some quality of life changes were introduced.
[Changed] Menu Bar icon is now optional #84
In the previous update we made the Safari icon optional; it was only logical to make the Menu Bar one optional too. You can even disable them both if you go full minimalistic 🙂 Go to AdGuard preferences if you want to hide it.
[Added] "Pause AdGuard"/ "Enable AdGuard" option to extension menu #83
[Fixed] "Allow search ads..." option is not greyed out despite being disabled #102
[Fixed] Rules pasted from the clipboard are not saved in Filter editor #96
[Fixed] User filter is marked as "Saved" when the app is just started #95
[Improved] Dropdown style #94
[Improved] Localizations have been updated #97
[Improved] Scriptlets and snippets are now ignored properly #92
[Improved] Filter are now automatically updated after you enable them #89
AdGuard 다운로드 시작 AdGuard를 설치하려면 화살표가 가리키는 파일을 클릭하세요 "열기"를 선택한 다음 "확인"을 누른 후, 다운로드가 완료될 때까지 기다리세요. 창이 열려있다면, AdGuard를 "애플리케이션" 폴더에 드래그해주세요. AdGuard를 선택해주셔서 감사합니다! "열기"를 선택 후 "확인"을 클릭한 다음, 다운로드가 완료될 때까지 기다리세요. 열렸으면, "설치"를 눌러주세요. AdGuard를 선택해 주셔서 감사합니다!
모바일 기기용 AdGuard도 설치할 수 있습니다