Skip to content

Instantly share code, notes, and snippets.

@Denny966
Denny966 / samsung.txt
Created March 22, 2022 22:07
Samsung Smart-TV Blocklist Adlist (for PiHole)
# This is a blocklist to block samsung smart tv's sending meta data at home.
# Please help to collect domains!
# It could be that the TV does not receive any more updates or other services no longer work. Please report such an incident.
# https://gist.github.com/Perflyst/315f86393712a0c2107ee8eb58c6acee
0.0.0.0 device-metrics-us.amazon.com
0.0.0.0 samsungacr.com
0.0.0.0 samsungcloudsolution.com
0.0.0.0 samsungcloudsolution.net
0.0.0.0 pavv.co.kr
# This is a blocklist to block samsung smart tv's sending meta data at home.
# Please help to collect domains!
# It could be that the TV does not receive any more updates or other services no longer work. Please report such an incident.
# https://gist.github.com/Perflyst/315f86393712a0c2107ee8eb58c6acee
0.0.0.0 device-metrics-us.amazon.com
0.0.0.0 samsungacr.com
0.0.0.0 samsungcloudsolution.com
0.0.0.0 samsungcloudsolution.net
0.0.0.0 pavv.co.kr
@Denny966
Denny966 / jquery.deferred.promise.js
Last active May 27, 2019 15:02 — forked from pbojinov/jquery.deferred.promise.js
simple jQuery Deferred example
function getData() {
const deferred = $.Deferred();
API.ajax({
url: [URL],
type: "GET",
dataType: "json",
headers: {
'Accept-Language': uiCulture
}
}).done((data: any) => {