l-lib2-js

adds aliases to ljs

אין להתקין סקריפט זה ישירות. זוהי ספריה עבור סקריפטים אחרים // @require https://update.greatest.deepsurf.us/scripts/485402/1315375/l-lib2-js.js

  1. // Commonly used library CDN address
  2. ljs.addAliases({
  3. jQuery:'https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js',
  4. copy:'https://cdn.jsdelivr.net/gh/zenorocha/clipboard.js@master/dist/clipboard.min.js',
  5. juicer:'https://cdnjs.cloudflare.com/ajax/libs/juicer/0.6.14/juicer-min.js',
  6. timeago:'https://cdnjs.cloudflare.com/ajax/libs/timeago.js/2.0.3/timeago.min.js',
  7. iframe:'https://cdn.jsdelivr.net/gh/jae-jae/iframe-sandbox@main/iframe-sandbox.js',
  8. vue:'https://cdnjs.cloudflare.com/ajax/libs/vue/2.4.2/vue.js',
  9. psl:'https://cdn.jsdelivr.net/gh/wrangr/psl@master/dist/psl.min.js',
  10. hotkeys:[
  11. 'jQuery',
  12. 'https://cdn.jsdelivr.net/gh/jeresig/jquery.hotkeys@master/jquery.hotkeys.js'
  13. ],
  14. layer:[
  15. 'jQuery',
  16. 'https://cdnjs.cloudflare.com/ajax/libs/layer/2.3/layer.js',
  17. 'https://cdnjs.cloudflare.com/ajax/libs/layer/2.3/skin/layer.css'
  18. ],
  19. iview:[
  20. 'vue',
  21. 'https://cdnjs.cloudflare.com/ajax/libs/iview/2.2.0/iview.js',
  22. 'https://cdnjs.cloudflare.com/ajax/libs/iview/2.2.0/styles/iview.css'
  23. ]
  24. });