Fix link to /qa/ ads thread.
This commit is contained in:
parent
4c4d2244ba
commit
5a40110e56
@ -107,9 +107,10 @@ Settings =
|
|||||||
"""
|
"""
|
||||||
ads: (cb) ->
|
ads: (cb) ->
|
||||||
$.onExists doc, '.ad-cnt', (ad) -> $.onExists ad, 'img', ->
|
$.onExists doc, '.ad-cnt', (ad) -> $.onExists ad, 'img', ->
|
||||||
|
url = Redirect.to 'thread', {boardID: 'qa', threadID: 362590}
|
||||||
cb $.el 'li',
|
cb $.el 'li',
|
||||||
<%= html(
|
<%= html(
|
||||||
'To protect yourself from <a href="https://archive.rebeccablacktech.com/qa/thread/362590" target="_blank">malicious ads</a>,' +
|
'To protect yourself from <a href="${url}" target="_blank">malicious ads</a>,' +
|
||||||
' you should <a href="https://github.com/gorhill/uBlock#ublock-origin" target="_blank">block ads</a> on 4chan.'
|
' you should <a href="https://github.com/gorhill/uBlock#ublock-origin" target="_blank">block ads</a> on 4chan.'
|
||||||
) %>
|
) %>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user