mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Express VPN to privacy related listings
This commit is contained in:
parent
bddc178928
commit
263f2b15cc
2 changed files with 10 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ const adName = (() => {
|
|||
// Video and Motion Tools
|
||||
if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1'
|
||||
|
||||
// VPNs, Security, and Privacy
|
||||
if ( listing?.category?.slug === 'vpns-security-and-privacy' ) return 'expressvpn-bounty'
|
||||
|
||||
return 'default'
|
||||
})()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue