ssborbis / ContextSearch-web-ext

Search engine manager for modern browsers
338 stars 37 forks source link

How to disable drag and drop blur #565

Closed StrollStars closed 2 years ago

StrollStars commented 2 years ago

Drag and drop the selection, the webpage will become blurred, how to disable it?

ssborbis commented 2 years ago

I think that only happens if you have pageTiles enabled.

StrollStars commented 2 years ago

@ssborbis Thanks, I disabled it, but what does it do?

ssborbis commented 2 years ago

I didn't realize it until a day or 2 ago, but pageTiles is broken until you edit the gid under CS Options -> Page Tiles -> Layout

7peanuts commented 2 years ago

but what does it do?

Page Tiles Options ➡ Drag the engine from the list on the left to the grid on the right, then you can drag and drop text onto the full-screen tile to search. Just like drag-and-drop mouse search ➡ 鼠标拖拽

@ssborbis Is it possible to display tiles without a full screen, for example using dartboard, triangular or square curtains.

ssborbis commented 2 years ago

@ssborbis Is it possible to display tiles without a full screen, for example using dartboard, triangular or square curtains.

I have definitely been thinking about this, since I use a 4K monitor and a large browser window, so the fullscreen pageTiles is way too big IMO. Styles like #CS_pageTilesIframe, #CS_pageTilesOverDiv { transform:scale(.5);} work ok on Firefox for shrinking the UI, but I've never tried anything more elaborate than that. If you have any UI examples, I'll take a look..

7peanuts commented 2 years ago

but I've never tried anything more elaborate than that. If you have any UI examples, I'll take a look..

It was just an idea for me and I'm not sure if changing the UI would be more helpful in searching, I found two reference images.

Concentric disks Concentric disks

Pyramid type Pyramid type

hoothin commented 2 years ago

哇,居然在这里发现搜索酱的搜索圆盘,献丑了。这个我也是仿照着网友给的quicker 搜索面板做的。当时我还向他推荐了 ContextSearch-web-ext 这个无比强大的插件。

楼主使用 ContextSearch-web-ext 之余也可以尝试下搜索酱。虽然在这说不太恰当,但对于没有js基础的人来说,从搜索酱入手也许会容易一点。

目前搜索酱已经可以兼容几乎所有网址的搜索需求了,包括 get post 页内点击 正则替换链接参数等等,甚至也支持本地应用调用,所需的知识也就只是 css 选择器和 xpath。

7peanuts commented 2 years ago

哇,居然在这里发现搜索酱的搜索圆盘,献丑了。这个我也是仿照着网友给的quicker 搜索面板做的。当时我还向他推荐了 ContextSearch-web-ext 这个无比强大的插件。

大佬给力,圆盘和磁贴是最好的展示方式了,其它的就是我瞎建议了哈哈。 两个我都用,还在学习相关网页知识,争取以后可以自己解决问题 😃

StrollStars commented 2 years ago

Page Tiles Options Drag the engine from the list on the left to the grid on the right, then you can drag and drop text onto the full-screen tile to search. Just like drag-and-drop mouse search 鼠标拖拽

感谢解释,总算搞懂这个是怎么用的了,话说下回希望中文回我。

@hoothin 谢谢推荐搜索酱,这个 @7peanuts 也跟我提过,我想等先搞懂了CS再去试试,不过搜索酱的好处是可以中文交流。 感觉这两个都是可以帮助学习的扩展^_^

hoothin commented 2 years ago

关于你在另一个帖子里的提问,那几个站点搜索酱都加上了,包括二维码解析和夸克网盘跳转,你可以参考一下用在 ContextSearch-web-ext 上。 抓取可以用属性名选择器,例如[lay-filter="subQr"] 或者用 xpath 例如 //button[contains(@lay-filter, "Qr")]

StrollStars commented 2 years ago

@hoothin 我看到了,内置了好多搜索,有问题我去你那儿提问。