Linkify Plus Plus

Based on Linkify Plus. Turn plain text URLs into links.

< 脚本Linkify Plus Plus的反馈

提问/评论

Deleted user 61796
§
发表于:2017-03-27

Sbx Dashboard conflict

On the swagbucks website, this script turns the name of a app 'MovieCli.ps' into a link, i my Swagbucks ledger. I'm trying to stop it from doing that because it's interfering with sbx dashboard script. I'm using Chrome 57 & tapermonkey. Could someone tell me how to fix this?

eight作者
§
发表于:2017-03-27

There is a Do not linkify these elements. (CSS selector) option in the configuration. Any element selected by the selector is skipped.

Deleted user 61796
§
发表于:2017-03-28

I've tried that & it's not working.
http://moviecli.ps/
That's what comes up when I copy the link. What am I supposed to add?

eight作者
§
发表于:2017-03-28

You need some CSS and HTML knowledge. If it is a public page, you can post the link here and I can help you.

Or, if you have ublock origin addon, it has an element picker to help you choose an element. After choosing the element, copy the element path and remove first two ##, put the result into Do not linkify these elemnts configure. (Separate multiple path with comma.)

Deleted user 61796
§
发表于:2017-03-29

It's not a link. It's just a name of an app that it's turning into a link.
MovieCli.ps

I used element picker, but each link is showing up as something different:

##.alternate:nth-of-type(12) > td:nth-of-type(2) > .linkifyplus
##.alternate:nth-of-type(14) > td:nth-of-type(2) > .linkifyplus
##tr:nth-of-type(13) > td:nth-of-type(2) > .linkifyplus
##tr:nth-of-type(9) > td:nth-of-type(2) > .linkifyplus

eight作者
§
发表于:2017-03-29

I meant the URL of the web page.

Look like that it is a table, you can try adding table, which will make LPP skip any element inside a <table> element.

Deleted user 61796
§
发表于:2017-03-29

I meant the URL of the web page.

Look like that it is a table, you can try adding table, which will make LPP skip any element inside a <table> element.

That worked. Thanks!

Deleted user 61796
§
发表于:2017-11-16
编辑于:2017-11-16

OK, I need some help again because this is nor working.
http://www.swagbucks.com/account/summary
Have the Sbx Dashboard 2017 script installed.
It is still removing "MovieCli.ps" title from above the 'n' shaped bar. You should see one of those that are missing a title.

eight作者
§
发表于:2017-11-16

This is what I see with the link: https://i.imgur.com/tNepUSI.png

Deleted user 61796
§
发表于:2017-11-18

Sorry, I forgot to mention that you need a swagbucks account to have access to that page.

eight作者
§
发表于:2017-11-22

I can't visit https://www.swagbucks.com/ either.

Could you try:

  1. Right click on the link
  2. "Inspect"
  3. Post the screenshot of the dev tool.
Deleted user 61796
§
发表于:2017-11-22

OK, let me know if you need any other information. I disabled linkify plus plus for now.

eight作者
§
发表于:2017-11-23

https://i.imgur.com/nUtsndT.jpg Try adding #mobile-apps to excluded elements. https://i.imgur.com/v9m6DUI.png It is strange that the script shouldn't affect SVG. There might be other bugs...

Deleted user 61796
§
发表于:2017-11-24
编辑于:2017-11-24

Thank you, that worked.
I am actually so stupid because I didn't tell you that the "dashboard" tab only exist because of another script:
https://greasyfork.org/en/scripts/32552-sbx-dashboard-2017
It doesn't change the URL, but it adds that tab. I completely forgot about that, sorry!

发表回复

登录以发表回复。