Greasy Fork is available in English.

Linkify Plus Plus

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

< Feedback on Linkify Plus Plus

Question/comment

Deleted user 61796
§
Posted: 27 Maret 2017

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?

eightPembuat
§
Posted: 27 Maret 2017

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
§
Posted: 28 Maret 2017

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?

eightPembuat
§
Posted: 28 Maret 2017

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
§
Posted: 29 Maret 2017

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

eightPembuat
§
Posted: 29 Maret 2017

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
§
Posted: 29 Maret 2017

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
§
Posted: 16 November 2017
Edited: 16 November 2017

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.

eightPembuat
§
Posted: 16 November 2017

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

Deleted user 61796
§
Posted: 18 November 2017

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

eightPembuat
§
Posted: 22 November 2017

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
§
Posted: 22 November 2017

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

eightPembuat
§
Posted: 23 November 2017

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
§
Posted: 24 November 2017
Edited: 24 November 2017

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!

Post reply

Sign in to post a reply.