Bypass Highland Coffee

Go fight HighlandCoffee hotspot!

目前為 2015-04-03 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name Bypass Highland Coffee
  3. // @namespace https://codefelony.com
  4. // @description Go fight HighlandCoffee hotspot!
  5. // @author Moriarty
  6. // @include http://*
  7. // @include https://*
  8. // @version 0.1.0
  9. // @grant none
  10. // ==/UserScript==
  11. var isHighlandCoffee = (document.forms[0].action.indexOf('/nodogsplash_auth/') > - 1) ? true : false;
  12. if (isHighlandCoffee) {
  13. console.info('Fucking HighlandCoffee HotSpot...');
  14. document.getElementsByName('redir') [0].value = window.location.href;
  15. document.forms[0].submit();
  16. } else {
  17. console.warn('There is no hotspot to bypass, fuck Highland!');
  18. }

QingJ © 2025

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