NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace https://openuserjs.org/users/rodprincipe // @name Context Reverso Unblur // @description Unlock blurred examples in Context Reverso // @version 0.2 // @license MIT // @author rodrprincipe // @include https://context.reverso.net/* // @require https://code.jquery.com/jquery-3.3.1.min.js // @grant none // ==/UserScript== $(".example").removeClass('blocked') $(".example").removeClass('pba') $("#blocked-results-banner").remove()