I'm sry that I have no idea where to search for the feature if it is one. :/barbaz wrote:This is definitely a feature and not a bug. I'd be searching NoScript's source code if I had some idea what to look for... do you have any suggestions?
Search found 4 matches
- Wed Mar 23, 2016 11:53 am
- Forum: NoScript Support
- Topic: Noscript duplicates links
- Replies: 9
- Views: 4260
Re: Noscript duplicates links
- Tue Mar 22, 2016 12:42 pm
- Forum: NoScript Support
- Topic: Noscript duplicates links
- Replies: 9
- Views: 4260
Re: Noscript duplicates links
Thanks for the minimal testcase! I hope some more people are looking over thisbarbaz wrote: Minimal testcase:Code: Select all
<!DOCTYPE html> <div><a href="#" style="display:none;">Foo</a> testing</div>
- Mon Mar 21, 2016 6:22 pm
- Forum: NoScript Support
- Topic: Noscript duplicates links
- Replies: 9
- Views: 4260
Re: Noscript duplicates links
I dont use any JavaScript, those links are not JavaScript-links. The setting didnt work for me. Could you reproduce the error?barbaz wrote:As a test, try changing this setting, see if it makes any difference:
NoScript Options > Advanced > Untrusted, un-check "Attempt to fix JavaScript links"
- Mon Mar 21, 2016 5:48 pm
- Forum: NoScript Support
- Topic: Noscript duplicates links
- Replies: 9
- Views: 4260
Noscript duplicates links
Hey there! Here are some information to reproduce the error: Browser = Firefox 45.0 Linux / Ubuntu Noscript 2.9.0.9 Code: https://tobkno.lima-city.de/temp/ Noscript takes the link from inside the nav-tag and duplicates it before the </body> tag. The link then has the style="visibility: visible;...