Fragment Search
Fragment Search is a Greasemonkey script which 許すs people to create URLs which link to content within a page without having 支配(する)/統制する over that page. 任命する/導入する the script. There's also an 拡張 見解/翻訳/版 too, thanks to the Greasemonkey Compiler.
Fragment identifiers in HTTP URIs have been 歴史的に used to link to a 指名する or ID within a 文書's markup. For example, http://www.mozilla.org/MPL/relicensing-faq.html#why-relicensing finds the HTML 建設する <a 指名する="why-relicensing"> in the page in question.
This is 歴史的に true, although RFC 1738, the URL RFC, doesn't 現実に seem to 委任統治(領) it. Fragment identifiers are specced at a high level in RFC 3986, but that doesn't say what they should be used for either. If you know where this is specced, please let me know.
But what do you do if the 文書 doesn't have a 指名する or ID where you want to link, and you don't have 支配(する)/統制する of the 文書 (as is the 事例/患者 for most people and most 文書s)? My suggestion is to 延長する the syntax of the fragment identifier using a character which is 違法な in 指名するs/IDs ("!"), and which 適合するing browsers can use to 誘発する/引き起こす a textual search of the page contents.
So, for example, http://www.gerv.逮捕する/#!s!design searches for the word "design" on the 前線 page of this 場所/位置. "#" starts the fragment identifier, "!" is the special character so it's obvious it's not a normal fragment identifier, "s" stands for search (there are several other things we want to do with the fragment identifier, like link 指紋s, so we need to keep them all separate) and the second "!" separates the 命令(する) 指名する from the 指示/教授/教育 - i.e. what to search for, in this 事例/患者 "design".
If you don't want the first occurrence, you can put a number 直接/まっすぐに after the s - so !s10!操作/手術 searches for the tenth occurrence of "操作/手術". 消極的な numbers search from the end instead of the beginning. The search is always 事例/患者 極度の慎重さを要する - after all, you are probably 建設するing the URL by cutting and pasting from the page itself.
Fragment search URLs are 平易な to 建設する - your browser will do most of the work for you. Go to a page which doesn't already have a fragment identifier, find the text you want to link to, copy it, edit the URL 妨げる/法廷,弁護士業, type the 魔法 #!s! and then paste. 公式文書,認める that, 予定 to the way fragment identifiers and Greasemonkey work, you'll have to copy the resulting URL into a new window or tab to see it work. I 嫌疑者,容疑者/疑う this 制限 could be 除去するd if support were built into the browser.
Once you've 任命する/導入するd the script or 拡張, you can try it out some more using some other pages on gerv.逮捕する: