-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加SSLVPN模式 #26
Open
chenxiaoqino
wants to merge
21
commits into
master
Choose a base branch
from
sslvpn_dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
添加SSLVPN模式 #26
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
635a0ce
initial version of SSLVPN detection
chenxiaoqino d94f977
try adding notification!
chenxiaoqino ffa029c
corret grammar
chenxiaoqino 0bb7223
change LIST url
chenxiaoqino fbf56d2
correct URL patter
chenxiaoqino 1c65005
Include one more URL
chenxiaoqino 6461a3b
Include alpha release.
chenxiaoqino c33b21d
Try adding some preparation script
chenxiaoqino 48ef9b3
Include more possible sslvpn urls
chenxiaoqino ccc0e5d
Filter kbSearch page only
chenxiaoqino 2ce901e
Include xkYjs pages based on my inferences; (to be tested)
chenxiaoqino cb13ef0
Finished sslvpn adaptative loading.
chenxiaoqino f9f0abc
include release
chenxiaoqino 50d4842
move adaptation code to only when necessary.
chenxiaoqino b1f7c1d
include release
chenxiaoqino 2861695
style fix
chenxiaoqino 3825d79
Add a line for Chrome tampermonkey compatibility
chenxiaoqino 3e0d524
Merge branch 'master' into sslvpn_dev
chenxiaoqino c86326a
Refine the UI of SSLVPN mode.
chenxiaoqino 473c61c
bump version of FileSaver since last version is obsolete on chrome
chenxiaoqino bc965b0
Include the latest build.
chenxiaoqino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very clever...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know I'm stupid, it's for testing only at that time!
let's change that to
document.location.host.match
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不我是说居然可以自动login,这比不用sslvpn还牛逼……
可以location.host,也可以
/sslvpn/.test
(不需要强制转换location)regex本身不是问题,因为你greasemonkey header已经限制过location了
另外我当时的style太差,你看着不顺眼就修好了……
我现在的话应该会用webpack + livescript写,不过这个项目你也知道我早就不管了……