Vajehyab Premium

Make the Vajehyab.com website even better! with enable half of premium features, for free :)

  1. // ==UserScript==
  2. // @name Vajehyab Premium
  3. // @version 0.1
  4. // @author Soheyl
  5. // @description Make the Vajehyab.com website even better! with enable half of premium features, for free :)
  6. // @homepage https://github.com/Soheyl
  7. // @namespace M.Khani
  8. // @include http*://*vajehyab.com/*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12.  
  13. (function () {
  14. 'use strict'
  15. var isPremium = document.getElementById('is_premium')
  16. var adsID = document.getElementsByClassName('vyads')[0]
  17. var magicword = document.getElementById('magicword')
  18.  
  19. if (isPremium) {
  20. isPremium.value = 1
  21. }
  22.  
  23. if (adsID) {
  24. adsID.remove()
  25. }
  26.  
  27. if (magicword) {
  28. magicword.classList.replace('nopremium', 'premium')
  29. }
  30.  
  31. })()

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址