Slang | Variations | In use? | Meaning |
---|---|---|---|
| || || |_ |
| || || |_ |
Yes | Loss |
/s | Yes | Sarcasm (suffix) | |
3cool5u | 3cool5me | Yes | "Too cool for you"; from "2cool4u" |
420 | Yes | "Marijuana" | |
afaik | Yes | "As far as I know" | |
afk | Yes | "Away from keyboard" |
This file contains 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
## currently not working ## | |
function moveToWishList() { | |
var query = document.querySelectorAll("#sc-saved-cart input[value='Move to Wish List']") | |
if (query.length) { | |
query[0].click(); | |
} | |
var query2 = document.querySelectorAll("#registry-3O6MPC8BWUEPE a") | |
if (query2.length) { | |
query2[0].click(); | |
} |