麻豆

免费观看电影,手机电脑均可使用,觉得不错的话,给个好评呦😜

  1. // ==UserScript==
  2. // @name 麻豆
  3. // @namespace https://www.shegou.vip/
  4. // @version 1.0.1
  5. // @description 免费观看电影,手机电脑均可使用,觉得不错的话,给个好评呦😜
  6. // @author LMB
  7. // @match https://lpvk14zw.com/*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=lpvk14zw.com
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. // Your code here...
  16. var vl = localStorage.getItem("vip_level");
  17. if(vl==="undefined" || vl==null || vl==='0'){
  18. localStorage.setItem("vip_level",'1');
  19. }
  20. })();