How to copy and highlight top and bottom text of find word during search on webpage

 Clash Royale CLAN TAG#URR8PPP
Clash Royale CLAN TAG#URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
for example i did search for word " algorithms " on a web page - i want to copy up and down words through a extension , on example give below i want to highlight , words "developed" and "find a solution" - please refer image below
example image
currently using an multiple search extension script - how can i highlight words up and down of search word.
Extension that i am using searches multiple words at the same time - in addition is there any way that i can highlight the top and bottom of search words 
java google-chrome extension javascript chrome-extension
add a comment |Â
up vote
0
down vote
favorite
for example i did search for word " algorithms " on a web page - i want to copy up and down words through a extension , on example give below i want to highlight , words "developed" and "find a solution" - please refer image below
example image
currently using an multiple search extension script - how can i highlight words up and down of search word.
Extension that i am using searches multiple words at the same time - in addition is there any way that i can highlight the top and bottom of search words 
java google-chrome extension javascript chrome-extension
 
 
 
 
 
 
 This seems like a generic programming question, so you'll probably get more/better answers on Stackoverflow.
 â danzel
 11 hours ago
 
 
 
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
for example i did search for word " algorithms " on a web page - i want to copy up and down words through a extension , on example give below i want to highlight , words "developed" and "find a solution" - please refer image below
example image
currently using an multiple search extension script - how can i highlight words up and down of search word.
Extension that i am using searches multiple words at the same time - in addition is there any way that i can highlight the top and bottom of search words 
java google-chrome extension javascript chrome-extension
for example i did search for word " algorithms " on a web page - i want to copy up and down words through a extension , on example give below i want to highlight , words "developed" and "find a solution" - please refer image below
example image
currently using an multiple search extension script - how can i highlight words up and down of search word.
Extension that i am using searches multiple words at the same time - in addition is there any way that i can highlight the top and bottom of search words 
java google-chrome extension javascript chrome-extension
asked 11 hours ago
Navin Kerella
11
11
 
 
 
 
 
 
 This seems like a generic programming question, so you'll probably get more/better answers on Stackoverflow.
 â danzel
 11 hours ago
 
 
 
add a comment |Â
 
 
 
 
 
 
 This seems like a generic programming question, so you'll probably get more/better answers on Stackoverflow.
 â danzel
 11 hours ago
 
 
 
This seems like a generic programming question, so you'll probably get more/better answers on Stackoverflow.
â danzel
11 hours ago
This seems like a generic programming question, so you'll probably get more/better answers on Stackoverflow.
â danzel
11 hours ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062308%2fhow-to-copy-and-highlight-top-and-bottom-text-of-find-word-during-search-on-webp%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
This seems like a generic programming question, so you'll probably get more/better answers on Stackoverflow.
â danzel
11 hours ago