-
Notifications
You must be signed in to change notification settings - Fork 1
/
WGU_Bookmarklets
7 lines (7 loc) · 6.7 KB
/
WGU_Bookmarklets
1
2
3
4
5
6
7
<a href="javascript:N="num=100"; R = /num=%5Cd*/; if (R.exec(location.search)) location.search = location.search.replace(R, N); else location.search += "&" + N; void 0">Google +</a>
<a href="javascript:(function()%7Bjavascript%3A(function()%20%7B%0A%20%20%20%20const%20buttons%20%3D%20document.querySelectorAll('svg.expandable-list__button-default-chevron')%3B%0A%20%20%20%20if%20(buttons.length%20%3D%3D%3D%200)%20%7B%0A%20%20%20%20%20%20%20%20alert('No%20expandable%20elements%20found%20on%20this%20page.')%3B%0A%20%20%20%20%20%20%20%20return%3B%0A%20%20%20%20%7D%0A%20%20%20%20buttons.forEach(button%20%3D%3E%20%7B%0A%20%20%20%20%20%20%20%20const%20parentButton%20%3D%20button.closest('button')%3B%20%2F%2F%20Find%20the%20button%20containing%20the%20SVG%0A%20%20%20%20%20%20%20%20if%20(parentButton)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20parentButton.click()%3B%20%2F%2F%20Simulate%20a%20click%20to%20expand%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D)%3B%0A%20%20%20%20alert(%60Expanded%20%24%7Bbuttons.length%7D%20elements.%60)%3B%0A%7D)()%3B%7D)()%3B">LIR +</a>
<a href="javascript:(function()%7Bjavascript%3A(function()%20%7B%0A%20%20%20%20%2F%2F%20Run%20the%20click%20action%20for%20the%20%22Show%20more%22%20buttons%20the%20first%20time%0A%20%20%20%20document.querySelectorAll('%5Bid%5E%3D%22expandable-list-%22%5D%5Bid%24%3D%22-expand-more-lower-button%22%5D').forEach(button%20%3D%3E%20button.click())%3B%0A%0A%20%20%20%20%2F%2F%20Wait%20a%20short%20moment%20(1000ms%20%3D%201%20second)%20before%20running%20the%20action%20again%0A%20%20%20%20setTimeout(function()%20%7B%0A%20%20%20%20%20%20%20%20%2F%2F%20Run%20the%20click%20action%20for%20the%20%22Show%20more%22%20buttons%20the%20second%20time%0A%20%20%20%20%20%20%20%20document.querySelectorAll('%5Bid%5E%3D%22expandable-list-%22%5D%5Bid%24%3D%22-expand-more-lower-button%22%5D').forEach(button%20%3D%3E%20button.click())%3B%0A%0A%20%20%20%20%20%20%20%20%2F%2F%20Now%20expand%20all%20buttons%20with%20aria-expanded%3D%22false%22%0A%20%20%20%20%20%20%20%20const%20expandableButtons%20%3D%20document.querySelectorAll('button%5Baria-expanded%3D%22false%22%5D')%3B%0A%20%20%20%20%20%20%20%20if%20(expandableButtons.length%20%3E%200)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20expandableButtons.forEach(button%20%3D%3E%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20button.click()%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%2F%2F%20Now%20click%20all%20%22See%20more%22%20links%20with%20the%20ID%20%22line-clamp-show-more-button%22%0A%20%20%20%20%20%20%20%20const%20seeMoreLinks%20%3D%20document.querySelectorAll('a%23line-clamp-show-more-button%5Baria-expanded%3D%22false%22%5D')%3B%0A%20%20%20%20%20%20%20%20if%20(seeMoreLinks.length%20%3E%200)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20seeMoreLinks.forEach(link%20%3D%3E%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link.click()%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%2F%2F%20Now%20click%20all%20%22See%20more%20of%20summary%22%20buttons%0A%20%20%20%20%20%20%20%20const%20seeMoreButtons%20%3D%20document.querySelectorAll('button.decorated-line-clamp__see-more-button')%3B%0A%20%20%20%20%20%20%20%20if%20(seeMoreButtons.length%20%3E%200)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20seeMoreButtons.forEach(button%20%3D%3E%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20button.click()%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%2F%2F%20Now%20click%20all%20%22See%20more%22%20buttons%20with%20the%20class%20%22expandable-list-profile-core__expand-btn%22%20and%20%22background-section__expandable-btn%22%0A%20%20%20%20%20%20%20%20const%20seeMoreExpandableBtns%20%3D%20document.querySelectorAll('button.expandable-list-profile-core__expand-btn.background-section__expandable-btn')%3B%0A%20%20%20%20%20%20%20%20if%20(seeMoreExpandableBtns.length%20%3E%200)%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20seeMoreExpandableBtns.forEach(button%20%3D%3E%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20button.click()%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D)%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20alert('Clicked%20%22Show%20more%22%20buttons%20twice%2C%20expanded%20collapsible%20sections%2C%20clicked%20all%20%22See%20more%22%20links%2C%20%22See%20more%20of%20summary%22%20buttons%2C%20and%20all%20%22See%20more%22%20expandable%20buttons.')%3B%0A%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20alert('No%20%22See%20more%22%20expandable%20buttons%20found.')%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%2C%201000)%3B%20%2F%2F%20Adjust%20the%20timeout%20if%20needed%20for%20loading%0A%7D)()%3B%7D)()%3B">LIR profile +</a>
<a href="javascript:(function(){ var q = "" + (window.getSelection ?%20window.getSelection()%20:%20document.getSelection%20?%20document.getSelection()%20:%20document.selection.createRange().text);%20%20%20%20if%20(!q)%20q%20=%20prompt(%22You%20didn%27t%20select%20any%20text.%20Enter%20a%20search%20phrase:%22,%20%22%22);%20%20%20%20if%20(q%20!=%20null)%20{%20%20%20%20%20%20%20%20location%20=%20%22https://www.google.com/search?q=%22%20+%20encodeURIComponent(q)%20+%20%22&rlz=1C5GCEM_enUS1135US1135&oq=%22%20+%20encodeURIComponent(q)%20+%20%22&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQIRigATIHCAIQIRigATIHCAMQIRigATIHCAQQIRigAdIBCTI4NDBqMGoxNagCCLACAQ&sourceid=chrome&ie=UTF-8&num=100%22;%20%20%20%20}})();">🔎 Google +</a>
<a href="javascript:q = '' + (window.getSelection ?%20window.getSelection()%20:%20document.getSelection%20?%20document.getSelection()%20:%20document.selection.createRange().text);%20if%20(!q)%20q%20=%20prompt(%27Enter%20your%20search%20here%27,%20%27%27);%20if%20(q!=null)%20location=%27https://www.linkedin.com/talent/search?searchKeyword=%27%20+%20escape(q).replace(/%20/g,%20%27+%27)+%27&num=10%27;%20void%200">🔎 LIR</a>
<a href="javascript:q = "" + (window.getSelection ?%20window.getSelection()%20:%20document.getSelection%20?%20document.getSelection()%20:%20document.selection.createRange().text);%20if%20(!q)%20q%20=%20prompt(%22You%20didn%27t%20select%20any%20text.%20%20Enter%20a%20search%20phrase:%22,%20%22%22);%20if%20(q!=null)%20location=%22https://wd5.myworkday.com/wgu/d/search.htmld?q=%22%20+%20escape(q).replace(/%20/g,%20%22+%22);%20void%200">🔎 Workday</a>
<a href="javascript:q = "" + (window.getSelection ?%20window.getSelection()%20:%20document.getSelection%20?%20document.getSelection()%20:%20document.selection.createRange().text);%20if%20(!q)%20q%20=%20prompt(%22You%20didn%27t%20select%20any%20text.%20%20Enter%20a%20search%20phrase:%22,%20%22%22);%20if%20(q!=null)%20location=%22https://www.bing.com/work/search?q=%22%20+%20escape(q).replace(/%20/g,%20%22+%22);%20void%200">🔎 Bing</a>