markdown 这篇文章没有更长的工作! Twitter推出了针对Web客户端黑客的修复程序。 (原文:Force enable cramming(280个字符的twee

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 这篇文章没有更长的工作! Twitter推出了针对Web客户端黑客的修复程序。 (原文:Force enable cramming(280个字符的twee相关的知识,希望对你有一定的参考价值。

// ==UserScript==
// @name Twitter Cramming
// @description Force enable cramming (280 character tweets) on Twitter
// @author Prof. 9
// @version 0.1
// @match https://twitter.com/*
// @run-at document-idle
// @namespace prof9.twittercramming
// ==/UserScript==

var initDataInput = document.getElementById('init-data');
var initData = JSON.parse(initDataInput.value);
initData.deciders.cramming_feature_enabled = true;
initData.deciders.cramming_ui_enabled = true;
initDataInput.value = JSON.stringify(initData);

// This is free and unencumbered software released into the public domain.
// 
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
// means.
// 
// In jurisdictions that recognize copyright laws, the author or authors
// of this software dedicate any and all copyright interest in the
// software to the public domain. We make this dedication for the benefit
// of the public at large and to the detriment of our heirs and
// successors. We intend this dedication to be an overt act of
// relinquishment in perpetuity of all present and future rights to this
// software under copyright law.
// 
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
// IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
// OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
// 
// For more information, please refer to <http://unlicense.org>
# As of 7 November 2017 everyone has access to 280 characters in supported clients, so you no longer need this script!

以上是关于markdown 这篇文章没有更长的工作! Twitter推出了针对Web客户端黑客的修复程序。 (原文:Force enable cramming(280个字符的twee的主要内容,如果未能解决你的问题,请参考以下文章

没有比脚更长的路 没有比人更高的山

Numpy fft 冻结更长的样本

涉及不查询几何本身的具有几何的表的查询是不是比没有几何的表需要更长的查询时间?

没有附加列的子查询比有列的子查询花费更长的时间

如何为 android 制作更长的 facebook Graph API 会话

MBProgressHUD 点击取消,更长的文字?