Jquery Fragment Selector

Jquery Fragment Selector

Use Url Fragments to scroll an item into view.

Merlin
Stats
This extension was removed from Chrome Web Store on 2023-02-18
Users: 19
Version: 0.2.1 (Last updated: 2015-06-17)
Creation date: 2015-06-17
Risk impact: Low risk impact
Risk likelihood: High risk likelihood
Manifest version: 2
Size: 40.79K
URLs: Website
Stats date:

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension
Merlin
Summary

This extension hijacks the html fragment to allow it to target a general-purpose jQuery selector rather than just an or a DOM identifier.

This is implemented in the spirit of http://simonstl.com/articles/cssFragID.html

The extension is only enabled when the fragment starts with #css(JQUERY_SELECTOR)

For example, using jQFS, he following is possible: "point to the seventh row in the first table on the page": http://en.wikipedia.org/wiki/List_of_job_scheduler_software#css(tr:nth-of-type(7))

Additional Features: The extension features an expanded version of jQuery's :contains selector, :containsExactly (which is case sensitive): "point to the first table cell whose text consists solely of the word "Flux" http://en.wikipedia.org/wiki/List_of_job_scheduler_software#css(td:containsExactly('Flux'))

Extension detection:

You may detect this extension via this asynchronous technique: function detectExtension(extensionId, callback) { var img; img = new Image(); img.onload = function() { callback(true); }; img.onerror = function() { callback(false); }; img.src = "chrome-extension://" + extensionId + "/test.png"; }

a la http://stackoverflow.com/questions/6293498/check-whether-user-has-a-chrome-extension-installed#answer-27930310

Safety
Risk impact

Jquery Fragment Selector is relatively safe to use as it requires very minimum permissions.

Risk likelihood

Jquery Fragment Selector may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.

Upgrade to see risk analysis details
Similar extensions

Here are some Chrome extensions that are similar to Jquery Fragment Selector: