update
This commit is contained in:
parent
82a2c49abd
commit
9c46daeee1
@ -11,6 +11,9 @@ a[href*="relink.to/"]:after {
|
||||
a[href*="relink.us/"]:after {
|
||||
content: " (relink.us)";
|
||||
}
|
||||
a[href*="foldr.us/"]:after {
|
||||
content: " (foldr.us)";
|
||||
}
|
||||
a[href*="ncrypt.in/"]:after {
|
||||
content: " (nCrypt.in)";
|
||||
}
|
||||
@ -26,8 +29,26 @@ a[href*="ul.to/"]:after {
|
||||
a[href*="share-online.biz/"]:after {
|
||||
content: " (Share-Online.biz)";
|
||||
}
|
||||
a[href*="uploadboy.com/"]:after {
|
||||
content: " (UploadBoy.com)";
|
||||
}
|
||||
a[href*="1fichier.com/"]:after {
|
||||
content: " (1fichier.com)";
|
||||
}
|
||||
a[href*="mega.co.nz/"]:after {
|
||||
content: " (MEGA.nz)";
|
||||
}
|
||||
a[href*="mega.nz/"]:after {
|
||||
content: " (MEGA.nz)";
|
||||
}
|
||||
|
||||
/*Negative Links*/
|
||||
a[href*="adf.ly/"]:after {
|
||||
content: " [Achtung! AdF.ly!]";
|
||||
}
|
||||
a[href*="j.gs/"]:after {
|
||||
content: " [Achtung! AdF.ly!]";
|
||||
}
|
||||
a[href*="linkcrypt.ws/"]:after {
|
||||
content: " [Achtung! LinkCrypt.ws!]";
|
||||
}
|
||||
|
Reference in New Issue
Block a user