parent
4266df4d3a
commit
47e55286f7
1 changed files with 4 additions and 0 deletions
|
@ -1416,6 +1416,10 @@ Zotero.File = new function(){
|
||||||
|| path.includes('Google Drive')
|
|| path.includes('Google Drive')
|
||||||
// OneDrive
|
// OneDrive
|
||||||
|| path.toLowerCase().includes('onedrive')
|
|| path.toLowerCase().includes('onedrive')
|
||||||
|
// Baidu Netdisk
|
||||||
|
|| path.toLowerCase().includes('baidunetdisk')
|
||||||
|
// MEGA
|
||||||
|
|| path.includes('MEGA')
|
||||||
// pCloud
|
// pCloud
|
||||||
|| path.toLowerCase().includes('pcloud')
|
|| path.toLowerCase().includes('pcloud')
|
||||||
// iCloud Drive (~/Library/Mobile Documents/com~apple~CloudDocs)
|
// iCloud Drive (~/Library/Mobile Documents/com~apple~CloudDocs)
|
||||||
|
|
Loading…
Reference in a new issue