This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name No Rufus | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-12-25 | |
| // @description Disable Rufus with Tampermonkey | |
| // @author You | |
| // @match https://www.amazon.com/* | |
| // @icon data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17" height="14" viewBox="0 0 17 14" fill="none"%3E%3Cpath d="M12.5584 7.02487C10.6303 7.02487 9.06812 8.58494 9.06812 10.5096C9.06812 12.4343 10.4978 13.8576 12.3092 13.9856C12.3899 14.018 15.2208 13.9856 15.3138 13.9856C15.7017 13.9856 16.0159 13.6718 16.0159 13.2844C16.0159 13.195 16.0637 10.2677 16.0329 10.1888C15.8706 8.41491 14.3769 7.02487 12.5584 7.02487Z" fill="%230098F8"/%3E%3Cpath d="M9.76518 4.88643C9.76518 2.18704 7.58108 0 4.88654 0C2.192 0 0.19932 2.00151 0.0201754 4.53749C-0.0252244 4.65053 0.0201698 8.61374 0.0201698 8.74398C0.0201698 9.28705 0.459449 9.72692 1.00179 9.72692C1.12695 9.72692 5.2252 9.79376 5.33563 9.75075C7.81912 9.52345 9.76518 7.43225 9.76518 4.88643Z" fill= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| getMailListsPages(listAddress, nextPageGetVariables, pageSize, addresses ) { | |
| // Travis-CL reminded me that earlier versions couldn't handle function variable defaults | |
| // Let's account for that here. - LDB | |
| // This is the GET attributes portion of a members/pages GET query - LDB | |
| // https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists | |
| // It will look like: | |
| // page=next&address=lastuser%40previouspage.com.org&limit=100 | |
| // if the full GET was: |