hoothin

Results 109 comments of hoothin

![Screenshot_20220806_234638](https://user-images.githubusercontent.com/5361213/183256186-af88fe0f-78fb-45d1-85d5-ba2f9d1e365f.jpg) I tried on kiwi and it works.

{ "name": "Trakt", "url": "^https://trakt\\.tv", "pageElement": "section#info-wrapper > div.container > div.row > div#overview>*", "action": 1, "waitElement": [ ".summary-activity", "#popular-comments.fade:not(.in)" ] } So you are also a fan of Stranger-Things!

Absolutely be little El😄. I checked 1337x.to under kiwi and it looks like acting well. Can you check again?

{ "name": "Soccercatch.com", "url": "^https://www\\.soccercatch\\.com.*#shows", "nextLink": ".tabs-page[data-title=shows] .pagination-next", "init": "if(doc)doc.querySelector('[data-title=shows]').click();", "pageElement": ".show-item" } This rule is for shows tab, you can modify for other tabs.

So you means that you can't disable for this site? I checked the site, there is code about recording & calculating your choices. I disabled pagetual and it works well....

Ah, I tested only on desktop, I'll check mobile for you soon. Here it is, you can try to modify it to optimize for yourself. { "name": "Soccercatch.com", "url": "^https://www\\.soccercatch\\.com",...

You have not even installed SearchJumper. So what are you expecting???

SearchJumper does not have the ability to extract the HTML of selected elements, which may be added in the future. I didn't have a good idea where to add it.

No, it can't. https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/read . On firefox, only addon can do that, but not greasemonkey script.

You can try %element now + copy inner text with url or img of select elements `c:%element{}` + copy html of select elements `c:%element{}.prop(innerHTML)` + copy plain text `c:%s`