🎨 Try to remove the post link in creative commons.
This commit is contained in:
@@ -278,7 +278,7 @@ NexT.utils = {
|
||||
return res_src;
|
||||
},
|
||||
|
||||
replacePostCRLink: function() {
|
||||
/* replacePostCRLink: function() {
|
||||
if (NexT.CONFIG.hostname.startsWith('http')) return;
|
||||
// Try to support mutli domain without base URL sets.
|
||||
let href = window.location.href;
|
||||
@@ -289,7 +289,7 @@ NexT.utils = {
|
||||
if (!postLink) return;
|
||||
postLink.text = href;
|
||||
postLink.href = href;
|
||||
},
|
||||
},*/
|
||||
|
||||
/**
|
||||
* One-click copy code support.
|
||||
|
||||
Reference in New Issue
Block a user