NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Favstar Pro - Best Tweet Unlocker
// @name:ru Favstar Pro - Лучший разблокировать Tweet
// @name:es Favstar Pro - Mejor desbloqueador de tweets
// @description Automatically unlocks the Best Tweet on any user's profile.
// @description:ru Автоматически разблокирует Best Tweet в профиле любого пользователя.
// @description:es Desbloquea automáticamente el mejor tweet en el perfil de cualquier usuario.
// @namespace iamMG
// @author iamMG
// @version 1.0.1
// @icon https://i.imgur.com/OUZgZDE.jpg
// @match https://favstar.fm/users/*
// @match http://favstar.fm/users/*
// @run-at document-end
// @license MIT
// @grant none
// @updateURL https://openuserjs.org/meta/iamMG/Favstar_Pro_-_Best_Tweet_Unlocker.meta.js
// @copyright 2018, iamMG (https://openuserjs.org/users/iamMG)
// ==/UserScript==
document.querySelector(".redacted").querySelector(".fs-tweet-text").innerHTML = document.querySelector(".redacted").dataset.model.split(/("text":"|","profile_image_url")/)[2].replace(/\\"/g, ''); //replaces "Gift Favstar Pro!" overlay with the actual tweet content.
document.querySelector(".redacted").classList.remove("redacted"); //removes redaction of the tweet.