GithubHelp home page GithubHelp logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
只要修改情景模式即可,不必新建情景模式。

Original comment by [email protected] on 30 Aug 2011 at 6:12

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
修改情景模式的方式我觉得不好.

而且也确实不符合这个扩展本来的设计.

最好是可以加个额外的下拉框, 在这里选择情景的话, 
应用到所有切换规则.

Original comment by [email protected] on 30 Aug 2011 at 4:25

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
应用到所有切换规则啊……这个好像也不太符合本来的设计��
�……

我自己用的时候是根据网站不同的被墙情况而选择情景模式��
�,这样改起来也方便。

我去考虑一下是否要加下拉框。

Original comment by [email protected] on 31 Aug 2011 at 2:39

  • Changed state: Accepted
  • Added labels: Type-Enhancement, OpSys-All, Component-UI
  • Removed labels: Type-Defect

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
可以像AutoProxy那样用Profile来分组管理rule

Original comment by ayanamist on 31 Aug 2011 at 5:04

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
@ #4: 这要怎么做?好像很麻烦的样子。

Original comment by [email protected] on 31 Aug 2011 at 5:06

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
哎,我想了好久,还是不知道界面要怎么设计好……

如果有人能提出合理的建议的话,我就做。

Original comment by [email protected] on 31 Aug 2011 at 5:45

  • Changed state: PatchWelcomed

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
"我自己用的时候是根据网站不同的被墙情况而选择情景模式�
��,这样改起来也方便。"

一般人很少同时开多个代理用吧? 一般都是起一个代理, 
如果这个有问题, 再换另一个.

比如我定义了2个情景模式GoAgent和telex, 开始用的GoAgent, 
后来可能因为速度或其他什么原因, 想要用telex了, 
应该可以有个方式把切换规则里面的所有情景都改成telex.

我觉得可以在切换规则页面上方加个下拉框和按钮, 
在这里选择一个情景模式, 然后按钮是"应用到所有规则".

目前的也不用修改, 单独去修改某个规则的情景模式也可以, 
这样很灵活了吧?

想要统一改的就统一改, 想要单独改个别规则的就单独修改.


Original comment by [email protected] on 31 Aug 2011 at 11:08

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
不过说实话, 我对目前的这些代理方式都不是太满意.

最基本的一种是启用代理, 所有的链接都通过这个代理.

后来稍微改进点的是, 可以通过一个列表来判断, 
列表中匹配的URL通过代理来链接, 这种是基于URL规则的.

我个人觉得最好的方式是基于浏览器TAB的代理方式, 
是否使用代理和URL无关, 
只和具体的TAB是否启用了代理有关系. 

比如我现在在tab页面A上面, 我需要使用代理的话, 
选择一个代理X, 
然后这个TAB页面随后所有的连接都通过这个代理走, 
从这个TAB打开的所有新TAB(比如超级拖拽打开的)继承他的代理
方式, 也都通过代理X走. 其他没有使用代理的TAB, 
还是通过直接连接走.

这种方式不需要规则列表, 最灵活最方便, 需要的时候, 
选择下代理就OK了, 切换非常方便, 也不影响其他TAB中的东西.

Original comment by [email protected] on 31 Aug 2011 at 11:31

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
不过不清楚"基于浏览器TAB的代理方式"这样的, 
从技术的角度讲有无可能实现?

Original comment by [email protected] on 31 Aug 2011 at 11:33

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
@ #9: 应该来说是可以的,但是我没什么兴趣做这个。

另外关于加下拉框的问题,我不太清楚加在哪里好。

Original comment by [email protected] on 31 Aug 2011 at 11:50

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
加到"启用切换规则"复选框或者"新建规则"按钮右边如何?

基于浏览器TAB的代理方式 大神有空了做一个呗, 
还没见过这样的, 用起来也确实很方便, 可能一鸣惊人啊.

Original comment by [email protected] on 31 Aug 2011 at 2:15

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
已经在 r25 中添加“应用情景模式到所有规则”功能。
位置比较隐蔽,所以附图说明:

Original comment by [email protected] on 3 Sep 2011 at 6:31

  • Changed state: Fixed

Attachments:

from switchysharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
收到,已经更新了。 谢谢, 呵呵

Original comment by [email protected] on 4 Sep 2011 at 1:51

from switchysharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.