Better Clarin.com

Hace Clarín un mejor diario.

当前为 2018-05-09 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Better Clarin.com
  3. // @description Hace Clarín un mejor diario.
  4. // @version 1
  5. // @include https://www.clarin.com/*
  6. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
  7. // @grant GM_addStyle
  8. // @namespace https://greasyfork.org/users/2219
  9. // ==/UserScript==
  10. //--- The @grant directive is used to restore the proper sandbox.
  11.  
  12. $("body").append ( `
  13. <iframe class="ytfloat" width="320" height="240" src="https://www.youtube.com/embed/oIscL-Bjsq4?&autoplay=1&rel=0&amp;controls=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  14. ` );