Skip to content

Commit 933efff

Browse files
committed
Import google-ima-dai shim from AdGuard shims
1 parent 20d3c5b commit 933efff

4 files changed

Lines changed: 634 additions & 0 deletions

File tree

platform/mv3/extension/dashboard.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ <h3 data-i18n="sandboxEditorLabel">_</h3>
188188
<div class="li"><span><a href="https://github.com/mathiasbynens/punycode.js" target="_blank">Punycode.js</a> by <a href="https://github.com/mathiasbynens">Mathias Bynens</a></span></div>
189189
<div class="li"><span><a href="https://flagpedia.net/" target="_blank">Flags of the World</a> by <a href="https://www.davidkrmela.com/">David Krmela</a></span></div>
190190
<div class="li"><span><a href="https://codemirror.net/" target="_blank">CodeMirror 6</a> by <a href="https://github.com/marijnh">Marijn Haverbeke</a></span></div>
191+
<div class="li"><span><a href="https://github.com/AdguardTeam/Scriptlets/blob/master/src/redirects/google-ima3-dai.ts" target="_blank">google-ima3-dai</a> by <a href="https://github.com/AdamWr">Adam Wróblewski</a></span></div>
191192
</div>
192193
<hr>
193194
<details><summary data-i18n="supportS5H"></summary>

src/about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<div class="li"><span><a href="https://github.com/csstree/csstree" target="_blank">CSSTree</a> by <a href="https://github.com/lahmatiy">Roman Dvornov</a></span></div>
4242
<div class="li"><span><a href="https://github.com/beautify-web/js-beautify" target="_blank">js-beautify</a> by <a href="https://github.com/einars">Einar Lielmanis</a>, <a href="https://github.com/bitwiseman">Liam Newman</a>, et al.</span></div>
4343
<div class="li"><span><a href="https://flagpedia.net/" target="_blank">Flags of the World</a> by <a href="https://www.davidkrmela.com/">David Krmela</a></span></div>
44+
<div class="li"><span><a href="https://github.com/AdguardTeam/Scriptlets/blob/master/src/redirects/google-ima3-dai.ts" target="_blank">google-ima3-dai</a> by <a href="https://github.com/AdamWr">Adam Wróblewski</a></span></div>
4445
</div>
4546
<div class="li"><span data-i18n="aboutCDNs"></span></div>
4647
<div class="liul">

src/js/redirect-resources.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ export default new Map([
9999
alias: 'google-ima3', /* adguard compatibility */
100100
data: 'text',
101101
} ],
102+
[ 'google-ima-dai.js', {
103+
} ],
102104
[ 'googlesyndication_adsbygoogle.js', {
103105
alias: [
104106
'googlesyndication.com/adsbygoogle.js',

0 commit comments

Comments
 (0)