bookmarklets
-
Chrome Extension Reload
(
src
) - Reloads a particular chrome extension
-
Congress Show Titles
(
src
) - Shows a box with the titles of bills returned from a search on congress.gov
[
Context
]
-
Find Soonest Remote Meeting
(
src
) - Scrolls to the soonest or most recent meetings in https://www.nyintergroup.org/remote-meetings/list/.
-
Gmail Invert
(
src
) - Shows inverted history of gmail messages. You have to select the node and then click the link.
-
Hackernews Poll
(
src
) - Adds colored histograms to polls on news.ycombinator.org
[
Context
]
-
Instagram Follow All
(
src
) - Follows people in bulk, 25 at a time.
-
Instagram Sizes
(
src
) - Shows the various sized images for an instagram image. To use: (1) Click on a thumbnail (2) Run this (3) See the output in the dev console.
-
Instagram Story Visitors Expand
(
src
) - Expands the list of IG story visitors into a new div the height of the window.
-
Instagram Unfollow All
(
src
) - Unfollows people in bulk, 25 at a time.
-
{const paragraph=link.closest('p');if(paragraph){const content=paragraph.textContent.trim();results.push({link:link.href,content:content});}});return results;}
function displayResults(results){const overlay=document.createElement('div');overlay.style.cssText=` position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); color: white; padding: 20px; font-family: Arial, sans-serif; overflow-y: auto; z-index: 9999; `;const closeButton=document.createElement('button');closeButton.textContent='Close';closeButton.style.cssText=` position: fixed; top: 10px; right: 10px; padding: 5px 10px; background: white; color: black; border: none; cursor: pointer; `;closeButton.onclick=()=>document.body.removeChild(overlay);const content=results.map(item=>`
`).join('');overlay.innerHTML=content;overlay.appendChild(closeButton);document.body.appendChild(overlay);}
const results=extractLinksAndContent();displayResults(results);})();">Medium Links
=======
const links=article.querySelectorAll(`a[href^='http\']`);const results=[];links.forEach(link=>{const paragraph=link.closest('p');if(paragraph){const content=paragraph.textContent.trim();results.push({link:link.href,content:content});}});return results;}
function displayResults(results){const overlay=document.createElement('div');overlay.style.cssText=` position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); color: white; padding: 20px; font-family: Arial, sans-serif; overflow-y: auto; z-index: 9999; `;const closeButton=document.createElement('button');closeButton.textContent='Close';closeButton.style.cssText=` position: fixed; top: 10px; right: 10px; padding: 5px 10px; background: white; color: black; border: none; cursor: pointer; `;closeButton.onclick=()=>document.body.removeChild(overlay);const content=results.map(item=>` `).join('');overlay.innerHTML=content;overlay.appendChild(closeButton);document.body.appendChild(overlay);}
const results=extractLinksAndContent();displayResults(results);})();">
Medium Links
>>>>>>> 3b6b0d67c1979e43c4f06eae427bbe5e7aa942a0
(
src
) - Display links from medium articles
-
Meetings Map Color
(
src
) - Color the markers of meetings map by upcoming time (e.g. green: <= 2h, yellow <= 4h, red: other)
-
Metamask Sign Auto
(
src
) - Automatically signs trivial metamask signature requests
-
Rarible Follow All
(
src
) - Follow all on rarible.com
-
Rarible Follow One
(
src
) - Follow the first person on rarible.com
-
Rarible Like All
(
src
) - Like all on rarible.com
-
Rarible Sort Users
(
src
) - Sort users by followers on rarible search page (e.g. https://rarible.com/search/users/art)
-
Street Easy All
(
src
) - Shows a page of all streeteasy.com listings instead of paging.
-
Twimmage Open All
(
src
) - Open links from twimmage auto output
-
Twitter Like All
(
src
) - Likes all the tweets on a twitter page, then scrolls to the bottom so you can resume.
-
Wikipedia Menu Hover
(
src
) - Makes wikipedia menus hover and track with the page.
[
Context
]
Generated by
bookmarkletgen
on
<<<<<<< HEAD
Sun Aug 11 13:01:26 EDT 2024
=======
Sun Aug 11 14:42:47 EDT 2024
>>>>>>> 3b6b0d67c1979e43c4f06eae427bbe5e7aa942a0